home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 August
/
macformat-053.iso
/
mac
/
Demos
/
Acacia Educational Multimedia
/
RESULTS.Dxr
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-04-15
|
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