home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 April
/
BYER_0496.iso
/
multimed
/
haight
/
data
/
trail010.dir
/
00015_Script_15
< prev
next >
Wrap
Text File
|
1995-10-20
|
855b
|
42 lines
on enterframe
--
if rollover(42) then
set the visibility of sprite 42 = true
else
set the visibility of sprite 42 = false
end if
--
if rollover(43) then
set the visibility of sprite 43 = true
else
set the visibility of sprite 43 = false
end if
if rollover(44) then
set the visibility of sprite 44 = true
else
set the visibility of sprite 44 = false
end if
if rollover(45) then
set the visibility of sprite 45 = true
else
set the visibility of sprite 45 = false
end if
if rollover(46) then
set the visibility of sprite 46 = true
else
set the visibility of sprite 46 = false
end if
if rollover(47) then
set the visibility of sprite 47 = true
else
set the visibility of sprite 47 = false
end if
end enterframe