How to make movieclip stay in frame?
I'm using HTML5 Canvas.
This is frame 1 of the main timeline and there is one movieclip.
this.myMovieclip.gotoAndStop(24);
this.gotoAndStop(2);
/*
Do some stuff here
...
*/
this.gotoAndStop(1);
Now that I am back at frame 1 of the main timeline the movieclip is no longer at frame 24 and it starts playing from 0. I'm pretty sure that this didn't happen in as3...
Thanks for helping.
