home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 18 / CMi18.iso / pc / tutorials / 00004.ls next >
Encoding:
Text File  |  2000-02-01  |  349 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.   set whichSoftware to 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.