Re: [Flashcoders] Drawing a continuous curved line through n points in AS1 or AS2 (Catmull-Rom splines?)

2008-11-16 Thread Janis Radins
This also might be ready made solution to use: http://www.mediaverk.lv/asd/#polygon 2008/11/15 Ivan Dembicki [EMAIL PROTECTED] Hello matt, look at http://bezier.googlecode.com/files/ru.bezier.zip -- iv http://www.bezier.ru http://bezier.googlecode.com

Re: [Flashcoders] Drawing a continuous curved line through n points in AS1 or AS2 (Catmull-Rom splines?)

2008-11-16 Thread matt stuehler
Everyone, Many thanks for these excellent examples and suggestions. Ivan's example in particular is really slick. One more example I found that's also really terrific: Andreas Weber's MotionDraw class (http://www.motiondraw.com/md/as_samples/t/CatmullRomSpline/tween.html) I wish I wasn't so

Re: [Flashcoders] Re: Blurry TextField Issue

2008-11-16 Thread Omar Fouad
So No ideas yet? On Tue, Nov 11, 2008 at 1:36 PM, Omar Fouad [EMAIL PROTECTED] wrote: I've tried everything...By the way I am tweening from rotationX -90 to rotationX 0 so I think that the font dimensions should return back to their initial size... By the was if they are immediately cashed

Re: [Flashcoders] Re: Blurry TextField Issue

2008-11-16 Thread Joel Stransky
set .cacheAsBitmap to false. On Sun, Nov 16, 2008 at 11:09 AM, Omar Fouad [EMAIL PROTECTED]wrote: So No ideas yet? On Tue, Nov 11, 2008 at 1:36 PM, Omar Fouad [EMAIL PROTECTED] wrote: I've tried everything...By the way I am tweening from rotationX -90 to rotationX 0 so I think that the

[Flashcoders] Re: Blurry TextField Issue

2008-11-16 Thread Omar Fouad
Nope i already tried it. It does not make any difference. On 11/16/08, Joel Stransky [EMAIL PROTECTED] wrote: set .cacheAsBitmap to false. On Sun, Nov 16, 2008 at 11:09 AM, Omar Fouad [EMAIL PROTECTED]wrote: So No ideas yet? On Tue, Nov 11, 2008 at 1:36 PM, Omar Fouad [EMAIL PROTECTED]