RE: [flexcoders] question about the import statement and action s cript files

2005-04-14 Thread Matt Chotin
: [flexcoders] question about the import statement and action s cript files   In a message dated 4/12/2005 12:53:39 AM Eastern Standard Time, [EMAIL PROTECTED] writes: Looks about like it would help but one question is component one meant to be the mxml file Sure, it’d be something

Re: [flexcoders] question about the import statement and action s cript files

2005-04-12 Thread nostra72
In a message dated 4/12/2005 12:53:39 AM Eastern Standard Time, [EMAIL PROTECTED] writes: Looks about like it would help but one question is component one meant to be the mxml file Sure, itâd be something like this:   class component1 {   public var numberone : Number; }   class component2 {

RE: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] question about the import statement and action s cript files   All I really want to do in a nutshell is have one action script component set a value for a variable and then have another action script component be able to recognize the

Re: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread nostra72
All I really want to do in a nutshell is have one action script component set a value for a variable and then have another action script component be able to recognize the value of that variable. I mean lets say you have an action script component thats taking up too much memory so you make anot

RE: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread Matt Chotin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 9:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] question about the import statement and action s cript files   Sorry for being confusing I think my one programming weakness that I am trying to work on is

Re: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread nostra72
Sorry for being confusing I think my one programming weakness that I am trying to work on is writing programs and not taking up as much memory. I know a good programmer tries to conserve memory and this is a probllem that has made some of my problems come about Yahoo! Groups Links To vis

RE: [flexcoders] question about the import statement and action s cript files

2005-04-11 Thread Matt Chotin
I must admit I’m totally lost as to what you’re trying to do.  Can you reduce the example down?  All the import statement does is allow you to not fully qualify your classnames, it isn’t needed to actually bring in the class nor will it provide a reference.   Generally you pass a refere