home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / opening.dir / 00099.ls < prev    next >
Encoding:
Text File  |  1994-12-06  |  287 b   |  13 lines

  1. on mouseDown
  2.   set the cursor of sprite 2 to 0
  3.   set the cursor of sprite 3 to 0
  4.   cursor(200)
  5.   set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 1
  6.   updateStage()
  7.   set nt to ticks()
  8.   repeat while (nt + 10) > ticks()
  9.   end repeat
  10.   unLoad()
  11.   go("OP_ANIM")
  12. end
  13.