Re: [Flashcoders] OOP Tutorial

2010-03-06 Thread Mark Winterhalder
On Fri, Mar 5, 2010 at 4:47 PM, Susan Day suzieprogram...@gmail.com wrote: 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? Wikipedia is your friend for looking

Re: [Flashcoders] OOP Tutorial

2010-03-06 Thread Meinte van't Kruis
hmm, perhaps I was sounding a bit too snobbish. My point is really that, espessially with learning computer stuff, be it creative(photoshop etc.) or coding, alot of resources are available online, and I'm always surprised when people start about books as soon as there's some questions or tutorial

[Flashcoders] OOP Tutorial

2010-03-05 Thread Susan Day
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

RE: [Flashcoders] OOP Tutorial

2010-03-05 Thread Karina Steffens
...@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

Re: [Flashcoders] OOP Tutorial

2010-03-05 Thread Valentin Schmidt
Susan Day wrote: 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

RE: [Flashcoders] OOP Tutorial

2010-03-05 Thread Benny
No need for inheritance then, just give your Star class the desired parameters in the constructor, e.g package { import flash.display.MovieClip; public class Star extends MovieClip { public function Star(lineColor:uint, fillColor:uint) {

RE: [Flashcoders] OOP Tutorial

2010-03-05 Thread Karina Steffens
...@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

Re: [Flashcoders] OOP Tutorial

2010-03-05 Thread Paul Andrews
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

Re: [Flashcoders] OOP Tutorial

2010-03-05 Thread Susan Day
On Fri, Mar 5, 2010 at 12:41 PM, Benny b.vlug...@hccnet.nl wrote: No need for inheritance then, just give your Star class the desired parameters in the constructor, e.g package { import flash.display.MovieClip; public class Star extends MovieClip {

Re: [Flashcoders] OOP Tutorial

2010-03-05 Thread Paul Andrews
On 05/03/2010 18:04, Dave Watts wrote: 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. Gosh. We can all learn something from a good book, no matter how accomplished we are. You might have learned something new or just