flash MClip action??
flash MClip action??
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- jpea0
i'm not trying to bring ya down at all, but you can use the:
this.onRelease=function code on the timeline instead of putting it on the button itself. or give it an instance name and do:
myClip.onRelase=function(){ and you're set too. anything MX or above will work with that.