home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / rom.dir / 00019_Script_19 < prev    next >
Text File  |  1994-02-26  |  306b  |  12 lines

  1. on exitFrame
  2.   --  repeat with i=1 to 3
  3.   --    updatestage
  4.   --  end repeat
  5.   set the movierate of sprite 3 to 1
  6.   repeat while the movierate of sprite 3 >0 and not the mousedown
  7.       updatestage
  8.   end repeat
  9.   if the mousedown then puppetsound "Mouse Down"
  10.   go to frame 3
  11.   puppetsound 0
  12. end