<?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: Tutorial: Create a Game Like Winter Bells in AS3 &#8211; Part 5</title>
	<atom:link href="http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/</link>
	<description>All about Design, Programming and Game Development.</description>
	<lastBuildDate>Sat, 09 Jan 2010 07:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-865</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 21 Jun 2009 18:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-865</guid>
		<description>to fix the problem, simple replace

	if(mcMain.y &gt;= 275 &amp;&amp; totalHeight &gt;= 275){ 
		bellHolder.y -= jumpSpeed;
		bellTop += jumpSpeed;
		mcMain.y = 275;

with

	if(mcMain.y &gt;= 10000000 &amp;&amp; totalHeight &gt;= 10000000){ 
		bellHolder.y -= jumpSpeed;
		bellTop += jumpSpeed;
		mcMain.y = 275;</description>
		<content:encoded><![CDATA[<p>to fix the problem, simple replace</p>
<p>	if(mcMain.y &gt;= 275 &amp;&amp; totalHeight &gt;= 275){<br />
		bellHolder.y -= jumpSpeed;<br />
		bellTop += jumpSpeed;<br />
		mcMain.y = 275;</p>
<p>with</p>
<p>	if(mcMain.y &gt;= 10000000 &amp;&amp; totalHeight &gt;= 10000000){<br />
		bellHolder.y -= jumpSpeed;<br />
		bellTop += jumpSpeed;<br />
		mcMain.y = 275;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-862</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 20 Jun 2009 17:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-862</guid>
		<description>the bug where you just keep falling is kinda serious, does anyone know how to ix it, because im starting to get used to this but cant quite fix the problem</description>
		<content:encoded><![CDATA[<p>the bug where you just keep falling is kinda serious, does anyone know how to ix it, because im starting to get used to this but cant quite fix the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-781</link>
		<dc:creator>me</dc:creator>
		<pubDate>Tue, 05 May 2009 15:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-781</guid>
		<description>hey this was awsom but the tutorials need a little more discription</description>
		<content:encoded><![CDATA[<p>hey this was awsom but the tutorials need a little more discription</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amber</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-761</link>
		<dc:creator>Amber</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-761</guid>
		<description>I also like this tutorial but, I&#039;m having the same problem where sometimes when the game should end it doesn&#039;t and I have to  open a new swf to get it to work. Sometimes this doesn&#039;t work though. I just tried it a bunch of times and it seemed like the first time it didn&#039;t work then it would work. I think it might be happening randomly</description>
		<content:encoded><![CDATA[<p>I also like this tutorial but, I&#8217;m having the same problem where sometimes when the game should end it doesn&#8217;t and I have to  open a new swf to get it to work. Sometimes this doesn&#8217;t work though. I just tried it a bunch of times and it seemed like the first time it didn&#8217;t work then it would work. I think it might be happening randomly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEX</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-743</link>
		<dc:creator>ALEX</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-743</guid>
		<description>Also my suggestion about the falling of the stage is this: As you begin to fall to the ground in the output and compiler errors i get this:

ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
	at flash.display::DisplayObjectContainer/removeChild()
	at Bell/eFrame()

Im guessing this is the problem, but as im not to experienced with as3 im having trouble fixing it. I guess it is just an argument error.</description>
		<content:encoded><![CDATA[<p>Also my suggestion about the falling of the stage is this: As you begin to fall to the ground in the output and compiler errors i get this:</p>
<p>ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.<br />
	at flash.display::DisplayObjectContainer/removeChild()<br />
	at Bell/eFrame()</p>
<p>Im guessing this is the problem, but as im not to experienced with as3 im having trouble fixing it. I guess it is just an argument error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEX</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-741</link>
		<dc:creator>ALEX</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-741</guid>
		<description>@mathias You can find the source files (zipped just below the tests of the game.</description>
		<content:encoded><![CDATA[<p>@mathias You can find the source files (zipped just below the tests of the game.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-710</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Mon, 13 Apr 2009 12:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-710</guid>
		<description>Very nice tutorial! I messed my code up :( Can you please send the .fla to me? I get error when I open your. The docfile has been corrupted</description>
		<content:encoded><![CDATA[<p>Very nice tutorial! I messed my code up :( Can you please send the .fla to me? I get error when I open your. The docfile has been corrupted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adaleine</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-687</link>
		<dc:creator>Adaleine</dc:creator>
		<pubDate>Sat, 04 Apr 2009 11:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-687</guid>
		<description>Very nice  tutorial but the bugg is is weird. i cant fix it.</description>
		<content:encoded><![CDATA[<p>Very nice  tutorial but the bugg is is weird. i cant fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-674</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Sun, 29 Mar 2009 19:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-674</guid>
		<description>Again, Nice tutorial, but the bug where you get so high, and then miss a block, you do not fall to the ground, you merely fall into nothingness, can you find a solution?</description>
		<content:encoded><![CDATA[<p>Again, Nice tutorial, but the bug where you get so high, and then miss a block, you do not fall to the ground, you merely fall into nothingness, can you find a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunjal</title>
		<link>http://www.mrsunstudios.com/2009/01/tutorial-create-a-game-like-winter-bells-in-as3-part-5/comment-page-1/#comment-592</link>
		<dc:creator>Kunjal</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=1285#comment-592</guid>
		<description>hii, i learned a lot from your tutorial and i appreciate your efforts.I would like to draw your attention to 1 bug which u might not have gone thru that is when the main ball reaches to a maximum height and when it falls down it stays in the air does not fall on stage</description>
		<content:encoded><![CDATA[<p>hii, i learned a lot from your tutorial and i appreciate your efforts.I would like to draw your attention to 1 bug which u might not have gone thru that is when the main ball reaches to a maximum height and when it falls down it stays in the air does not fall on stage</p>
]]></content:encoded>
	</item>
</channel>
</rss>
