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

  1. on mouseUp
  2.   global whichSection
  3.   puppetSound(2, "GoSection")
  4.   set whichSection to "contact.dxr"
  5.   repeat with x = 1 to 48
  6.     set the puppet of sprite x to 0
  7.   end repeat
  8.   go("GoSection")
  9. end
  10.