home *** CD-ROM | disk | FTP | other *** search
/ Quake Busters / QUAKE.bin / pc / shared.dir / 00934_Script_934 < prev    next >
Text File  |  1996-06-10  |  244b  |  15 lines

  1. on mouseDown
  2.   puppetSound "control button"
  3.   updateStage
  4.   repeat while soundBusy(1)
  5.     nothing
  6.   end repeat
  7.   repeat while the stillDown
  8.     nothing
  9.   end repeat
  10.   puppetSound 0
  11. end
  12.  
  13. on mouseUp
  14.   go to frame "page2"
  15. end mouseUp