home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oz - The Magical Adventure
/
Adventure.iso
/
pc
/
dkdata
/
volcano.dxr
/
00024.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
|
2000-06-01
|
201 b
|
14 lines
on exitFrame
global gDifficultyLevel
Mixem()
if soundBusy(2) then
go(the frame)
else
if gDifficultyLevel < 3 then
go("start5")
else
go("start7")
end if
end if
end