home *** CD-ROM | disk | FTP | other *** search
/ Quake Busters / QUAKE.bin / pc / shared.dir / 00947_Script_947 < prev    next >
Text File  |  1996-06-10  |  191b  |  12 lines

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