home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 October
/
WPCOCT97.iso
/
DXRS
/
ARTWOCT.DXR
/
00016.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
|
1997-08-13
|
216 b
|
13 lines
on exitFrame
global IFLQuitNow
go(the frame)
startTimer()
repeat while the timer < (1 * 60)
end repeat
puppetSprite(23, 1)
updateStage()
set the locH of sprite 23 to 2000
updateStage()
quit()
end