home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
Planeta.iso
/
data
/
0_sigla.dir
/
00001_Script_startStop
next >
Wrap
Text File
|
2000-11-14
|
742b
|
28 lines
on startMovie
global gPlayersObj, gNStesto, gTestQT3presence, gCanSkip
set gCanSkip = 1
-- test QuickTime3 presence, if required
if gTestQT3presence then
if not checkQT3() then
alert "Wymagana instalacja programu QuickTime 3.0.2" & RETURN & "Wybierz przycisk OK."
open "@::qt3:qt3inst.exe"
halt
end if
end if
-- screen bit-depth
if the colorDepth <= 8 then set the colorDepth = 16
if the colorDepth <= 8 then
alert "Prawid│owe funkcjonowanie programu wymaga trybu HighColor lub TrueColor!"
halt
end if
set gNStesto = 2
set gPlayersObj = new(script "PlayersObject")
end
on stopMovie
if the runMode = "Author" then put " " into field "elenco"
end