home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / software / 00007.ls < prev    next >
Encoding:
Text File  |  2001-01-05  |  290 b   |  9 lines

  1. on exitFrame
  2.   global whichSoftware
  3.   repeat with x = 45 to 86
  4.     sprite(x).visible = 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.