home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 July
/
macformat-039.iso
/
MAKERS
/
MAIN.DIR
/
00143.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-03-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