home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / cal_g.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  218 b   |  11 lines

  1. on exitFrame
  2.   repeat with ch = 4 to 7
  3.     if rollOver(ch) then
  4.       set the visible of sprite (ch + 10) to 1
  5.       next repeat
  6.     end if
  7.     set the visible of sprite (ch + 10) to 0
  8.   end repeat
  9.   go(the frame)
  10. end
  11.