Re: [Flashcoders] loading images in a circle format..

2009-04-22 Thread Rodrigo Augusto Guerra
oders List Cc: Rodrigo Augusto Guerra Sent: Wednesday, April 22, 2009 3:09 PM Subject: Re: [Flashcoders] loading images in a circle format.. Point.polar() will give you an X/Y value based on the degree (in rads) and the distance from the center of the circle. On Wed, Apr 22, 2009 a

Re: [Flashcoders] loading images in a circle format..

2009-04-22 Thread Matt Gitchell
many parameters > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo > Augusto Guerra > Sent: Wednesday, April 22, 2009 12:11 PM > To: flashcoders@chattyfig.figleaf.com > Subject: [

RE: [Flashcoders] loading images in a circle format..

2009-04-22 Thread whispers
, 2009 12:11 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] loading images in a circle format.. hi all... I got a request to load some images in a circle format and once you click one image, it goes to the front. the final layout will be like this: www.alumni.org.br/tmp/rodrigo

RE: [Flashcoders] loading images in a circle format..

2009-04-22 Thread Merrill, Jason
Go to www.gotoandlearn.com and find the tutorial, "Creating 3D Carousels". Jason Merrill Bank of America Global Learning Shared Services Solutions Development Monthly meetings on the Adobe Flash platform for rich media experiences - join the Bank of America Flash Platform Community ___

[Flashcoders] loading images in a circle format..

2009-04-22 Thread Rodrigo Augusto Guerra
hi all... I got a request to load some images in a circle format and once you click one image, it goes to the front. the final layout will be like this: www.alumni.org.br/tmp/rodrigo/modelo.gif my doubt is, how to divide the circle in X equally pieces the logic I'm thinking: divide the ci