home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Headbone Interactive
/
Headbone_Interactive_CD-ROM_Sampler_1995.iso
/
pc
/
demos
/
pants
/
intro.dxr
/
00118_doKingIntroLoop.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
|
1995-09-15
|
154 b
|
12 lines
on exitFrame
if soundBusy(1) then
if random(3) = 3 then
go("K1")
else
go("King Intro")
end if
else
go("End")
end if
end