home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
makers
/
search.dir
/
00105.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-12
|
148 b
|
10 lines
on exitFrame
global STIcks
if (the ticks - STIcks) < (60 * 3) then
go(the frame)
else
puppetSprite(1, 0)
go("start")
end if
end