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

  1. on exitFrame
  2.   repeat with ch = 11 to 21
  3.     if rollOver(ch) then
  4.       set the visible of sprite (ch + 19) to 1
  5.       next repeat
  6.     end if
  7.     set the visible of sprite (ch + 19) to 0
  8.   end repeat
  9.   case rollOver() of
  10.     "9", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "44", "45", "46", "47":
  11.       cursor([member "yubiU", member "yubiUM"])
  12.     otherwise:
  13.       cursor(0)
  14.   end case
  15.   go(the frame + 1)
  16. end
  17.