home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / tutorials.dir / 00004.ls next >
Encoding:
Text File  |  2000-03-28  |  344 b   |  9 lines

  1. on exitFrame
  2.   global whichSoftware
  3.   repeat with x = 45 to 95
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   whichSoftware = 4
  7.   set the text of field "infoField" to "Choose which tutorial you would like to go through then click on the buttons to the left to hear the examples and to bring up the text and screen shot of that stage."
  8. end
  9.