Why is when you enter a letter and convert it too a button it does not behave that way but when you add a circle to Flash and convert it to a button it does act like a button?
What I would like to do is to animate a letter when the user hovers their mouse over it. It would change color and then return to the original color.
So for example we have the letter "A" on screen.
* User hovers mouse over letter
* Animate letter from Red - Yellow - Green - Red
* This is a two second animation.
I was thinking of adding an invisible button but that wont help because when the user hovers the mouse over the letter any keyframes on the mouseover event will only be for the Button and not the letter so that wont work.
How do you solve this solution?
2006-12-09
19:55:14
·
1 answers
·
asked by
Siu02rk
3
in
Computers & Internet
➔ Programming & Design
arus.geo - I see the logic in that but that is the same logic I think as creating an invislbe button and placing it over the text. It still wouldn't allow me to manipulate the mouse over event on the Text.
2006-12-09
21:24:23 ·
update #1