Is there a way to access the image data (children/transformation info) of a particular frame in a MovieClip
without having to use the gotoAndStop
methods.
These methods are part of a rendering pipeline, all I want is access to the data, not to start a chain of asynchronous events that were developed to render things on screen, call multiple event listeners and execute frame actions.