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

2009-07-23 Thread Mark Burvill
Have you tried posting on the Gaia forum? Stephen is usually pretty good at answering. On 22 Jul 2009, at 17:07, PWMedia|Paul Wolthuis wrote: 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

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

2009-07-23 Thread PWMedia | Paul Wolthuis
I've been reeding for weeks and trie to find it myself. I found a simular question and the reaction of steve was to post it here... Steve thinks it's a regular actionscript thing (he's proberbly right) and not a flash thing. Maybe i have to post a message over there but i'm affraid i'll be

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 ma...@wddg.com wrote: I'm not familiar with the Gaia framework, so I'm not sure what some of those function calls (alignSite()) or

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

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

2009-07-20 Thread Mario Gonzalez
I'm not familiar with the Gaia framework, so I'm not sure what some of those function calls (alignSite()) or properties are (__WIDTH). However all you need to do, is call this on onResize -- x = int(stage.stageWidth/2 - width/2); y = int(stage.stageHeight/2 - height/2); - Another thing to note,