<?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 Part 3</title>
	<atom:link href="http://mikestickney.com/wordpress/flash-tutorial-game-scores/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 12:32:25 +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-tutorial-game-scores/#comment-716</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:53 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-716</guid>
		<description>[...]  Part 3 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;]  Part 3 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-668</link>
		<dc:creator>H</dc:creator>
		<pubDate>Mon, 22 Sep 2008 22:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-668</guid>
		<description>not only the paddle but the bricks also. somehow it manages to squeeze in beside the brick and get the other bricks that are near. im gessing its linked with the paddle. this is a real problem with hit testing. would really like some help with this if you have any?

Thanks
H</description>
		<content:encoded><![CDATA[<p>not only the paddle but the bricks also. somehow it manages to squeeze in beside the brick and get the other bricks that are near. im gessing its linked with the paddle. this is a real problem with hit testing. would really like some help with this if you have any?</p>
<p>Thanks<br />
H</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-658</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 11 Sep 2008 13:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-658</guid>
		<description>Hey there good tutorial, I'm just having an issue with the score. Everything seems to work it is just when I start the game the score starts at 160 and not 0. When I hit the bricks they disappear and add another 10 to the score. Not sure what I've done wrong</description>
		<content:encoded><![CDATA[<p>Hey there good tutorial, I&#8217;m just having an issue with the score. Everything seems to work it is just when I start the game the score starts at 160 and not 0. When I hit the bricks they disappear and add another 10 to the score. Not sure what I&#8217;ve done wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-613</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Sun, 03 Aug 2008 03:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-613</guid>
		<description>Nan Im getting that and tried the solution above and didn't work... help please ^_^</description>
		<content:encoded><![CDATA[<p>Nan Im getting that and tried the solution above and didn&#8217;t work&#8230; help please ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-600</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 28 Jul 2008 12:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-600</guid>
		<description>Hi Mr. Chief,

A few people have asked me that... I haven't had time to work on an answer, but my initial thoughts might be to create a second paddle movieclip much thinner than the first one and use it for the hit test. So, essentially the ball would have to hit the very top of the paddle only in order to bounce back. This is only an idea, haven't tested it yet. I know hitTest in Flash isn't an "exact" science, so it the "paddle" hit test is too small/thin, it may not work correctly. If I can find some time, I'll try to look into a better solution for the bounce.

Thanks for reading!

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Mr. Chief,</p>
<p>A few people have asked me that&#8230; I haven&#8217;t had time to work on an answer, but my initial thoughts might be to create a second paddle movieclip much thinner than the first one and use it for the hit test. So, essentially the ball would have to hit the very top of the paddle only in order to bounce back. This is only an idea, haven&#8217;t tested it yet. I know hitTest in Flash isn&#8217;t an &#8220;exact&#8221; science, so it the &#8220;paddle&#8221; hit test is too small/thin, it may not work correctly. If I can find some time, I&#8217;ll try to look into a better solution for the bounce.</p>
<p>Thanks for reading!</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister Chief</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-599</link>
		<dc:creator>Mister Chief</dc:creator>
		<pubDate>Mon, 28 Jul 2008 07:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-599</guid>
		<description>Hi there,
I wondered if you could give a solution to stop the ball going through the sides of the paddle? I have followed a different tutorial for my breakout based game but still have the same problem. I have tried inserting a movie clip at each end of the paddle reversing the X and Y values but this creates an unusual bounce.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I wondered if you could give a solution to stop the ball going through the sides of the paddle? I have followed a different tutorial for my breakout based game but still have the same problem. I have tried inserting a movie clip at each end of the paddle reversing the X and Y values but this creates an unusual bounce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-570</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 16 Jul 2008 17:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-570</guid>
		<description>Hi Sasha,

Sorry, I don't know C++ or it's capabilities. Maybe another reader out there can answer that question?

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Sasha,</p>
<p>Sorry, I don&#8217;t know C++ or it&#8217;s capabilities. Maybe another reader out there can answer that question?</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasha</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-568</link>
		<dc:creator>Sasha</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-568</guid>
		<description>hey can you use C++ to program games like this</description>
		<content:encoded><![CDATA[<p>hey can you use C++ to program games like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-552</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-552</guid>
		<description>Hi Josh,

Sorry you are having problems with your scoreboard. I would be happy to help, but I would need more information. Are you getting any kind of errors? My first thought is to be sure you have all the instances/variables named correctly. Also, you can try downloading the source file at the end of this tutorial, and try to compare your to mine to see if you can find the error. If you are still having problems, you can send me the file to contact@spitshine-design.com and I can try and troubleshoot it for you.

Thanks for reading!

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>Sorry you are having problems with your scoreboard. I would be happy to help, but I would need more information. Are you getting any kind of errors? My first thought is to be sure you have all the instances/variables named correctly. Also, you can try downloading the source file at the end of this tutorial, and try to compare your to mine to see if you can find the error. If you are still having problems, you can send me the file to <a href="mailto:contact@spitshine-design.com">contact@spitshine-design.com</a> and I can try and troubleshoot it for you.</p>
<p>Thanks for reading!</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-game-scores/#comment-551</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/?p=32#comment-551</guid>
		<description>Hi Nachoman,

Yes, there is a little quirk in this tutorial where when the ball hit's the side of the paddle it gets caught up. The fix is beyond the scope of this set of tutorials. These were meant for users to start thinking about Flash and game development, and some of the skills needed for game development in Flash (i.e. hitTest, scores, lives, etc). When I have time I hope to expand on these and attempt to resolve this quirk, but have been too busy lately, sorry.

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Nachoman,</p>
<p>Yes, there is a little quirk in this tutorial where when the ball hit&#8217;s the side of the paddle it gets caught up. The fix is beyond the scope of this set of tutorials. These were meant for users to start thinking about Flash and game development, and some of the skills needed for game development in Flash (i.e. hitTest, scores, lives, etc). When I have time I hope to expand on these and attempt to resolve this quirk, but have been too busy lately, sorry.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
