Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash navigation

Status
Not open for further replies.

tweenme

Technical User
Joined
Mar 20, 2006
Messages
1
Location
US
I am using Flash MX 2004 7.2 Pro

I have a movieclip with actions on it that on rollover or release plays

the MC's animation. Then when I place a button on top of that, which

links to a URL or another part of the flash movie it covers the MC so you

cannot get to the MC animation!

With all that said, I tried just placing the actions on the MC and I

removed the invisible button alltogether, but I am kinda noob at

actionscript so that didn't help.

Please can someone help me out with this lol? I can post my code or sent

my small .FLA to anyone interested!

Thanks.
 
Button handler placed on the mc itself will override any buttons' actions nested within that mc.
If you place a button over the mc, then the button's handlers override those on the mc...
You need to use a hitTest on the mc itself, to animate it, thus avoiding to cancel out any button handlers within the mc.

Post a link to your .fla, zipped up, or hit my handle above for an address, if you want to mail it to me.

Regards. Web Hosting - Web Design
03/13/05 -> OLDNEWBIE VS FLASHKIT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top