home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Indart.cst
/
00044_Script_44
< prev
next >
Wrap
Text File
|
1997-10-14
|
405b
|
19 lines
on toglimenubar
global menubar,ca_st,winpres
set winpres to false
if THE VISIBLE OF menubar then
movetoback menubar
updatestage
close menubar
end if
if ca_st then
if the type of member ca_st =#digitalvideo then
set the video of cast ca_st to false
updatestage
set the video of cast ca_st to true
updatestage
end if
end if
end