I'm having trouble getting the button inside my movieclip to work.
I working on a draggable menu for a flash piece.
I know it involves actionscript.
I would be greatful for any help.... Thanks!
almightysounds
Michael T.
[email protected]
Printable View
I'm having trouble getting the button inside my movieclip to work.
I working on a draggable menu for a flash piece.
I know it involves actionscript.
I would be greatful for any help.... Thanks!
almightysounds
Michael T.
[email protected]
You need to have the button target the main timeline.
on (release) {
_root.gotoAndPlay (5);
}