Open
Description
Using a button to move between frame 0 and 1 in a container movie clip.
The child movie clip only exists on frame 0
this.timeline.addTween(cjs.Tween.get(this.instance).to({_off:true},1).wait(1));
When the container clip moves from frame 1 to frame 0 the actions on frame 0 in the child clip are not executed.
http://plnkr.co/edit/Zlt7xohiG4FoPb2PGKRa?p=preview
In this example the 'test' movie clip should never advance, but the actions on frame 0 do not execute and allow it to play.