Re: [Flashcoders] Flash Projects worklow

2009-12-20 Thread Omar Fouad
Thanks Everyone On Sun, Dec 20, 2009 at 3:23 AM, Glen Pike postmas...@glenpike.co.ukwrote: Hi Omar, I have the same thing - I am coding in Flash Develop with hand-rolled button classes and other classes. I was a little concerned at first with the public / private thing, but I am learning

Re: [Flashcoders] Flash Projects worklow

2009-12-19 Thread Glen Pike
Hi Omar, I have the same thing - I am coding in Flash Develop with hand-rolled button classes and other classes. I was a little concerned at first with the public / private thing, but I am learning to live with it... I think the lesson/trick here is to work in the way you feel

[Flashcoders] Flash Projects worklow

2009-12-18 Thread Omar Fouad
Hi all, I've been working with ActionScript 3.0 since 2006 and I used some technique in the last two years. I believed that this way is the best for splitting code from design, but today I asked myself whether this approach is REALLY professional or not. What I do is a create a pure ActionScript

Re: [Flashcoders] Flash Projects worklow

2009-12-18 Thread Karl DeSaulniers
Have a private var equal the public var after it gets initiated? JAT Karl Sent from losPhone On Dec 18, 2009, at 10:03 AM, Omar Fouad omarfouad@gmail.com wrote: Hi all, I've been working with ActionScript 3.0 since 2006 and I used some technique in the last two years. I believed

Re: [Flashcoders] Flash Projects worklow

2009-12-18 Thread Henrik Andersson
Long story short, it must be public or else the Flash player can not set it for you. In practice isn't not a big deal. It's just something that people who cares about keeping things tidy and neat worry about. I am not saying that it is a bad thing, but I don't think too much about it.

Re: [Flashcoders] Flash Projects worklow

2009-12-18 Thread Jer Brand
This may or may not be helpful, but I build my ActionScript 3 projects in Flex Builder in a similar way, spare I only create the raw graphic assets in flash and assemble them in the AS3. A contrived example would be a 3 state button would be made of 3 embedded assets, and I create the TextField in