Re: [Flashcoders] Best way to learn OO Analysis and Design with ActionScript (James Marsden)

2006-08-19 Thread Adrian Park
Joe, that sounds like a really useful approach. I imaging it gets you on the right track with distinct objects and duties. The way I understand MVC, I'd guess that you'd use MVC to implement the *nouns* (if it seemed appropriate). i.e. Pacman might have a model to store his state (e.g. location, p

[Flashcoders] Best way to learn OO Analysis and Design with ActionScript (James Marsden)

2006-08-18 Thread Joe Cutting
Back when I was at college studying CS we were taught that the way to decide which objects to use was to write a simple description of what your program should do. Then go through the description and find all the nouns - these are your main objects. You can also go through and find all the verbs