home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00169_Script_169 < prev    next >
Text File  |  1996-07-02  |  816b  |  25 lines

  1. on exitFrame
  2.   global gHiliteableButtons,gThisButton,gLastButton
  3.   
  4.   cursor 4
  5.   --Initialize a list which stores names of buttons
  6.   set gThisButton = 0
  7.   set gLastButton = 0
  8.   set gHiliteableButtons = [the number of cast "Main Room Hilited",¼
  9.   the number of cast "Main Room",¼
  10.   the number of cast "Main Demos Hilited",¼
  11.   the number of cast "Main Demos",¼
  12.   the number of cast "Main Workbench Hilited",¼
  13.   the number of cast "Main Workbench",¼
  14.   the number of cast "Main Bootnet Hilited",¼
  15.   the number of cast "Main Bootnet",¼
  16.   the number of cast "Main Features Hilited",¼
  17.   the number of cast "Main Features",¼
  18.   the number of cast "Main Subscribe Hilited",¼
  19.   the number of cast "Main Subscribe"]
  20.   set the soundlevel to 3
  21.   TurnOnPuppets(30,35)
  22.   preload "End Main"
  23.   
  24.   cursor -1
  25. end