<?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: Flash / Actionscript:  Create an Array of Objects from a Unique Class</title>
	<atom:link href="http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Balaganesh Damodaran</title>
		<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/comment-page-1/#comment-14799</link>
		<dc:creator>Balaganesh Damodaran</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:25:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14799</guid>
		<description>You don&#039;t really need to create a new class to hold your object. You can simply define your object inline with a variable declaration.&lt;br&gt;ex:&lt;br&gt;protected var testClass:Object = {first:null};&lt;br&gt;&lt;br&gt;The rest of the code remains the same and this works the same as putting the object in a class of its own.</description>
		<content:encoded><![CDATA[<p>You don&#39;t really need to create a new class to hold your object. You can simply define your object inline with a variable declaration.<br />ex:<br />protected var testClass:Object = {first:null};</p>
<p>The rest of the code remains the same and this works the same as putting the object in a class of its own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mookstar</title>
		<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/comment-page-1/#comment-14238</link>
		<dc:creator>mookstar</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:23:05 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14238</guid>
		<description>This is very useful for game programming</description>
		<content:encoded><![CDATA[<p>This is very useful for game programming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SelfLearner</title>
		<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/comment-page-1/#comment-11780</link>
		<dc:creator>SelfLearner</dc:creator>
		<pubDate>Mon, 25 May 2009 20:42:19 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11780</guid>
		<description>Perfect,&lt;br&gt;it saved my day... &lt;br&gt;&lt;br&gt;thanks</description>
		<content:encoded><![CDATA[<p>Perfect,<br />it saved my day&#8230; </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HrlD</title>
		<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/comment-page-1/#comment-8964</link>
		<dc:creator>HrlD</dc:creator>
		<pubDate>Fri, 27 Feb 2009 20:13:43 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8964</guid>
		<description>Thanks a lot, this was really useful. The same method transfers to AS3 by the way if anyone was wondering</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this was really useful. The same method transfers to AS3 by the way if anyone was wondering</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/comment-page-1/#comment-8384</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 11 Feb 2009 21:07:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8384</guid>
		<description>I tried a few different ways I thought made sense, too, but nothing worked. I didn&#039;t think I&#039;d find much specifics on inserting objects into an array, but this helped a LOT. THANKS!</description>
		<content:encoded><![CDATA[<p>I tried a few different ways I thought made sense, too, but nothing worked. I didn&#39;t think I&#39;d find much specifics on inserting objects into an array, but this helped a LOT. THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo</title>
		<link>http://www.tech-recipes.com/rx/1383/flash-actionscript-create-an-array-of-objects-from-a-unique-class/comment-page-1/#comment-4235</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Thu, 16 Oct 2008 19:27:57 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-4235</guid>
		<description>Fantastic!&lt;br&gt;&lt;br&gt;Thx!!!!</description>
		<content:encoded><![CDATA[<p>Fantastic!</p>
<p>Thx!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
