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

  1. on mouseUp
  2.   
  3.   if the machineType = 256 then
  4.     
  5.     repeat with x = 1 to 120
  6.       set the puppet of sprite x = false
  7.     end repeat
  8.     
  9.     global whichTutorial
  10.     set whichTutorial = "tutor3"
  11.     go "GoTutorial"
  12.     
  13.   end if
  14.   
  15. end