[Flashcoders] Need some help with my maths...

2009-07-22 Thread Glen Pike
Hi, I have a problem where I have implemented a 3D cube and an intro sequence which can be seen here: http://glenpike.co.uk/fitkin/_index.php My problem is that I had to calculate the initial positions of the zoomed in cube by using sliders to tweak the value then hardcoding them..

Re: [Flashcoders] Enterprise Architect + AS3

2009-07-22 Thread artur
can anyone point me to a good tutorial on how to setup EA for AS3 code generation? i found this old tutorial for AS2...but im sure its outdated. http://www.5etdemi.com/as2codegen/convertToAS2project.html thanks *artur :.* ___ Flashcoders mailing list

[Flashcoders] Enterprise Architect + AS3

2009-07-22 Thread artur
is it possible to have EA create a UML from AS3 classes built using PureMVC? if so, can it also update/sync the UML when the class is manually changed? also how difficult is it to setup EA to run on an MAC? thanks artur ___ Flashcoders mailing lis

[Flashcoders] test123

2009-07-22 Thread artur
-- *artur :.* - *www.artur.com* - *ar...@artur.com* - *ph:646.797.3320* ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Enterprise Architect + AS3

2009-07-22 Thread Paul Andrews
artur wrote: is it possible to have EA create a UML from AS3 classes built using PureMVC? if so, can it also update/sync the UML when the class is manually changed? also how difficult is it to setup EA to run on an MAC? There is a 30 day trial.. thanks artur _

[Flashcoders] Enterprise Architect + AS3

2009-07-22 Thread artur
is it possible to have EA create a UML from AS3 classes built using PureMVC? if so, can it also update/sync the UML when the class is manually changed? also how difficult is it to setup EA to run on an MAC? thanks artur ___ Flashcoders mailing list

Re: [Flashcoders] Just a stupid question (hope you can help me)

2009-07-22 Thread PWMedia | Paul Wolthuis
Hi Guys, Thanks for helping me out!!! I know about the Gaia panel option to set 100% width and 100% height in combination with the center/center option. This option scales the background (index). The thing i'm trying to do is to make the diferent pages i've designed scale up or down as wel

Re: [Flashcoders] Dancing characters...

2009-07-22 Thread Ian Thomas
Also - have you got those text fields set to "anti-alias for animation"? If not, you should - "anti-alias for readability" can cause odd effects for moving text. HTH, Ian On Wed, Jul 22, 2009 at 4:44 PM, Ruy Adorno wrote: > Hello Sander, > > Nice to see you around here, I saw in twitter you're

Re: [Flashcoders] Dancing characters...

2009-07-22 Thread Eric E. Dolecki
try rounded values? On Wed, Jul 22, 2009 at 11:31 AM, Sander Schuurman wrote: > Hi list... > > I'm trying to make some kind of Dock... > > http://www.sentoplene.com/dock > > But sometimes when I stop with the mouse, some characters keep on moving > slightly... How can I get rid of that? > > I'm

Re: [Flashcoders] Dancing characters...

2009-07-22 Thread Ruy Adorno
Hello Sander, Nice to see you around here, I saw in twitter you're starting your own dock effect this morning. It's hard to know the reason for this strange behavior of the elements without see the code, but I have a guess that could be some problems with float numbers, I already have similar

RE: [Flashcoders] Dancing characters...

2009-07-22 Thread Cor
That's because of your ENTER_FRAME I guess. Use MOUSE_OVER and MOUSE_OUT instead Look here and mouse over the bottom menu: http://www.badmintonclubnetwerk.nl/_Cor/TYG/ Regards Cor van Dooren The Netherlands -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:fla

[Flashcoders] Dancing characters...

2009-07-22 Thread Sander Schuurman
Hi list... I'm trying to make some kind of Dock... http://www.sentoplene.com/dock But sometimes when I stop with the mouse, some characters keep on moving slightly... How can I get rid of that? I'm simply doing on Event .ENTER_FRAME: scaleIcons and then positionIcons. I'v tried to trigger

Re: [Flashcoders] Just a stupid question (hope you can help me)

2009-07-22 Thread Joel Stransky
You should be able to set this in the Gaia panel that's added to the Flash IDE when you install the framework. On Mon, Jul 20, 2009 at 11:09 AM, Mario Gonzalez wrote: > I'm not familiar with the Gaia framework, so I'm not sure what some of > those function calls (alignSite()) or properties are (

Re: [Flashcoders] Filtering xml with E4X

2009-07-22 Thread Joel Stransky
The predicate filter should also work. myXMLList:XMLList = projectsXML..tags.(tag == "Website"); //return an XMLList object containing all nodes who's value is "Website" On Thu, Jul 16, 2009 at 9:11 AM, Mark Burvill wrote: > Awesome - that's what I'm after. I didn't know about "contains". > >

Re: [Flashcoders] Png saving of selection of TextFormat..

2009-07-22 Thread Glen Pike
Not sure about the border bit, but your PHP code leaves you wide open to someone uploading some very nasty code that is not necessarily a png image. You should at least getimagesize or Imagick to check if it's a valid image before saving it to a folder accessible from the web. yuva rani wrote

Re: [Flashcoders] PHP Socket Question

2009-07-22 Thread John McCormack
< http://www.tufat.com/s_flash_chat_chatroom.htm Thanks for that Glen, That looks really interesting. John Glen Pike wrote: You can use a database to store data in for a chat server, but you will need to have some kind of server side "maintenance" script to weed out the database. With a soc

[Flashcoders] Png saving of selection of TextFormat..

2009-07-22 Thread yuva rani
Hi all, i have done png saving of selection of TextFormat.. i want to saving it in PHP file with transparent bg with text below the image. but i get text with border while saving it.. here the below code.. anything is to added in php or Flash as3 may i know.. Any body knows this help me? my Fl

Re: [Flashcoders] PHP Socket Question

2009-07-22 Thread Glen Pike
You can use a database to store data in for a chat server, but you will need to have some kind of server side "maintenance" script to weed out the database. With a socket server system, you usually have to have a dedicated server, or at least one which lets you log into the shell and create s

[Flashcoders] PHP Socket Question

2009-07-22 Thread Omar Fouad
hey, My boss asked me to develop a Cards Game called "Estimation" (I don't know if you heard about it). It is a Cards game similar to spades, where there are tricks, bids, etc. The game is going to be a Facebook application, so it is required a multi-player option (real time). At first I thought I