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

  1. on exitFrame
  2.   puppetSprite(3, 1)
  3.   repeat with i = 201 to 203
  4.     set the castNum of sprite 3 to i
  5.     updateStage()
  6.     repeat with c = 1 to 200
  7.       if the mouseDown then
  8.         exit repeat
  9.       end if
  10.       if rollOver(25) then
  11.         cursor([951, 952])
  12.         next repeat
  13.       end if
  14.       if rollOver(26) then
  15.         cursor([951, 952])
  16.         next repeat
  17.       end if
  18.       cursor(0)
  19.     end repeat
  20.   end repeat
  21.   go(the frame)
  22. end
  23.