<?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: Adventures In Actionscript</title>
	<atom:link href="http://disruption.ca/archives/adventures-in-actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://disruption.ca/archives/adventures-in-actionscript/</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 09:05:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Peckham</title>
		<link>http://disruption.ca/archives/adventures-in-actionscript/comment-page-1/#comment-24</link>
		<dc:creator>Michael Peckham</dc:creator>
		<pubDate>Mon, 25 Sep 2006 15:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://disruption.ca/?p=48#comment-24</guid>
		<description>.length is an attribute of an Array object. length() is a function, which doesn&#039;t even appear in the Actionscript 2.0 dictionary. Odd.

I wonder if, when you called length(bees), it actually translated that as _root.length, which would cause no end of strangeness.</description>
		<content:encoded><![CDATA[<p>.length is an attribute of an Array object. length() is a function, which doesn&#8217;t even appear in the Actionscript 2.0 dictionary. Odd.</p>
<p>I wonder if, when you called length(bees), it actually translated that as _root.length, which would cause no end of strangeness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Peckham</title>
		<link>http://disruption.ca/archives/adventures-in-actionscript/comment-page-1/#comment-23</link>
		<dc:creator>Michael Peckham</dc:creator>
		<pubDate>Mon, 25 Sep 2006 15:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://disruption.ca/?p=48#comment-23</guid>
		<description>Oops -- it ate my code... Let&#039;s try this instead:

for (var i = 0; i &lt; myArray.length; i++)</description>
		<content:encoded><![CDATA[<p>Oops &#8212; it ate my code&#8230; Let&#8217;s try this instead:</p>
<p>for (var i = 0; i &lt; myArray.length; i++)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Peckham</title>
		<link>http://disruption.ca/archives/adventures-in-actionscript/comment-page-1/#comment-22</link>
		<dc:creator>Michael Peckham</dc:creator>
		<pubDate>Mon, 25 Sep 2006 15:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://disruption.ca/?p=48#comment-22</guid>
		<description>Also try:

for (var i = 0; i </description>
		<content:encoded><![CDATA[<p>Also try:</p>
<p>for (var i = 0; i</p>
]]></content:encoded>
	</item>
</channel>
</rss>

