RE: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-18 Thread Ash Warren
- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Hans Wichman Sent: Tuesday, July 17, 2007 4:24 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside Hi, shouldnt

[Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Ash Warren
I am trying to create a very simple way for a user to manipulate a mask shape in Flash using curveTo. After finding a few great online examples I feel that I'm getting pretty close, however I cannot get rid of my corner control point that begins/ends the shape. Please view the example here and

RE: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Ash Warren
PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Drawing API :: curveTo assistance, code and example inside I am trying to create a very simple way for a user to manipulate a mask shape in Flash using curveTo. After finding a few great online examples I feel that I'm getting pretty

Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Hans Wichman
@chattyfig.figleaf.com Subject: [Flashcoders] Drawing API :: curveTo assistance, code and example inside I am trying to create a very simple way for a user to manipulate a mask shape in Flash using curveTo. After finding a few great online examples I feel that I'm getting pretty close, however I cannot

RE: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Ash Warren
1:44 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Drawing API :: curveTo assistance, code and example inside I am trying to create a very simple way for a user to manipulate a mask shape in Flash using curveTo. After finding a few great online examples I feel that I'm

Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Hans Wichman
2:55 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside Hi, my quick guess is, let the loop run from 0 to i controlPoints.length and do the lookup like this.controlPoints[ (i+1)%controlPoints.length ] Just a guess though

RE: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Ash Warren
Wichman Sent: Tuesday, July 17, 2007 2:55 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside Hi, my quick guess is, let the loop run from 0 to i controlPoints.length and do the lookup like this.controlPoints[ (i+1

Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Hans Wichman
, 2007 4:24 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside Hi, shouldnt thethis.pLine.moveTo (0,100); be control point based as well? greetz JC On 7/17/07, Ash Warren [EMAIL PROTECTED] wrote: Well that seemed

Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside

2007-07-17 Thread Hans Wichman
] On Behalf Of Hans Wichman Sent: Tuesday, July 17, 2007 4:24 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code and example inside Hi, shouldnt thethis.pLine.moveTo (0,100); be control point based as well? greetz JC On 7/17/07