<?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: Developing with the Display List in ActionScript 3</title>
	<atom:link href="http://www.yswfblog.com/blog/index.php/2007/09/06/developing-with-the-display-list-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/</link>
	<description>News and Articles on Yahoo! Flash Components and Libraries</description>
	<lastBuildDate>Sat, 20 Feb 2010 17:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lau</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-7959</link>
		<dc:creator>Lau</dc:creator>
		<pubDate>Mon, 31 Mar 2008 14:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-7959</guid>
		<description>Big thanks , it helped clarifying a lot of things for me !!!!</description>
		<content:encoded><![CDATA[<p>Big thanks , it helped clarifying a lot of things for me !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-711</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Tue, 23 Oct 2007 20:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-711</guid>
		<description>Brent,

I&#039;m glad I could help!

Josh Tynjala
Yahoo! Flash Platform</description>
		<content:encoded><![CDATA[<p>Brent,</p>
<p>I&#8217;m glad I could help!</p>
<p>Josh Tynjala<br />
Yahoo! Flash Platform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-701</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Tue, 23 Oct 2007 06:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-701</guid>
		<description>I&#039;ve been using AS2 for a long time for semi-advanced stuff, and recently had a need for the superior processing power of AS3. I was a heavy user of _root, and your article was a huge help into why what I was used to isn&#039;t there anymore, and why it shouldn&#039;t be either. I wasn&#039;t really interested in the display list, that all made sense to me, but the rest of the article really helped me understand AS3 much better! :)

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using AS2 for a long time for semi-advanced stuff, and recently had a need for the superior processing power of AS3. I was a heavy user of _root, and your article was a huge help into why what I was used to isn&#8217;t there anymore, and why it shouldn&#8217;t be either. I wasn&#8217;t really interested in the display list, that all made sense to me, but the rest of the article really helped me understand AS3 much better! <img src='http://www.yswfblog.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-225</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Fri, 14 Sep 2007 14:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-225</guid>
		<description>Nice article!

I&#039;ve known these things before but it is always nice to see how the other do it :D

g²,
Johannes</description>
		<content:encoded><![CDATA[<p>Nice article!</p>
<p>I&#8217;ve known these things before but it is always nice to see how the other do it <img src='http://www.yswfblog.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>g²,<br />
Johannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh chernoff</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-149</link>
		<dc:creator>josh chernoff</dc:creator>
		<pubDate>Sat, 08 Sep 2007 08:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-149</guid>
		<description>OMG how did I not see this, lol.

var childIndex:uint = (myList.dataProvider.length - index -1);

you had it besides the (-1) 

thanks.</description>
		<content:encoded><![CDATA[<p>OMG how did I not see this, lol.</p>
<p>var childIndex:uint = (myList.dataProvider.length &#8211; index -1);</p>
<p>you had it besides the (-1) </p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-142</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 07 Sep 2007 18:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-142</guid>
		<description>josh,

The suggestion by cesig near the end is probably the best idea. Place the items in the List in reverse, then do a conversion whenever you need to reference the real index.

&lt;code&gt;myList.dataProvider.length - index&lt;/code&gt;

You don&#039;t seem to be very interested in that idea though, and I&#039;m not sure why. The alternative I think you&#039;re trying to get someone to suggest is to reimplement the List component to make it display items from the bottom instead of the top. Sounds like a lot more work to me.

Josh Tynjala
Yahoo! Flash Platform</description>
		<content:encoded><![CDATA[<p>josh,</p>
<p>The suggestion by cesig near the end is probably the best idea. Place the items in the List in reverse, then do a conversion whenever you need to reference the real index.</p>
<p><code>myList.dataProvider.length - index</code></p>
<p>You don&#8217;t seem to be very interested in that idea though, and I&#8217;m not sure why. The alternative I think you&#8217;re trying to get someone to suggest is to reimplement the List component to make it display items from the bottom instead of the top. Sounds like a lot more work to me.</p>
<p>Josh Tynjala<br />
Yahoo! Flash Platform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh chernoff</title>
		<link>http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/comment-page-1/#comment-130</link>
		<dc:creator>josh chernoff</dc:creator>
		<pubDate>Thu, 06 Sep 2007 23:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.yswfblog.com/blog/2007/09/06/developing-with-the-display-list-in-actionscript-3/#comment-130</guid>
		<description>I have been struggling with making a list component represent a display list.

I would love to get some in put from you on this.
You can follow with others as we try to figure it out.  

http://www.kirupa.com/forum/showthread.php?t=274308

Please note that it was hard to formulate my question add it may seem vague at first, but I think I became more clear as to what I was trying to achieve in later posts. So you may want to skip to the end of the discussion to get a better idea of whats going on.

- thanks</description>
		<content:encoded><![CDATA[<p>I have been struggling with making a list component represent a display list.</p>
<p>I would love to get some in put from you on this.<br />
You can follow with others as we try to figure it out.  </p>
<p><a href="http://www.kirupa.com/forum/showthread.php?t=274308" rel="nofollow">http://www.kirupa.com/forum/showthread.php?t=274308</a></p>
<p>Please note that it was hard to formulate my question add it may seem vague at first, but I think I became more clear as to what I was trying to achieve in later posts. So you may want to skip to the end of the discussion to get a better idea of whats going on.</p>
<p>- thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
