[Flashcoders] Cool !

2007-10-19 Thread Gilles Roquefeuil
It's been a long time ... so glad everything is back online, we were longing for you ! Gilles ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Array ordering

2007-09-14 Thread Gilles Roquefeuil
Hello, i know it must be simple, but how do i generate a copy of an array of clips, ordered by one of the props of the clip (increasing _x for instance) ? thanx, Gilles ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] Photoshop CS3 breaks Flash development workflow

2007-09-08 Thread Gilles Roquefeuil
Hi Francis, i'm always looking for workflow time-saving techniques, and yours is really great thanx a lot Gilles Le 8 sept. 07 à 17:22, Francis Turmel a écrit : Hey Steven, you can always go another route to have the same result. At the bottom of the History palette, there's a button

Re: [Flashcoders] Flash CMS

2007-08-21 Thread Gilles Roquefeuil
'. Then everything is editable. The CMS doesn't require database, just PHP. If you're interested, i can provide links and access to test sites. Gilles [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

[Flashcoders] status text in navigator when loading external content

2007-08-20 Thread Gilles Roquefeuil
. Is there any trick to display the status correctly or is the problem inhrent to Flash ? Thanx Gilles ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] BlendModes MovieClipLoader

2007-08-07 Thread Gilles Roquefeuil
... Anyone has a clue ? Thanks a lot, Gilles ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

[Flashcoders] DataGrid Column

2007-06-06 Thread Gilles Roquefeuil
Hello, is there a simple way of selecting an entire column in a datagrid ? I need to select (or to simulate a selection) the column using the headerRelease datagrid event Thanks, Gilles ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] compare Objects

2007-04-30 Thread Gilles Roquefeuil
:0}]} trace (obj1==obj2) returns false... Thanx, Gilles ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread Gilles Roquefeuil
Hi Matt, try to make a clip from each of your frames (ie frame1_mc, frame2_mc, etc.) then test the width of the specific frame/clip (var myWidth:Number = myLoadedClip.frame1_mc._width;) Gilles Le 18 avr. 07 à 16:10, matt stuehler a écrit : All, I'm working on an application

Re: [Flashcoders] Init generic clip

2007-04-18 Thread Gilles Roquefeuil
(toto_mc); This function won't make your movie flick. Hope this helps, Gilles Le 18 avr. 07 à 14:55, Jiri Heitlager | dadata.org a écrit : Hello list, I have made a very simpele MovieClip that functions as a generic button, this is clip 'gen_btn_mc'. For the designers it is important that I

Re: [Flashcoders] Weird removeMovieClip problem

2007-04-17 Thread Gilles Roquefeuil
of attached MCs - do not attach on _root. The weird thing is, using your script on an almost empty movie, the removeMovieClip method works allright... maybe you can try using _level0 instead of _root, or try the container trick above. Hope this helps, Gilles Le 17 avr. 07 à 15:49, eric e

[Flashcoders] POST with FileReference

2007-04-16 Thread Gilles Roquefeuil
like this : myFR.upload(fileUpload.php?myDir=images) ; In my PHP page, i use $_POST[myDir] to get the directory name. But i just can't manage to get it. Can anyone give any any direction ? Thanx a lot, and hello from France, Gilles ___ Flashcoders

Re: [Flashcoders] Help: test EventDispatcher speed please

2007-03-21 Thread gilles
Yes, it intereting to get the bug out. Gilles Le 21-mars-07 à 16:14, Francis Bourre a écrit : hello! As I know, I didn't ask ppl to test an application or a site I made. That's a test that to enlight the fact that EventDispatcher behaves weird on mac player. I think ppl should be interested

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-15 Thread gilles
give you an idea on how you wish to build your engine. Sherf - Original Message From: gilles [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 14, 2007 9:26:57 PM Subject: Re: [Flashcoders] ISOMETRIC GAME ENGINE Ok it's great , but i have to di it in AS 2

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread gilles
Bonjour Martin, je serais enchanté si je pouvais bénéficier de votre proposition et me propose par la suite de mettre mes évolution a la disposition de la communauté. Bien à vous BERTRAND gilles Le 14-mars-07 à 15:14, Martin Tremblay a écrit : Bonjour Gilles, We built

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread gilles
working on an AS3 isometric game engine for a few months now. http://www.zenbullets.com/isometric/ It's not finished, and it's not open source (yet), but may be of interest if you are developing along similar lines. matt gilles wrote: Hi all, we are currently looking for a tile iso

[Flashcoders] ISOMETRIC GAME ENGINE

2007-03-13 Thread gilles
to adapt it to our use. PS: maybe pixlib but we didn't find much over the iso game BERTRAND Gilles B-services sprl 248, rue des canadiens 7022 HYON BELGIUM BERTRAND Gilles B-services sprl 248, rue des canadiens 7022 HYON BELGIUM PHONE +32 499 529229

Re: [Flashcoders] FAME demands perfection

2006-02-06 Thread gilles Bertrand
Have you tried to use the -mx options in mtasc line command That should do it BERTRAND Gilles Le 06-févr.-06 à 11:04, Galt Roarc a écrit : I just started using the FAME combo (Flashout, ASDT, MTASC and Eclipse) and tried compiling an existing class and fla as my first run thru of flashout