Home > OOP for Artists > OOP for Artists: Using a Client Class

OOP for Artists: Using a Client Class

OOP for ArtistsHere is another introductory video for artists and beginning OOPers. I was almost finished with it when the other one went up this morning. This one covers using other classes (besides ones in the Library) for making things happen. The Client class is often part of a Design Pattern, but you can do a lot with a Client class on its own, making requests from other classes. Click the download button to go to the download site.
smalldownload

Share

Related posts:

  1. OOP for Artists: The Empowerment of ActionScript 3.0
  2. OOP for Artists: Classes from Graphics
Categories: OOP for Artists
  1. September 18, 2009 at 1:39 pm | #1

    Hi Bill,

    Calling pictures and circles already using different classes — things are speeding up!

    Just one thing I didn’t quite follow; you said: “Note: When you use a class that has a movieClip in the library, you have to put the same movie clip in the Client.fla library.” I don’t follow how a class could have a movie clip in the library when classes are just *.as files with no libraries. Wouldn’t you have all your movie clips in just one place, the FLA file that calls the Client class? Where is the other library you are talking about that you have to copy into the client.fla from? (please excuse grammar)
    Thanks.

    Barbara

  2. September 18, 2009 at 1:50 pm | #2

    Hi Barbara,

    Did you watch OopArt2? It explains that a MovieClip in the Library with the Export to ActionScript is a class. It extends MovieClip. The Logo class is actually:

    public class Logo extends MovieClip;

    So, if you have a single or series of classes that you are calling that reference a class in a Library, it must be in the Library of the calling class.

    Take care,
    Bill

  3. September 18, 2009 at 2:01 pm | #3

    Hi Bill,

    Sorry, Guess I was dozing in the back of the class — warm fall day! I just have trouble thinking of movieClips as classes. Will work on it.

    Barbara

  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>