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

  1. on mousedown
  2.   flash
  3.   global jmoviename
  4.   set jmoviename=the name of cast (the castnum of sprite clickon()) & ".DIR"
  5.   cursor 200
  6.   puppetsprite 30,false
  7.   sound fadeOut 1,1*60
  8.   go to "jump"
  9. end
  10.  
  11. on flash
  12.   set cnum=the castnum of sprite clickon()
  13.   set the castnum of sprite clickon()=cnum+10
  14.   updatestage 
  15.   repeat while the stilldown
  16.   end repeat
  17.   set the castnum of sprite clickon()=cnum
  18.   updatestage
  19. end