home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Machine Hunter - Digital Press Kit (1997-05-14)
/
Machine_Hunter-Digital_Press_Kit-1997-05-14
/
Machine_Hunter-Digital_Press_Kit-1997-05-14.bin
/
pc
/
quit.dir
/
00020.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-01-01
|
257 b
|
14 lines
on exitFrame
go(the frame)
if rollOver(3) then
set the visible of sprite 5 to 1
else
set the visible of sprite 5 to 0
end if
if rollOver(4) then
set the visible of sprite 6 to 1
else
set the visible of sprite 6 to 0
end if
end