I guess so. I'm not happy to delve into a new programming language before
I've read an entire book from cover to cover. Yes, even bricks :) I've got
all the Moock-books and some cook-books and a whole lot of other books...

> -----Original Message-----
> From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-
> boun...@chattyfig.figleaf.com] On Behalf Of Meinte van't Kruis
> Sent: 05 March 2010 4:39
> To: Flash Coders List
> Subject: Re: [Flashcoders] OOP Tutorial
> 
> Guess it depends on the person, I have been a Flash developer for over
> 5
> years
> and have yet to open a book about it.
> 
> On Fri, Mar 5, 2010 at 5:22 PM, Karina Steffens <kar...@neo-
> archaic.net>wrote:
> 
> > Hi Susan,
> >
> > I wouldn't recommend relying just on online tutorials, or discussion
> posts
> > for a something as huge as learning AS3 OOP. The best thing would be
> to get
> > a book that covers the subject, such as Colin Moock's Essential
> > ActionScript
> > 3.0 from O'Reilly, or any one of the other excellent books on the
> subject
> > (Rich Shupe's comes to mind, although I haven't read it myself I
> heard good
> > things about it).
> >
> > To answer your question, you don't need to implement an interface to
> use
> > another class as an object, you'd just instantiate it and call its
> methods.
> > You would implement an interface if you wanted the class that
> contains the
> > object to "pretend" to be that object, in which case it would
> implement the
> > public methods and pass them along to its instance of the object. But
> > again,
> > a book would explain it much better than that...
> >
> > Karina
> >
> >
> > > -----Original Message-----
> > > From: flashcoders-boun...@chattyfig.figleaf.com
> [mailto:flashcoders-
> > > boun...@chattyfig.figleaf.com] On Behalf Of Susan Day
> > > Sent: 05 March 2010 3:48
> > > To: Flash Coders List
> > > Subject: [Flashcoders] OOP Tutorial
> > >
> > > Hi;
> > > Now I would like to call my class Star from another class, but pass
> > > different values to its variables. Do I need to implement the
> > > inheriting
> > > class as Star? I'm kinda lost here. I've been googling as3 oop but
> the
> > > tutorials don't seem to address my needs. Can you help me
> understand
> > > what it
> > > is I'm looking to do so I can google up the appropriate tutorials?
> > > TIA,
> > > Susan
> > > _______________________________________________
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> 
> 
> 
> --
> Meinte van't Kruis
> 
> Freelance Flash Platform Dev (mxml,actionscript,flex,air)
> 
> malatze
> http://www.malatze.com/
> http://www.linkedin.com/in/meinte
> mei...@malatze.com
> 0617459744
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to