home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2000 August
/
NET74.ISO
/
pc
/
madasafish
/
madfish.exe
/
madfish.dxr
/
00132_startmovie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-05-20
|
246 b
|
13 lines
on startMovie
if QuickTimeVersion() < 3 then
go("menu")
else
if QuickTimeVersion() >= 3 then
preloadMember(56)
go("gqstart")
set the memberNum of sprite 6 to 187
set the soundLevel to 5
end if
end if
end