<?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: AS3 Flash Games for Beginners: Adding Library Objects to Stage with AS3</title>
	<atom:link href="http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/feed" rel="self" type="application/rss+xml" />
	<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3</link>
	<description>Learn to Make Flash Games, Applications, and Websites</description>
	<lastBuildDate>Fri, 16 Dec 2011 19:32:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: I would prefer my name not published</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-2#comment-6265</link>
		<dc:creator>I would prefer my name not published</dc:creator>
		<pubDate>Sat, 26 Nov 2011 19:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-6265</guid>
		<description>When I what first reading this I was confused and did not get it at all. After reading the explanations of the code it was very clear and easy to understand. Thanks a lot! Oh, and just wondering; why put the ActionScript files in a com folder, is it just standards? Why even make an external ActionScript file? Why not just put in right inside the .fla document?</description>
		<content:encoded><![CDATA[<p>When I what first reading this I was confused and did not get it at all. After reading the explanations of the code it was very clear and easy to understand. Thanks a lot! Oh, and just wondering; why put the ActionScript files in a com folder, is it just standards? Why even make an external ActionScript file? Why not just put in right inside the .fla document?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhikesh</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-2#comment-6212</link>
		<dc:creator>dhikesh</dc:creator>
		<pubDate>Fri, 18 Nov 2011 10:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-6212</guid>
		<description>Hi,


This is dhikesh, from bangalore just give me more details from starting stages(i mean therotically)

Have a nice day
Dhikesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is dhikesh, from bangalore just give me more details from starting stages(i mean therotically)</p>
<p>Have a nice day<br />
Dhikesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James.b</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-6009</link>
		<dc:creator>James.b</dc:creator>
		<pubDate>Wed, 06 Jul 2011 08:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-6009</guid>
		<description>&quot;First we will address the document class. So using Flash Develop or Flash itself, create a new as file called Engine in your com/asgamer/basics1 folder. Add this code inside the as file&quot;

I have no folder? add the code where? in the actions on the keyframe? the motion clip? create a new file altogether but where do we put the actionscript for step 4?

Not clear. not good tutorial.</description>
		<content:encoded><![CDATA[<p>&#8220;First we will address the document class. So using Flash Develop or Flash itself, create a new as file called Engine in your com/asgamer/basics1 folder. Add this code inside the as file&#8221;</p>
<p>I have no folder? add the code where? in the actions on the keyframe? the motion clip? create a new file altogether but where do we put the actionscript for step 4?</p>
<p>Not clear. not good tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek W</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-5629</link>
		<dc:creator>Derek W</dc:creator>
		<pubDate>Tue, 15 Mar 2011 02:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-5629</guid>
		<description>I&#039;m using Flashdevelop and I was wondering how you might go about creating these things in it, I can&#039;t seem to find these tools that you are describing for the stage, I am new to Actionscript and I was wondering if I am blind and just can&#039;t find it or if I need to draw it somewhere else then add it in?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Flashdevelop and I was wondering how you might go about creating these things in it, I can&#8217;t seem to find these tools that you are describing for the stage, I am new to Actionscript and I was wondering if I am blind and just can&#8217;t find it or if I need to draw it somewhere else then add it in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Color changing with ColorTransform in AS3 Actionscript &#124; Flash Game Development Tutorials - As Gamer</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-5354</link>
		<dc:creator>Color changing with ColorTransform in AS3 Actionscript &#124; Flash Game Development Tutorials - As Gamer</dc:creator>
		<pubDate>Mon, 31 Jan 2011 20:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-5354</guid>
		<description>[...] is call button.colorMe in our Document Class. (BTW, if any of this sounds confusing, please go read AS3 Flash Games for Beginners as it should make sense of most everything) Which brings me to the point that I&#8217;ve already [...]</description>
		<content:encoded><![CDATA[<p>[...] is call button.colorMe in our Document Class. (BTW, if any of this sounds confusing, please go read AS3 Flash Games for Beginners as it should make sense of most everything) Which brings me to the point that I&#8217;ve already [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakez</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-5312</link>
		<dc:creator>cakez</dc:creator>
		<pubDate>Tue, 07 Dec 2010 13:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-5312</guid>
		<description>hey, 
where&#039;s the folder with the com.asgamer... you know xD
also, can&#039;t i just type the code in actionscript-panel in flash?

thnx</description>
		<content:encoded><![CDATA[<p>hey,<br />
where&#8217;s the folder with the com.asgamer&#8230; you know xD<br />
also, can&#8217;t i just type the code in actionscript-panel in flash?</p>
<p>thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JestaBlunt</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-5278</link>
		<dc:creator>JestaBlunt</dc:creator>
		<pubDate>Thu, 04 Nov 2010 19:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-5278</guid>
		<description>hi,

very good tutorial, i have to do the next steps immediatley now ;) hope the bunch of informations you offer wont seep away, cause thats one fact that makes a big difference to other tutorials i have found so far.

cya on the next page, thx
peace
jesta</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>very good tutorial, i have to do the next steps immediatley now <img src='http://asgamer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  hope the bunch of informations you offer wont seep away, cause thats one fact that makes a big difference to other tutorials i have found so far.</p>
<p>cya on the next page, thx<br />
peace<br />
jesta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-5266</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 24 Oct 2010 10:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-5266</guid>
		<description>Hey. I hope you still check this site. In that case I got a bit of a problem. I have done as you have told me to do in this tutorial until &quot;input this code in an Action Script in the class folder&quot; I cannot find the class folder. Any ideas to help me?</description>
		<content:encoded><![CDATA[<p>Hey. I hope you still check this site. In that case I got a bit of a problem. I have done as you have told me to do in this tutorial until &#8220;input this code in an Action Script in the class folder&#8221; I cannot find the class folder. Any ideas to help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-5202</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Tue, 10 Aug 2010 14:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-5202</guid>
		<description>what will be basic.fla if this were to be done in Flex SDK and AS3?</description>
		<content:encoded><![CDATA[<p>what will be basic.fla if this were to be done in Flex SDK and AS3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexut</title>
		<link>http://asgamer.com/2009/flash-game-design-basics-adding-library-objects-to-stage-with-as3/comment-page-1#comment-4984</link>
		<dc:creator>alexut</dc:creator>
		<pubDate>Mon, 07 Jun 2010 11:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://asgamer.com/?p=32#comment-4984</guid>
		<description>this is great tutorial, but I&#039;m trying to do something different, moving the ship on mouse click event, like in a click and point game, I have searched many tutorials and haven&#039;t found a solution. If anyone has any tutorials to point me to would be great.</description>
		<content:encoded><![CDATA[<p>this is great tutorial, but I&#8217;m trying to do something different, moving the ship on mouse click event, like in a click and point game, I have searched many tutorials and haven&#8217;t found a solution. If anyone has any tutorials to point me to would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

