home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 5balls.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1994-12-05  |  277 b   |  11 lines

  1. on mouseDown
  2.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
  3.   updateStage()
  4.   repeat while the stillDown
  5.   end repeat
  6.   set the cursor of sprite 12 to 0
  7.   set the cursor of sprite 16 to 0
  8.   set the cursor of sprite 17 to 0
  9.   go(the frame + 1)
  10. end
  11.