home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 7 / LAUNCH.BIN / pc / cypher / 1400.dir / 00023_Script_23 < prev    next >
Text File  |  1996-04-15  |  249b  |  12 lines

  1. on mouseUp
  2.   global opensafe
  3.   set opensafe = 0
  4.   puppetSound 1, "Drawer.aif"
  5.   repeat while soundBusy(1)
  6.     nothing
  7.   end repeat
  8.   puppetSprite 12, TRUE
  9.   set the visible of sprite 12 to FALSE
  10.   puppetSprite 12, FALSE
  11.   go to "main"
  12. end