<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: OOP for Artists: Using a Client Class</title>
	<atom:link href="http://www.as3dp.com/2009/09/18/oop-for-artists-using-a-client-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.as3dp.com/2009/09/18/oop-for-artists-using-a-client-class/</link>
	<description>OOP Techniques for Flash and Flex Developers</description>
	<lastBuildDate>Mon, 08 Mar 2010 23:14:21 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barbara Parkman</title>
		<link>http://www.as3dp.com/2009/09/18/oop-for-artists-using-a-client-class/comment-page-1/#comment-3012</link>
		<dc:creator>Barbara Parkman</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3dp.com/?p=1648#comment-3012</guid>
		<description>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</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>Sorry, Guess I was dozing in the back of the class &#8212; warm fall day! I just have trouble thinking of movieClips as classes.  Will work on it.  </p>
<p>Barbara</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William B. Sanders</title>
		<link>http://www.as3dp.com/2009/09/18/oop-for-artists-using-a-client-class/comment-page-1/#comment-3009</link>
		<dc:creator>William B. Sanders</dc:creator>
		<pubDate>Fri, 18 Sep 2009 20:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3dp.com/?p=1648#comment-3009</guid>
		<description>Hi Barbara,

Did you watch OopArt2? It explains that a MovieClip in the Library with the Export to ActionScript &lt;em&gt;is a class&lt;/em&gt;. 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</description>
		<content:encoded><![CDATA[<p>Hi Barbara,</p>
<p>Did you watch OopArt2? It explains that a MovieClip in the Library with the Export to ActionScript <em>is a class</em>. It extends MovieClip. The Logo class is actually:</p>
<p>public class Logo extends MovieClip;</p>
<p>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.</p>
<p>Take care,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara Parkman</title>
		<link>http://www.as3dp.com/2009/09/18/oop-for-artists-using-a-client-class/comment-page-1/#comment-3006</link>
		<dc:creator>Barbara Parkman</dc:creator>
		<pubDate>Fri, 18 Sep 2009 20:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3dp.com/?p=1648#comment-3006</guid>
		<description>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</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>Calling pictures and circles already using different classes &#8212; things are speeding up!</p>
<p>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)<br />
Thanks.</p>
<p>Barbara</p>
]]></content:encoded>
	</item>
</channel>
</rss>
