Navigating backwards on timeline
Hello,
I'm having an issue with going backwards on a movie clips own timeline.
The forward button moves timeline to the right frame, the second on that frame will not return it back.
I've tried both the follwoing codes:
var _this = this;
_this.back_bt.on('click', function(){
_this.gotoAndPlay(10);this.back_bt.addEventListener("click", fl_ClickToGoToAndStopAtFrame.bind(this));
function fl_ClickToGoToAndStopAtFrame() {
this.gotoAndStop(0);
}The forward button is exactly like the first bit of code, takes the mc to frame 24.
Not sure if this is causing the issue but the mc in question is loaded from library.
Thanks
