Flash buttons with connected animations in Flash MX

I’m having a problam in Flash MX.
i want to make an oval shaped button that moves from the left to tehe right on the movie, but if you hit it, it must slowly go down to the bottom of the Flash movie, and maybe if it sinks, also a color change or something.

Please answer!!!

Hey,

Do you want to program or tween it?

It doesn’t matters whether it is programmed or tweened (but i prefer tweening) . If you can solve it, please tell me how to solve my problem.

PLEASE !!!

Why does no one answers my question?

OK, sorry for the late answer. Put that kind of code on your instance of the clip:

on (press) {this._y=380;}

You can change the 380 to anything that suits your needs.

Cheers.

pom :slight_smile:

thanks for the answer!