home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 13 / CAI13.ISO / pc / expqt.dxr / 00020_QuitButton.ls < prev    next >
Encoding:
Text File  |  1997-11-04  |  184 b   |  10 lines

  1. on mouseUp
  2.   set the movieRate of sprite 16 to 0
  3.   updateStage()
  4.   puppetSound(2, "Quit")
  5.   repeat with x = 1 to 48
  6.     set the puppet of sprite x to 0
  7.   end repeat
  8.   go("GoQuit")
  9. end
  10.