Re: [Flashcoders] DrawAPI - Curves

2007-08-13 Thread Hans Wichman
Hi, let your control points be the control points of the curve and the average of subsequent controlpoints be the anchor. http://objectpainters.com/blog/?p=56 greetz JC On 8/13/07, Karim Beyrouti [EMAIL PROTECTED] wrote: Hi all... I am struggling a little drawing curves in flash. Say I

Re: [Flashcoders] DrawAPI - Curves

2007-08-13 Thread Ian Thomas
Hi Karim, Andreas Weber wrote some classes to handle this - try here: http://motiondraw.com/blog/index.php?s=catmullromspline Cheers, Ian On 8/13/07, Karim Beyrouti [EMAIL PROTECTED] wrote: Hi all... I am struggling a little drawing curves in flash. Say I have 25 randomish points ,

RE: [Flashcoders] DrawAPI - Curves

2007-08-13 Thread Karim Beyrouti
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: 13 August 2007 13:34 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] DrawAPI - Curves Hi Karim, Andreas Weber wrote some classes to handle this - try here: http://motiondraw.com/blog/index.php?s

RE: [Flashcoders] DrawAPI - Curves

2007-08-13 Thread Karim Beyrouti
Got it, thank you so much for the pointers here is my sample code for this one: code numberOfPoints = 25 xSpacing = Stage.width / numberOfPoints this.lineStyle( 5, 0x00, 100); this.moveTo( 0,Stage.height / 2 ); points = []; for ( var c = 0 ; c numberOfPoints ; c ++ ) {

Re: [Flashcoders] DrawAPI - Curves

2007-08-13 Thread Ivan Dembicki
Hello, http://sharedfonts.com/dembicki_org/path/vawes-eng.html -- iv ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf