home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Undercover - Rock on Multimedia 2
/
UNDERCOVER2.BIN
/
shared.dir
/
01001_Script_1001
next >
Wrap
Text File
|
1996-01-16
|
562b
|
22 lines
on gstartMovie
global gSndExtn, gTimeOut, gSetMovieGlobals, gPopup, gDisablePopup
if voidP(gSetMovieGlobals) then
set gSetMovieGlobals = true
set gSndExtn = ".aif"
set gTimeOut = 15
set gPopup = false
set gDisablePopup = false
set the fileName of window "popup" to "popup"
set the modal of window "popup" to false
end if
set the titleVisible of window "popup" = false
set the rect of window "popup" = rect (the stageleft, the stagetop, the stageleft+128, the stagebottom)
end