Link to home
Start Free TrialLog in
Avatar of fozzynet
fozzynet

asked on

Help with programming dhtml-like menu...

I have a small flash menu I'm trying to code and have run nito one small problem,
I have a graphic, when rolled over plays a movieclip, 'menu1'
I have an invisible button area with the following code:

on (rollOut) {
      gotoAndPlay(10);
}

Now, I guess I'm having troubles putting buttons on top of buttons... because once I mouse over my 'actual' button the invisible button area seems to think I'm movie my mouse off it, yet the mouse cursor is still inside the button area...

Here is a link to my movieclip screenshot:

http://www.fozzy-networks.com/greg/help.gif

Please let me know if you don't understand my problem, as it's fairly ahrd to explain. Thanks.
Avatar of fozzynet
fozzynet

ASKER

Well I am now elad to beleive my problems lies with the 'instance of' part of flash mx. If I can get the two buttons to have the same 'isntance of'... I think y problem will be solved. Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Saqib Khan
Saqib Khan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial