home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / rom.dir / 00011_Script_11 < prev    next >
Text File  |  1994-02-26  |  272b  |  11 lines

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