home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Más de 2,500 Juegos
/
CD1.iso
/
ZIPDAT
/
0324
/
0324.ZIP
/
Setup.exe
/
SQUARK.EXE
/
SQUARK.dxr
/
00190_CHECKFOR.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-08-01
|
264 b
|
15 lines
on CHECKFOR
global UPGCOUNT, UPG
set UPGCOUNT to UPGCOUNT + 1
if UPGCOUNT > 3 then
exit
end if
dontPassEvent()
repeat with n = 49 to 55
puppetSprite(n, 0)
end repeat
if (the key = "$") or (the key = "4") then
go("GETUSER")
end if
end