flash (?) - movieclip as button
flash (?) - movieclip as button
Out of context: Reply #2
- Started
- Last post
- 18 Responses
- Autokern0
you don't need to convert anything.
A mc with the onRelease onRollOver and onRollout functions defined will work as a button (just one of them)so, on your actions layer in the timeline just do
my_mc.onRelease = function(){
this._x = whatever
}