home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
makers
/
power
/
ue.dir
/
00286.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
|
234 b
|
13 lines
on exitFrame
global STIcks, ToGo
if (the ticks - STIcks) < (60 * 3) then
go(the frame)
else
if ToGo <> "open" then
puppetSprite(2, 1)
end if
go(string(ToGo))
put " " into field "stageText"
end if
end