home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / intro / 00019_TopButton.ls < prev    next >
Encoding:
Text File  |  1999-02-11  |  145 b   |  9 lines

  1. on mouseUp
  2.   global notSure
  3.   set notSure to 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.