home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00099.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  322 b   |  14 lines

  1. on mouseDown
  2.   global returnframe, returnmovie
  3.   if the castNum of sprite clickOn() = 204 then
  4.     set returnframe to 9
  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.