Re: [Flashcoders] Runtime bitmap caching causing a MovieClip to not render

2009-09-16 Thread Karl DeSaulniers
Runtime bitmap caching is not reccomended for animation. It's trying to cache every step in your animation sequence. You probably experienced a frame or two not fully loading before it was trying to load the next frames in the sequence. Thus it dissapeared. That's more of an educated guess

[Flashcoders] Runtime bitmap caching causing a MovieClip to not render

2009-09-16 Thread Andrew Murphy
Hello. :) I've run into a strange, transient rendering error: The Flash movie in question contains a MovieClip which has a gradient in it, going from fully transparent to fully opaque black. At run time it gets moved and rotated over top of an image file which is also loaded at run time, so th