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

  1. on mouseDown
  2.   global jmoviename
  3.   flash()
  4.   set jmoviename to the name of cast the castNum of sprite clickOn() & ".DIR"
  5.   cursor(200)
  6.   puppetSprite(30, 0)
  7.   sound fadeOut 1, 1 * 60
  8.   go("jump")
  9. end
  10.  
  11. on flash
  12.   set cnum to the castNum of sprite clickOn()
  13.   set the castNum of sprite clickOn() to cnum + 10
  14.   updateStage()
  15.   repeat while the stillDown
  16.   end repeat
  17.   set the castNum of sprite clickOn() to cnum
  18.   updateStage()
  19. end
  20.