<?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"
	>
<channel>
	<title>Comments on: Flash Tutorial: Breakout Game Tutorial Part 5</title>
	<atom:link href="http://mikestickney.com/wordpress/flash-game-tutorial-part-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 11:39:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: 20 Free Tutorials to Create Your Own Flash Game #2 &#124; Free wordpress Template - YoYhoSoft</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-715</link>
		<dc:creator>20 Free Tutorials to Create Your Own Flash Game #2 &#124; Free wordpress Template - YoYhoSoft</dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-715</guid>
		<description>[...]  Part 5 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  Part 5 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emo resimleri</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-694</link>
		<dc:creator>emo resimleri</dc:creator>
		<pubDate>Sun, 02 Nov 2008 17:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-694</guid>
		<description>tnxxxxxxx</description>
		<content:encoded><![CDATA[<p>tnxxxxxxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazad mirza</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-678</link>
		<dc:creator>shazad mirza</dc:creator>
		<pubDate>Fri, 10 Oct 2008 02:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-678</guid>
		<description>A nice tutorial Mike and good clear explination please do more on games as im interested in starting to create them.</description>
		<content:encoded><![CDATA[<p>A nice tutorial Mike and good clear explination please do more on games as im interested in starting to create them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-673</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 28 Sep 2008 07:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-673</guid>
		<description>OK fixed it!
Thanks so much for the help,
Great tut!
thanks.</description>
		<content:encoded><![CDATA[<p>OK fixed it!<br />
Thanks so much for the help,<br />
Great tut!<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-672</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 24 Sep 2008 12:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-672</guid>
		<description>Hi Ben,

Going back to Part 1 of this tutorial, you would need to change the _x and _y coordinates for when the ball goes below the bottom of the stage:

if (this._y &gt; 300) {
_x = 150;
_y = 100;

In this example, "300" is the height of the stage (if your's is different, you would need to change this", and "150" and "100" are the coordinates where the ball is placed.

Hope this helps, thanks for reading.

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>Going back to Part 1 of this tutorial, you would need to change the _x and _y coordinates for when the ball goes below the bottom of the stage:</p>
<p>if (this._y > 300) {<br />
_x = 150;<br />
_y = 100;</p>
<p>In this example, &#8220;300&#8243; is the height of the stage (if your&#8217;s is different, you would need to change this&#8221;, and &#8220;150&#8243; and &#8220;100&#8243; are the coordinates where the ball is placed.</p>
<p>Hope this helps, thanks for reading.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-670</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 24 Sep 2008 07:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-670</guid>
		<description>OK, problem:
i am using different stage dimensions, so when the ball spawns after losing a life it appears over the bricks at the top of the screen, destroying them.
What script do i need to change to fix this?
Any help appreciated.
thanks</description>
		<content:encoded><![CDATA[<p>OK, problem:<br />
i am using different stage dimensions, so when the ball spawns after losing a life it appears over the bricks at the top of the screen, destroying them.<br />
What script do i need to change to fix this?<br />
Any help appreciated.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-661</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 13 Sep 2008 08:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-661</guid>
		<description>never mind, 
i read the above comments and changing the " and ' worked.
thanks anyways, GREAT tut!</description>
		<content:encoded><![CDATA[<p>never mind,<br />
i read the above comments and changing the &#8221; and &#8216; worked.<br />
thanks anyways, GREAT tut!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwt</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-659</link>
		<dc:creator>Erwt</dc:creator>
		<pubDate>Fri, 12 Sep 2008 09:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-659</guid>
		<description>Very nice tutorial, its sooo easy to understand.

Serious, it is 1 of your best.

And stop saying sorry to all that don't understand it :D

THANKS,

Erwt</description>
		<content:encoded><![CDATA[<p>Very nice tutorial, its sooo easy to understand.</p>
<p>Serious, it is 1 of your best.</p>
<p>And stop saying sorry to all that don&#8217;t understand it <img src='http://mikestickney.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>THANKS,</p>
<p>Erwt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-655</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-655</guid>
		<description>Hmmm, the part where you add the "you lose" text doesn't work for me. I get the message:

Scene=demo destruct, Layer=actions, Frame=2: Line 4: Operator '=' must be followed by an operand
     gameOver = “Sorry, you lose! Your Final Score Is:”;

could someone help please?!</description>
		<content:encoded><![CDATA[<p>Hmmm, the part where you add the &#8220;you lose&#8221; text doesn&#8217;t work for me. I get the message:</p>
<p>Scene=demo destruct, Layer=actions, Frame=2: Line 4: Operator &#8216;=&#8217; must be followed by an operand<br />
     gameOver = “Sorry, you lose! Your Final Score Is:”;</p>
<p>could someone help please?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: camiecarmela</title>
		<link>http://mikestickney.com/wordpress/flash-game-tutorial-part-5/#comment-637</link>
		<dc:creator>camiecarmela</dc:creator>
		<pubDate>Sun, 24 Aug 2008 15:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=34#comment-637</guid>
		<description>Oh wait, nevermind, i found out how :mrgreen:\
My last message before leaving this site
Great tutorial! Hope you can make more to help more people. 
:mrgreen:
Cheers!
carmiecarmela</description>
		<content:encoded><![CDATA[<p>Oh wait, nevermind, i found out how :mrgreen:\<br />
My last message before leaving this site<br />
Great tutorial! Hope you can make more to help more people.<br />
 <img src='http://mikestickney.com/wordpress/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /><br />
Cheers!<br />
carmiecarmela</p>
]]></content:encoded>
	</item>
</channel>
</rss>
