<?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: Understanding Flash Objects</title>
	<atom:link href="http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-93046</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 08 Mar 2008 09:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-93046</guid>
		<description>@Rick: Correct.</description>
		<content:encoded><![CDATA[<p>@Rick: Correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: From zero to Bombuzal - step 3 : Emanuele Feronato - italian geek and PROgrammer</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-87971</link>
		<dc:creator>From zero to Bombuzal - step 3 : Emanuele Feronato - italian geek and PROgrammer</dc:creator>
		<pubDate>Tue, 26 Feb 2008 15:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-87971</guid>
		<description>[...] I&#039;ll create an object to store all its information. If you have troubles with objects, refer to Understanding Flash Objects [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ll create an object to store all its information. If you have troubles with objects, refer to Understanding Flash Objects [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-86880</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sat, 23 Feb 2008 22:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-86880</guid>
		<description>Question:
In this example

var spheres = new Array();
spheres[1] = {weight:100, speed:100, stamina:100};
spheres[2] = {weight:100, speed:100, stamina:100};
spheres[3] = {weight:100, speed:100, stamina:100}; 

are each element of the array defined as an object even if new Object isnt used, because of the {name:value, name2:value} for each of them?

how do you get the speed of sphere[2]?
like this?:
sphere[2].speed</description>
		<content:encoded><![CDATA[<p>Question:<br />
In this example</p>
<p>var spheres = new Array();<br />
spheres[1] = {weight:100, speed:100, stamina:100};<br />
spheres[2] = {weight:100, speed:100, stamina:100};<br />
spheres[3] = {weight:100, speed:100, stamina:100}; </p>
<p>are each element of the array defined as an object even if new Object isnt used, because of the {name:value, name2:value} for each of them?</p>
<p>how do you get the speed of sphere[2]?<br />
like this?:<br />
sphere[2].speed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brart</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-85641</link>
		<dc:creator>brart</dc:creator>
		<pubDate>Tue, 19 Feb 2008 20:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-85641</guid>
		<description>sorry for the strange thing.. it was a reply for the &quot;quentin &#124; Feb 6, 2008&quot; message</description>
		<content:encoded><![CDATA[<p>sorry for the strange thing.. it was a reply for the &#8220;quentin | Feb 6, 2008&#8243; message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brart</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-85640</link>
		<dc:creator>brart</dc:creator>
		<pubDate>Tue, 19 Feb 2008 20:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-85640</guid>
		<description>What do you mean?

&quot;this tut talks about objects, but i saw on some forums that we shouldnâ€™t use movieclips in games&quot;

You say this goes about objects(something the most people wil notice)
than you start talking about movieclips... not very logical.

That forum goes about as3 and as2 as standalone script. It&#039;s better than with movieclips etc. but a lot harder it takes like 20 times as long as a  normal .fla</description>
		<content:encoded><![CDATA[<p>What do you mean?</p>
<p>&#8220;this tut talks about objects, but i saw on some forums that we shouldnâ€™t use movieclips in games&#8221;</p>
<p>You say this goes about objects(something the most people wil notice)<br />
than you start talking about movieclips&#8230; not very logical.</p>
<p>That forum goes about as3 and as2 as standalone script. It&#8217;s better than with movieclips etc. but a lot harder it takes like 20 times as long as a  normal .fla</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hawdon</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-81808</link>
		<dc:creator>Hawdon</dc:creator>
		<pubDate>Sun, 10 Feb 2008 13:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-81808</guid>
		<description>............ I don&#039;t understand O.o 
Am I stupid or something? 
What do you use objects for?</description>
		<content:encoded><![CDATA[<p>&#8230;&#8230;&#8230;&#8230; I don&#8217;t understand O.o<br />
Am I stupid or something?<br />
What do you use objects for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-81498</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 09 Feb 2008 11:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-81498</guid>
		<description>Woah, same name as me... I&#039;d better change my name :S

Still... This is quite interesting.</description>
		<content:encoded><![CDATA[<p>Woah, same name as me&#8230; I&#8217;d better change my name :S</p>
<p>Still&#8230; This is quite interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-80424</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 06 Feb 2008 20:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-80424</guid>
		<description>interest tutorial

can&#039;t wait for the fifth part of the Metro Siberia tutorial</description>
		<content:encoded><![CDATA[<p>interest tutorial</p>
<p>can&#8217;t wait for the fifth part of the Metro Siberia tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quentin</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-80423</link>
		<dc:creator>quentin</dc:creator>
		<pubDate>Wed, 06 Feb 2008 20:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-80423</guid>
		<description>hi

this tut talks about objects, but i saw on some forums that we shouldn&#039;t use movieclips in games and every tutorials you make uses only movieclips.

could you make a tutorial teaching how to make a game without movieclips, using bitmap?

on the forums they were saying we should use copypixel.

here is the link to the subject
http://www.kirupa.com/forum/showthread.php?t=276114</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>this tut talks about objects, but i saw on some forums that we shouldn&#8217;t use movieclips in games and every tutorials you make uses only movieclips.</p>
<p>could you make a tutorial teaching how to make a game without movieclips, using bitmap?</p>
<p>on the forums they were saying we should use copypixel.</p>
<p>here is the link to the subject<br />
<a href="http://www.kirupa.com/forum/showthread.php?t=276114" rel="nofollow">http://www.kirupa.com/forum/showthread.php?t=276114</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi</title>
		<link>http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-80401</link>
		<dc:creator>Xavi</dc:creator>
		<pubDate>Wed, 06 Feb 2008 19:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2008/02/06/understanding-flash-objects/#comment-80401</guid>
		<description>hmmm, I wonder how you are going to use this code....hmmmmmmmm</description>
		<content:encoded><![CDATA[<p>hmmm, I wonder how you are going to use this code&#8230;.hmmmmmmmm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.008 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-10 22:11:29 -->
