home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / shared.dir / 00226.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  334 b   |  14 lines

  1. on mouseDown
  2.   global returnframe, returnmovie
  3.   if the castNum of sprite clickOn() = 204 then
  4.     set returnframe to the frame - 2
  5.     set returnmovie to pathName() & the movieName
  6.     repeat with i = 1 to 37
  7.       puppetSprite(i, 0)
  8.       set the cursor of sprite i to 0
  9.     end repeat
  10.     cursor(200)
  11.     go("toPICT")
  12.   end if
  13. end
  14.