Can anyone help me please?

Hi!!

Im having some trouble with a flash menu, the thing is that one button is not doing what it is suposed

here you can see the menu: http://www.mindmakerdesign.com/SM/images/Menu_SM.swf
and here you can see the FLA file: [COLOR=#0000ff]http://www.mindmakerdesign.com/SM/images/Menu_SM.fla[/COLOR]

[COLOR=#0000ff]i appreciate any help you can give me!![/COLOR]

[COLOR=#0000ff]Cheers!!![/COLOR]

A little more explanation would be helpful. You say that one button is not doing what it is supposed to. My first two questions would be: (1) which of your buttons is the problem button and (2) what is that button supposed to be doing that it is not doing.

[QUOTE=Mindmaker;2336093]Hi!!

Im having some trouble with a flash menu, the thing is that one button is not doing what it is suposed

here you can see the menu: http://www.mindmakerdesign.com/SM/images/Menu_SM.swf
and here you can see the FLA file: [COLOR=#0000ff]http://www.mindmakerdesign.com/SM/images/Menu_SM.fla[/COLOR]

[COLOR=#0000ff]i appreciate any help you can give me!![/COLOR]

[COLOR=#0000ff]Cheers!!![/COLOR][/QUOTE]

Ok well the button is the CONTACT button and it is supossed to turn blue when you roll over the mouse and fade back to white in rollout but instead of doing that it just blinks between white and blue…

problem is frame 50:

_root.contact.onEnterFrame = function() {
if (mouse_over_contact) {
_root.contact.nextFrame();
} else {
_root.contact.prevFrame();
}
};

EDIT: also, it would look better if you changed your png settings to “compression: lossless png”

cya