home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 13 / CAI13.ISO / pc / featsoft.dxr / 00011_MenuButton.ls < prev    next >
Encoding:
Text File  |  1997-11-05  |  136 b   |  8 lines

  1. on mouseUp
  2.   puppetSound(2, "GoContents")
  3.   repeat with x = 1 to 48
  4.     set the puppet of sprite x to 0
  5.   end repeat
  6.   go("GoMenu")
  7. end
  8.