flash (?) - movieclip as button
flash (?) - movieclip as button
Out of context: Reply #11
- Started
- Last post
- 18 Responses
- funkage0
Or say you have a movie with multiple frames, named "box_mc", on the root timeline, you could simply include this into your existing code:
button[i].onRelease = doSomething;
function doSomething() {
this._parent._parent.gotoAndPlay...
}