I’m trying to make a button that on mouseover will get larger (slowly, through tweening), hold its larger state while the mouse is over the button, and then slowly shrink back to normal when the mouse is moved out. I also want the button to remain enlarged (and other things to happen) when its clicked; and when other buttons are clicked, I want it to act as if there were a mouseout, and slowly shrink.
I am an actionscript newbie (altho’ I used to program C/C++, so I’m OK on basic syntax). I thought a movieclip would be the most flexible way to handle above-- I could be wrong. But I can’t even get the first effect (the swelling, holding, shrinking) to work properly. The clip swells, holds, but when I mouseout, the button goes back to its “_up” state – no slow shrinking. I can’t figure it out. Please see attached .FLA file. Thanks very much for any help! And if you have any advice about how to manage the other things I need done to the button, that would be most welcome!
dertraum