Re: [Flashcoders] cacheasBitmap renders dynamic text distorted

2008-01-10 Thread Cedric Muller
I don't remember, but this maybe problematic if you do embed (or do not ?!) the font. I ended up with another technique which takes snapshots of the textfield to be tweened, and then animates this bitmap import flash.display.Bitmap; import flash.display.BitmapData; import

[Flashcoders] cacheasBitmap renders dynamic text distorted

2008-01-10 Thread Dwayne Neckles
I was experience a little slowdown animating three dynamic textfields using Tweener i used the cacheAsBitmap to true thinking this would solve it. it did but it also made the text look really bad? any suggestions? didnt find anything on google.. **example

Re: [Flashcoders] cacheasBitmap renders dynamic text distorted

2008-01-10 Thread Muzak
: [Flashcoders] cacheasBitmap renders dynamic text distorted I was experience a little slowdown animating three dynamic textfields using Tweener i used the cacheAsBitmap to true thinking this would solve it. it did but it also made the text look really bad? any suggestions? didnt find anything