home *** CD-ROM | disk | FTP | other *** search
/ BUG 2 / BUGCD1997_01.iso / bugmedia / movies / main8.dir / 00118_Script_118 < prev    next >
Text File  |  1996-12-08  |  448b  |  19 lines

  1. on mouseup
  2.   set the castnum of sprite the clickon to the castnum of sprite the clickon - 1
  3. puppetsound "tickone"
  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.  puppetsound "tickone"
  12.   updatestage
  13.   puppetsound 0
  14.   go to frame "maja"
  15. end
  16. on exitframe
  17.   go to the frame
  18. end
  19.