action script button events
action script button events
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- fyoucher10
An even shorter way..
btn1.onReleaseOutside =
btn1.onRelease = function():Void { doThis(); };
An even shorter way..
btn1.onReleaseOutside =
btn1.onRelease = function():Void { doThis(); };