[Flashcoders] Space Clips in Circle

2006-10-25 Thread Kevin Aebig
Hey all, My goal is to space 12 clips in a circle evenly based on a radius. I'm officially stumped after messing around with it for 3 days with no success. Any help or insight appreciated. Cheers, !k ___ Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Space Clips in Circle

2006-10-25 Thread Mark Lapasa
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin Aebig Sent: Wednesday, October 25, 2006 6:10 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] Space Clips in Circle Hey all, My goal is to space 12 clips in a circle evenly based on a radius. I'm officially

Re: [Flashcoders] Space Clips in Circle

2006-10-25 Thread Helen Triolo
3 days with no success sounds way too familiar... but I can do clips on a circle, I think. With a clip in the library, this will attach it n times (starting at depth d) around a circle of radius r centered at x, y: function placeOnCircle(n:Number, r:Number, x:Number, y:Number,

RE: [Flashcoders] Space Clips in Circle

2006-10-25 Thread Kevin Aebig
Absolutely perfect. Thanks a lot for helping with this... Sincerely, !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helen Triolo Sent: Wednesday, October 25, 2006 4:55 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Space Clips in Circle