flash animation
flash animation
- Started
- Last post
- 3 Responses
- cmann
hi
how can i stop an animation once i put the mouse over it, and when i roll out, the animation goes on?. i'm trying to do that but i don't want that hand to show, only when i'm pushing a button, but it doesn´t work
thank you very much for your help.
CM
- ukit0
button.useHandCursor = false
- fyoucher10
button.onRollOver = function():Void
{ animation_mc.stop(); this.useHandCursor = false; }button.onRollOut = function():Void
{ animation_mc.play; }button.onPress = function():Void
{ this.useHandCursor = true; }//swap instance names/vars with yoru own etc etc
- dbloc0
just tell it to sit there and quit moving around so much. Use a loud deep voice. That usually works.