home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 February
/
WPCFEB97.ISO
/
multi
/
acacia
/
results.dxr
/
00008.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
|
1996-11-13
|
253 b
|
15 lines
on exitFrame
global gQuitDown
if rollOver(8) then
if gQuitDown then
nothing()
else
set the memberNum of sprite 8 to 16
end if
else
set gQuitDown to 0
set the memberNum of sprite 8 to 15
end if
go(the frame)
end