I am trying to make a button that changes color from yellow to green when it is rolled over. Not just change color but blend or tween from yellow to green. The only way I know how to do it is with the shape tween but I cannot use a shape tween in a movie or as a symbol. I have seen it done and cannot figure out how. Can anyone tell me the correct way to achieve this effect?
You can do the tween inside a movie clip, and then insert that movie clip in your “Over” frame in the button timeline.
You can also use flash mx’s fade component. Just have your yellow button sit under a green movie clip and use the fade componet to fade the green movie clip when the mouse is rolled over. Lost’s method works too, but I just wanted to show you another way. I attached a simple example of what I’m talking about, hope it helps. =)
got it, thanks guys.