资 源 简 介
Cache entire animation comfortably as Bitmap -
download offline, will be on soon
XClip provides possiblity to prerender a hidden DisplayObject, into a videolike clip, to not waste performance through animation and become able to show performance killers (filters, blendmodes, 3DScenes, a.s.o) simultanly and fluidly.
XClip is a DisplayObject, that takes a (animated) DisplayObjects as parameter, like this:
var clipMC :MovieClip = new MyPerformanceKillerAni( );var clipXC :XClip = new XClip( clipMC );
And then the magic beginns:
clipXC.render();
XClip caches each of your Animations frames into BitmapData. After that was done, the data will be used internaly to initialise a Clip, you can control with functions like:
stop()play()reverse()gotoAndStop/-Play/Reverse()
You can also initialise XClips everywhere in your code, and start rendering for