Protected_Protected_Optional_OptionaluseCapture: booleanAdvances the timeline (delegated to the original createjs implementation) and dispatches the custom frame events right after the frame changes, before the children are ticked — the same timing the previous self-managed walk provided.
framerate is fixed at -1 and the driver never passes a delta, so one call always advances exactly one frame (determinism lives with the caller).
Optionaltime: numberOptionalscale: numberThis changes whether to listen for a specified custom event.
Optionaltype: stringOptionaluseCapture: booleanRecursive _updateState walk: the substitute for the draw phase of the original pipeline (MovieClip.draw -> _updateState), which is what resolves SYNCHED / SINGLE_FRAME / first-render state — advance() only moves INDEPENDENT clips. Runs once per frame after _tick, and once when a root is registered (frame-0 seating). Walks the live children array in reverse, matching the traversal discipline of the original Container._tick.
inherited createjs.MovieClip