home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
frendz.exe
/
frendz.dcr
/
Scripts_34_b_MainLoop.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
|
2002-12-31
|
329 b
|
19 lines
global gIntroPlayed, gMacSound
on exitFrame me
go(the frame)
checkGameTime()
if gIntroPlayed = 1 then
sprite(5).goToFrame(85)
end if
end
on flashAnimation me, Animation
case Animation of
"Intro":
gIntroPlayed = 1
set the soundLevel to gMacSound
sound(8).play(member("goofy"))
end case
end