[Flashcoders] AS3 - Missing

2006-07-04 Thread Marcos Neves
Is this the place to talk about AS3? If not, where would be? The concept of any movieClip be a class is very powerfull, given the ability to do new ClassName to create a copy of any clip. But the Auto Generated class and the fact that you can´t have two movieclips with the same class is

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Marcos Neves
to a different class, but at least your code will be easy to manage. good luck -Meinte On 7/4/06, Marcos Neves [EMAIL PROTECTED] wrote: Is this the place to talk about AS3? If not, where would be? The concept of any movieClip be a class is very powerfull, given the ability to do new ClassName

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Marcos Neves
, but at least your code will be easy to manage. good luck -Meinte On 7/4/06, Marcos Neves [EMAIL PROTECTED] wrote: Is this the place to talk about AS3? If not, where would be? The concept of any movieClip be a class is very powerfull, given the ability to do new ClassName to create a copy of any clip

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Marcos Neves
there is a very good reason why and I'd hope that the reason has something to do with AS becoming a more mature language and doing things in a better way. Am I wrong? A. On 7/5/06, Marcos Neves [EMAIL PROTECTED] wrote: You got the point. But this silly task wasn´t needed on flash 8. That´s

Re: [Flashcoders] AS3 - Missing

2006-07-06 Thread Marcos Neves
On 7/5/06, Chris Velevitch [EMAIL PROTECTED] wrote: On 7/5/06, Marcos Neves [EMAIL PROTECTED] wrote: I have a A world map where each country is a movieclip. And every one will have the same behavior. Before flash 9, what I did is assign a class called Country to each movie clip. This way, I

Re: [Flashcoders] AS3 - Missing

2006-07-07 Thread Marcos Neves
Very thanks to Jens and Nivesh :) On 7/7/06, Jens Halm [EMAIL PROTECTED] wrote: Class names need to be unique. We will support the concept of a base class for library symbols in the Flash 9 timeframe. These base classes can be non-unique. Glad to hear that this will be supported. I am

Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList

2006-07-10 Thread Marcos Neves
You can´t dynamic list all files, but you can popup a browser window, asking to the user select all files on the folder. This is for security reason. On 7/10/06, jordan robinson [EMAIL PROTECTED] wrote: Is there a way to get a list of files in a directory using FileReference or

Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList

2006-07-11 Thread Marcos Neves
Neves wrote: I think he wants to list the client dir files, not the server. Is this right? On 7/11/06, Jeff Jonez [EMAIL PROTECTED] wrote: Or you could use PHP or another scripting language. Jeff On 7/10/06, Marcos Neves [EMAIL PROTECTED] wrote: You can´t dynamic list all files, but you can

[Flashcoders] scale9grid how to

2006-07-19 Thread Marcos Neves
How can I use programaticlly scale9grid to don´t deform a roundRect when scaled? I´know how it works at design time on flash. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
= new Rectangle(x1, y1, x2, y2); Marcos Neves a écrit : How can I use programaticlly scale9grid to don´t deform a roundRect when scaled? I´know how it works at design time on flash. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Wednesday, July 19, 2006 4:34 PM To: Flashcoders mailing list Subject: [Flashcoders] scale9grid how to How can I use programaticlly

Re: Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
. You know how it works from implementing it in the IDE, so you know that there must be outside area that is left untouched, the interior does the scaling. - e.d. On 7/20/06, Marcos Neves [EMAIL PROTECTED] wrote: No so clearly Julien, if(I create a rectangle with exact the same size of my

Re: Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
This is the bt.swf http://neves.bs2.com.br/as3/bt.swf As you can imagine, I´m trying to scale only inside the black wire rectangle using the scale9grid. On 7/20/06, Marcos Neves [EMAIL PROTECTED] wrote: Does any body can tell me what´s wrong with this code? The problem is that the scale9grid

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Thursday, July 20, 2006 8:48 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] scale9grid how to And how it can be done? On 7/20/06, Merrill, Jason [EMAIL PROTECTED] wrote: If it gets too messy, you can also roll your own

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
Should someone give an example of how to use scale9grid in flash authoring? I bitmap fill a rectangle with a checker pattern. The corners should have no deformation, but it´s having. On 7/20/06, Marcos Neves [EMAIL PROTECTED] wrote: I used that two. You call the scale9 function when? How do you

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Thursday, July 20, 2006 9:24 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] scale9grid how to I used that two. You call the scale9 function when? How do you know when it need

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
... Here is a .fla file to illustrate this: http://www.vignali.net/julien/scale9.fla Hope it helps Julien Vignali Marcos Neves a écrit : That I did eric, how can I test to see if works? If I scale at the scene, It doesn´t works. When I export the swf, neither. On 7/20/06, eric dolecki [EMAIL

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
:[EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Thursday, July 20, 2006 2:09 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] scale9grid how to Thanks Julien, Your example open my mind. Now I know that scale9grid is not powerfull as I thought. Here some conclusions that I found based

Re: [Flashcoders] scale9grid how to

2006-07-20 Thread Marcos Neves
Of Marcos Neves Sent: Thursday, July 20, 2006 2:56 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] scale9grid how to I´m using for interface components too. I import a png button and align the guides to my needs. But it doesn´t work. I found an ugly workaround for this. Textfields

Re: [Flashcoders] Most efficient way to set a ColorTransform property on a MovieClip

2006-08-02 Thread Marcos Neves
This is a classic object oriented problem. The MovieClip can´t know that the rbg property has changed from his ColorTransform property. There ar 3 solutions: The first is the easier for Macromedia but worst for us programers. The movieClip, update its ColorTransform when you set it, like this

[Flashcoders] How to Create Flex Projector

2006-08-07 Thread Marcos Neves
Hi, I need to create a Flex apllication that runs on an exe projector for a CD-ROM. How can I do that? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] How to Create Flex Projector

2006-08-07 Thread Marcos Neves
-Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Monday, August 07, 2006 1:11 PM To: Flashcoders mailing list Subject: [Flashcoders] How to Create Flex Projector Hi, I need to create a Flex apllication that runs on an exe projector