<?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: getNextHighestDepth gotcha: Part Deux	</title>
	<atom:link href="https://jessewarden.com/2004/08/getnexthighestdepth-gotcha-part-deux.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2004/08/getnexthighestdepth-gotcha-part-deux.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Mon, 04 Apr 2005 22:35:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2004/08/getnexthighestdepth-gotcha-part-deux.html/comment-page-1#comment-1932</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 04 Apr 2005 22:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=594#comment-1932</guid>

					<description><![CDATA[The Flash components for v2 rock, but they DO take a lot of learning which you shouldn&#039;t have to do.

Quick survival tips:
- don&#039;t code stuff on _root; make a class, and have 1 line of code that instantiates your class.  That way, you won&#039;t have ANY depth problems.
- extend from either UIComponent or View; do not extend from movieclip.  If your going to use the coponents, use all fo them.
- Finally, do NOT lay out things by hand; use code in createChildren... you&#039;ll have no initialization issues when doing this

I could write a book, that but that should keep you out of harms way.


]]></description>
			<content:encoded><![CDATA[<p>The Flash components for v2 rock, but they DO take a lot of learning which you shouldn&#8217;t have to do.</p>
<p>Quick survival tips:<br />
&#8211; don&#8217;t code stuff on _root; make a class, and have 1 line of code that instantiates your class.  That way, you won&#8217;t have ANY depth problems.<br />
&#8211; extend from either UIComponent or View; do not extend from movieclip.  If your going to use the coponents, use all fo them.<br />
&#8211; Finally, do NOT lay out things by hand; use code in createChildren&#8230; you&#8217;ll have no initialization issues when doing this</p>
<p>I could write a book, that but that should keep you out of harms way.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bug		</title>
		<link>https://jessewarden.com/2004/08/getnexthighestdepth-gotcha-part-deux.html/comment-page-1#comment-1931</link>

		<dc:creator><![CDATA[Bug]]></dc:creator>
		<pubDate>Mon, 04 Apr 2005 22:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=594#comment-1931</guid>

					<description><![CDATA[Ugh. Thanks for (re)posting this -- it answers why my code suddenly stopped working once I added a simple little CheckBox component.

So far Flash components are 0 for 3 in my finding them worth using...]]></description>
			<content:encoded><![CDATA[<p>Ugh. Thanks for (re)posting this &#8212; it answers why my code suddenly stopped working once I added a simple little CheckBox component.</p>
<p>So far Flash components are 0 for 3 in my finding them worth using&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
