Re: [Flashcoders] FLV to AVI converter

2010-07-22 Thread Tony Fouts
Use this software a lot . . . and it is free: http://www.formatoz.com/ Tony On Thu, Jul 22, 2010 at 11:33 AM, Slava Paperno (Bridge) sl...@lexiconbridge.com wrote: Could someone please suggest an FLV to AVI converter for Windows they have used and liked? It doesn't have to be free, but it

Re: [Flashcoders] Placing sprites on the circumference of a circle

2009-11-09 Thread Tony Fouts
Weyert, Here's my approach. Set the registration of the sprites (buildings) to the bottom center and then use the following to determine the rotation: var rotation = (180 - angle); Hope this helps. Tony On Mon, Nov 9, 2009 at 10:41 AM, W.R. de Boer w...@innerfuse.biz wrote: Hello, I am

Re: [Flashcoders] AS3 MOUSE_OVER/OUT bubbling

2009-07-05 Thread Tony Fouts
Andrew, You might also want to check out this link: http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/ It does a great job of illustrating the difference between MOUSE_OVER and ROLL_OVER. Tony http://www.lifelinewebsolutions.com On Sun, Jul 5,