RE: [Flashcoders] Drawing API

2007-07-25 Thread Holth, Daniel C.
: Wednesday, July 25, 2007 2:51 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Drawing API Hi There, Just on the off chance any of you can help - Does anyone have any resources, or knows a good example online to simulate slightly blotchy ink using the drawing API? Regards Karim

[Flashcoders] Drawing API

2007-07-25 Thread Karim Beyrouti
Hi There, Just on the off chance any of you can help - Does anyone have any resources, or knows a good example online to simulate slightly blotchy ink using the drawing API? Regards Karim No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus

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

2007-07-18 Thread Ash Warren
Thank you sooo much. It works perfectly! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hans Wichman Sent: Wednesday, July 18, 2007 12:26 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code

[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
(); /**/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hans Wichman Sent: Tuesday, July 17, 2007 2:55 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Drawing API :: curveTo assistance, code and example

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
(); /**/ Thank you very much for your help. Ash -Original Message- 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

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