flash animation
flash animation
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- 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