hi, i am really new to flash.
i’m looking to fade to another graphic on mouse over then when you move the mouse off it fades back to the original pic. (hyperlinking)
thank you if you could help
hi, i am really new to flash.
i’m looking to fade to another graphic on mouse over then when you move the mouse off it fades back to the original pic. (hyperlinking)
thank you if you could help
Here… I think this is something like what you are going for…
http://www.kirupa.com/developer/flash5/advroll.asp
Beware though, that uses tellTarget and tellTarget has been deprecated (fazed out) so in that case… replace
on (rollOver) {
tellTarget ("/rollover") {
gotoAndPlay ("1text");
}
}
with
on (rollOver){
_root.yourMC.gotoAndPlay("1text");
}
If you have any questions… don’t hesitate to ask.
thank you
No problem… I hope it helps you.
If not, I will try and describe the process. Or possibly post an example .fla for you.
thank you
:: Copyright KIRUPA 2024 //--