# Can anyone help me please?

**URL:** https://forum.kirupa.com/t/can-anyone-help-me-please/262194
**Category:** Uncategorized
**Created:** [June 4, 2008, 2:07am UTC](https://forum.kirupa.com/t/can-anyone-help-me-please/262194 "2008-06-04T02:07:56Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mindmaker](https://avatars.discourse-cdn.com/v4/letter/m/a8b319/32.png) [@Mindmaker](https://forum.kirupa.com/u/Mindmaker)
#### Post date: [June 4, 2008, 2:07am UTC](https://forum.kirupa.com/t/can-anyone-help-me-please/262194/1 "2008-06-04T02:07:56Z")

</div>

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](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]](http://www.mindmakerdesign.com/SM/images/Menu_SM.fla%5B/COLOR%5D)

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

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

---

<div class="post-metadata">

### Author: ![small\_guy](https://avatars.discourse-cdn.com/v4/letter/s/51bf81/32.png) [@small\_guy](https://forum.kirupa.com/u/small_guy)
#### Post date: [June 4, 2008, 3:20am UTC](https://forum.kirupa.com/t/can-anyone-help-me-please/262194/2 "2008-06-04T03:20:03Z")

</div>

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](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]](http://www.mindmakerdesign.com/SM/images/Menu_SM.fla%5B/COLOR%5D)

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

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

---

<div class="post-metadata">

### Author: ![Mindmaker](https://avatars.discourse-cdn.com/v4/letter/m/a8b319/32.png) [@Mindmaker](https://forum.kirupa.com/u/Mindmaker)
#### Post date: [June 4, 2008, 8:58am UTC](https://forum.kirupa.com/t/can-anyone-help-me-please/262194/3 "2008-06-04T08:58:56Z")

</div>

> [@small\_guy;2336127](#):
>
> 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.

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…

---

<div class="post-metadata">

### Author: ![JulyChurches](https://avatars.discourse-cdn.com/v4/letter/j/53a042/32.png) [@JulyChurches](https://forum.kirupa.com/u/JulyChurches)
#### Post date: [June 4, 2008, 9:25am UTC](https://forum.kirupa.com/t/can-anyone-help-me-please/262194/4 "2008-06-04T09:25:38Z")

</div>

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
