home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / map.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  405 b   |  17 lines

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