Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-09-02 Thread Marcelo de Moraes Serpa
Meinte, AS3 allows prototyping as far as I know. On 8/31/06, Meinte van't Kruis <[EMAIL PROTECTED]> wrote: I'm not sure prototyping can be done in as 3.0 since it does introduce sealed classes and such and is pretty strict oop as far as i can tell. But perhaps I've overlooked something, it woul

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-31 Thread Meinte van't Kruis
I'm not sure prototyping can be done in as 3.0 since it does introduce sealed classes and such and is pretty strict oop as far as i can tell. But perhaps I've overlooked something, it would definetely be a nice thing, I like prototyping as well. -Meinte On 8/30/06, Kevin Newman <[EMAIL PROTECTED

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-30 Thread Kevin Newman
I really like OOP, like Javascript style prototyping and look forward to use a combination of both in AS3. Having said that, I really was not impressed with AS2.0, mostly because of some of it's bugs that made it work in odd ways (mostly related to scoping issues, which are only partially solve

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-29 Thread Andreas Rønning
As Neo said, don't sweat the OOP. I honestly, truly, vividly believe that in 9 out of 10 approaches to an AS2 flash application, most if not all design patterns boil down to overengineering. Like you, i've spent so long pulling my hair out trying to factor design patterns into my actual applic

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-25 Thread James
Cool. Thanks I'll check it out James At 15:55 25/08/2006, you wrote: Well, haXe (http://haxe.org) has both class-based and "structural" objects. You can describe types such as : typedef Point = { var x : Int; var y : Int; } Then every object or class instance having "x" and "y" Int pub

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-25 Thread James
A quote attributed to Bjarne Stroustrup (designer of C++); “There are only two kinds of programming languages: those people always bitch about and those nobody uses.”… ___ Flashcoders@chattyfig.figle

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-25 Thread Nicolas Cannasse
> I think that the mixture of prototype based and class based OOP is really > interesting. I think prototype based object orientated languages (such as > AS1.0 and JavaScript) are really pretty cool and you can do amazing things > with them. > > I read somewhere (sorry can't find link but it wa

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-25 Thread James
I think that the mixture of prototype based and class based OOP is really interesting. I think prototype based object orientated languages (such as AS1.0 and JavaScript) are really pretty cool and you can do amazing things with them. I read somewhere (sorry can't find link but it was on sitepo

[Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-25 Thread Darren Cline
When it comes to OOP and Flash I think an individuals opinion comes from their knowledge of OOP. Those that have used it swear by it and vice versa. This is pretty much how it is with everything. I remember at the release of AS2 there were quite a few developers that I had interactions with that we

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-24 Thread slangeberg
to > customize > > Wouter > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo > Sánchez > Sent: Thursday, August 24, 2006 2:53 PM > To: Flashcoders mailing list > Subject: [Flashcoders] Re: OOP methodology

Re: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-24 Thread Ricardo Sánchez
2:53 PM To: Flashcoders mailing list Subject: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith... Maybe I'm not explaining my self clear. What I want to know is what is the best approach to make a site with a menu with some buttons with rollOvers, rollOuts... When you click a but

RE: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-24 Thread Wouter
Behalf Of Ricardo Sánchez Sent: Thursday, August 24, 2006 2:53 PM To: Flashcoders mailing list Subject: [Flashcoders] Re: OOP methodology and flash. I'm loosing my faith... Maybe I'm not explaining my self clear. What I want to know is what is the best approach to make a site with a menu

[Flashcoders] Re: OOP methodology and flash. I'm loosing my faith...

2006-08-24 Thread Ricardo Sánchez
Maybe I'm not explaining my self clear. What I want to know is what is the best approach to make a site with a menu with some buttons with rollOvers, rollOuts... When you click a button it stays selected until you click another one. Clicking any button will load content on a specific place on th