Stefano Sergio
11-28-2007, 04:54 PM
I'll try to semplify the question i asked in the previows post...
Why
this.btn_nextframe.addEventListener(MouseEvent.CLI CK, function() {gotoAndStop(5)});
Get me in frame 5 of the main timeline.
And
gotoAndStop(5);
in the same script just make a movieclip in the scene go to frame 5 and not the main timeline?
Why
this.btn_nextframe.addEventListener(MouseEvent.CLI CK, function() {gotoAndStop(5)});
Get me in frame 5 of the main timeline.
And
gotoAndStop(5);
in the same script just make a movieclip in the scene go to frame 5 and not the main timeline?