home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / intro / 00019_TopButton.ls < prev    next >
Encoding:
Text File  |  2000-10-10  |  140 b   |  9 lines

  1. on mouseUp
  2.   global notSure
  3.   notSure = 1
  4.   repeat with x = 1 to 120
  5.     set the puppet of sprite x to 0
  6.   end repeat
  7.   go("IntroLoop")
  8. end
  9.