home *** CD-ROM | disk | FTP | other *** search
/ BUG 2 / BUGCD1997_01.iso / bugmedia / movies / main8.dir / 00086_Script_86 < prev    next >
Text File  |  1996-12-08  |  387b  |  15 lines

  1. on mouseUp
  2.     set the castnum of sprite the clickon to the castnum of sprite the clickon + 1
  3.   
  4.   updatestage
  5.   starttimer
  6.   put the timer into delay
  7.   repeat while delay < 3 
  8.     put the timer into delay
  9.   end repeat
  10.   set the castnum of sprite the clickon to the castnum of sprite the clickon - 1
  11.   
  12.   updatestage
  13.   puppetsound 0
  14.   set the movietime of sprite 3 to 0
  15. end