<?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/"
	
	>
<channel>
	<title>
	Comments on: Inheritance	</title>
	<atom:link href="https://jessewarden.com/2003/02/inheritance.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2003/02/inheritance.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sun, 09 Feb 2003 04:17:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2003/02/inheritance.html/comment-page-1#comment-18</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Sun, 09 Feb 2003 04:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=14#comment-18</guid>

					<description><![CDATA[Rock!  That is so much better than the solutions I heard about.  Thank you so much!

I really don&#039;t mind adding that to my super classes at all.  Tight solution.
]]></description>
			<content:encoded><![CDATA[<p>Rock!  That is so much better than the solutions I heard about.  Thank you so much!</p>
<p>I really don&#8217;t mind adding that to my super classes at all.  Tight solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dylan		</title>
		<link>https://jessewarden.com/2003/02/inheritance.html/comment-page-1#comment-17</link>

		<dc:creator><![CDATA[Dylan]]></dc:creator>
		<pubDate>Sun, 09 Feb 2003 03:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=14#comment-17</guid>

					<description><![CDATA[Hi Jesse,

I feel your pain. I finally figured out that whole hullabaloo about inheritance in Flash as well. As far as I understand it, there is a pretty easy fix for this.

Place the following line at the start of the constructor that you are inheriting from:

if(this._name==undefined) return;

This way the constructor&#039;s init will only fire if it is in a movieclip (and thus needs to be called).

You can read about it on this flashcoders thread:
http://chattyfig.figleaf.com/ezmlm/ezmlm-cgi?1:mss:39543:200207:fdpipimlddhaciadhmci
 
or at Burch Blog:
http://radio.weblogs.com/0107886/2002/07/01.html#a11]]></description>
			<content:encoded><![CDATA[<p>Hi Jesse,</p>
<p>I feel your pain. I finally figured out that whole hullabaloo about inheritance in Flash as well. As far as I understand it, there is a pretty easy fix for this.</p>
<p>Place the following line at the start of the constructor that you are inheriting from:</p>
<p>if(this._name==undefined) return;</p>
<p>This way the constructor&#8217;s init will only fire if it is in a movieclip (and thus needs to be called).</p>
<p>You can read about it on this flashcoders thread:<br />
<a href="http://chattyfig.figleaf.com/ezmlm/ezmlm-cgi?1:mss:39543:200207:fdpipimlddhaciadhmci" rel="nofollow ugc">http://chattyfig.figleaf.com/ezmlm/ezmlm-cgi?1:mss:39543:200207:fdpipimlddhaciadhmci</a></p>
<p>or at Burch Blog:<br />
<a href="http://radio.weblogs.com/0107886/2002/07/01.html#a11" rel="nofollow ugc">http://radio.weblogs.com/0107886/2002/07/01.html#a11</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
