home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
321 GAMES
/
321GAMES.iso
/
advent
/
zoom
/
pizza
/
zoom.dxr
/
00703.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-28
|
211 b
|
13 lines
on exitFrame
global gQuitDelay
if the timer < gQuitDelay then
MouseLock(0)
checkRollover(4, 4)
go(the frame - 1)
else
MouseLock(1)
setUpPuppets(1, 48, 0)
go("fadeOut")
end if
end