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

  1. on exitFrame
  2.   global whichSoftware
  3.   repeat with x = 45 to 86
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   whichSoftware = 4
  7.   set the text of field "infoField" to "Please choose which section above you would like to browse. To install any software simply click on it's name in the list."
  8. end
  9.