Open
Description
Since AnimateCC publish everything as MovieClip the newly created MovieClips is unstoppable right after the creation, could stop only some time later. (FlashCC published the same objects as Container, and there was no problem to stop them) for example:
this.BG_holder=new lib.abui_BackGround();
this.BG_holder.title.gotoAndStop(0);
and this.BG_holder.title still loops it's timeline. When I click a button which call
this.BG_holder.title.gotoAndStop(0)
- it's stopped at frame 0.
We can't use AnimateCC because of this bug.