[Flashcoders] Distribute evenly over half a circle

2010-03-23 Thread Jiri
Does someone know how to distribute a n number of sprite of a top half circumference of a cicrle. I have this, but cant figure out the offset. function plot():void { var totalNumbers:int = 5; var slice:Number = ( 180 / totalNumbers ); var p:Point; for (var

RE: [Flashcoders] Distribute evenly over half a circle

2010-03-23 Thread Mattheis, Erik (MIN - WSW)
-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jiri Sent: Tuesday, March 23, 2010 9:30 AM To: Flash Coders List Subject: [Flashcoders] Distribute evenly over half a circle Does someone know how to distribute a n number of sprite of a top half

Re: [Flashcoders] Distribute evenly over half a circle

2010-03-23 Thread Jiri
News Agency of the Year -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jiri Sent: Tuesday, March 23, 2010 9:30 AM To: Flash Coders List Subject: [Flashcoders] Distribute evenly over half a circle Does