home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 13
/
PCFORMAT.bin
/
demo.dir
/
00050_Script_50
< prev
next >
Wrap
Text File
|
1995-03-06
|
479b
|
21 lines
on exitFrame
global gmoviesprite, macintosh
set the visible of sprite 33 to false
updatestage
set the visible of sprite gmoviesprite to FALSE
updatestage
--make the channels containg all of the cd buttons invisible
repeat with c = 11 to 26
set the visible of sprite c to FALSE
end repeat
set the visible of sprite 36 to FALSE
set the visible of sprite 34 to FALSE
if macintosh then
set colorDepth = 32
end if
end