Movieclip does not play in single frame
In AnimateCC HTML5 Canvas I have made the following situation.
In the first frame of the main Timline is a movieclip with an animation, lets call it "myMc".
Lets call the layer in the main Timeline, where myMc is positioned "mcLayer".
The first Frame of the main Timeline stops, with Javascript: this.stop();
The Timeline of myMc does not play, if there is a keyframe in the next Frame of "mcLayer"
myMC plays if there is an normal frame in the next Frame of "mcLayer".
It also plays if there are no more frames on "mcLayer"
What is the rule behind this?
Is this a bug?
