home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imaginemos! 2
/
Imaginemos2.iso
/
PC
/
PRETEND2.EXE
/
MARS.DXR
/
00867.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
|
1996-09-10
|
229 b
|
14 lines
on exitFrame
global gParty
set the visible of sprite 11 to 1
if gParty = 0 then
go(the frame + 1)
else
if soundBusy(1) then
go(label("Gila Monster") + 70)
else
go("static")
end if
end if
end