home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 1
/
boot-disc-1996-08.iso
/
bootcd.dir
/
00501_Script_501
< prev
next >
Wrap
Text File
|
1996-07-02
|
875b
|
26 lines
on exitFrame
--ò Initialize Demos Nav Bar Menu
global gHiliteableButtons,gThisButton,gLastButton
cursor 4
--Initialize a list which stores names of buttons
set gThisButton = 0
set gLastButton = 0
set gHiliteableButtons = [the number of cast "Workbench Nav Btn",¼
the number of cast "Workbench Nav Btn Hilited",¼
the number of cast "Demos Nav Btn",¼
the number of cast "Demos Nav Btn Hilited",¼
the number of cast "Bootnet Nav Btn",¼
the number of cast "Bootnet Nav Btn Hilited",¼
the number of cast "Features Nav Btn",¼
the number of cast "Features Nav Btn Hilited",¼
the number of cast "The Room Nav Btn",¼
the number of cast "The Room Nav Btn Hilited",¼
the number of cast "Subscribe Nav Btn",¼
the number of cast "Subscribe Nav Btn Hilited"]
TurnOnPuppets(30,36)
puppetSprite 6,TRUE
cursor -1
end