home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / Shared / 00023_Script_23 < prev    next >
Encoding:
Text File  |  1999-10-04  |  184 b   |  11 lines

  1. on mouseUp
  2.   
  3.   repeat with x = 1 to 120
  4.     set the puppet of sprite x = false
  5.   end repeat
  6.   
  7.   global whichTutorial
  8.   set whichTutorial = "tutor1"
  9.   go "GoTutorial"
  10.   
  11. end