<?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 for Mach X Games Blog</title>
	<atom:link href="http://machxgames.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://machxgames.com/blog</link>
	<description>Adventures in Indie XNA Game Development</description>
	<lastBuildDate>Sat, 15 Jun 2013 16:35:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Picking up Microsoft’s slack by DJ</title>
		<link>http://machxgames.com/blog/?p=119#comment-40010</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Sat, 15 Jun 2013 16:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=119#comment-40010</guid>
		<description><![CDATA[Iâ€™m glad I found your article.  I would never have made sense of this topic on my own.  Iâ€™ve read a few other articles on this subject, but I was confused until I read yours.]]></description>
		<content:encoded><![CDATA[<p>Iâ€™m glad I found your article.  I would never have made sense of this topic on my own.  Iâ€™ve read a few other articles on this subject, but I was confused until I read yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by James</title>
		<link>http://machxgames.com/blog/?p=118#comment-30639</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30639</guid>
		<description><![CDATA[Yes, it has.]]></description>
		<content:encoded><![CDATA[<p>Yes, it has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by Mach X Games</title>
		<link>http://machxgames.com/blog/?p=118#comment-30637</link>
		<dc:creator>Mach X Games</dc:creator>
		<pubDate>Mon, 04 Feb 2013 12:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30637</guid>
		<description><![CDATA[Do you have the:

using Microsoft.Xna.Framework.Media;

at the top of the GameplayScreen class?]]></description>
		<content:encoded><![CDATA[<p>Do you have the:</p>
<p>using Microsoft.Xna.Framework.Media;</p>
<p>at the top of the GameplayScreen class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by James</title>
		<link>http://machxgames.com/blog/?p=118#comment-30612</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 04 Feb 2013 06:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30612</guid>
		<description><![CDATA[I mean, I cannot write like that. The computer don&#039;t recognize. It says the type or namespace name &#039;Video&#039; could not be found.]]></description>
		<content:encoded><![CDATA[<p>I mean, I cannot write like that. The computer don&#8217;t recognize. It says the type or namespace name &#8216;Video&#8217; could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by Mach X Games</title>
		<link>http://machxgames.com/blog/?p=118#comment-30609</link>
		<dc:creator>Mach X Games</dc:creator>
		<pubDate>Mon, 04 Feb 2013 05:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30609</guid>
		<description><![CDATA[Define &quot;didn&#039;t work&quot;.]]></description>
		<content:encoded><![CDATA[<p>Define &#8220;didn&#8217;t work&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by James</title>
		<link>http://machxgames.com/blog/?p=118#comment-30608</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 04 Feb 2013 05:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30608</guid>
		<description><![CDATA[hi, Before using Game State Management of XNA Platformer, I was able to add videos like this under main method of PlatformerGame.cs
private Video[] videos;
private List vList = new List();

Texture2D vidTexture;
Rectangle vidRectangle;

After using Game State Management, I want to put like above under the GamePlayScreen.cs but didn&#039;t work although I already put 
using Microsoft.Xna.Framework.Media;

How can I do it?]]></description>
		<content:encoded><![CDATA[<p>hi, Before using Game State Management of XNA Platformer, I was able to add videos like this under main method of PlatformerGame.cs<br />
private Video[] videos;<br />
private List vList = new List();</p>
<p>Texture2D vidTexture;<br />
Rectangle vidRectangle;</p>
<p>After using Game State Management, I want to put like above under the GamePlayScreen.cs but didn&#8217;t work although I already put<br />
using Microsoft.Xna.Framework.Media;</p>
<p>How can I do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by James</title>
		<link>http://machxgames.com/blog/?p=118#comment-30564</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 03 Feb 2013 15:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30564</guid>
		<description><![CDATA[I&#039;m afraid it wont be convenient coz its my school project.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid it wont be convenient coz its my school project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by Mach X Games</title>
		<link>http://machxgames.com/blog/?p=118#comment-30563</link>
		<dc:creator>Mach X Games</dc:creator>
		<pubDate>Sun, 03 Feb 2013 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30563</guid>
		<description><![CDATA[You can upload it to a file sharing site and post the link here.]]></description>
		<content:encoded><![CDATA[<p>You can upload it to a file sharing site and post the link here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by James</title>
		<link>http://machxgames.com/blog/?p=118#comment-30562</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 03 Feb 2013 15:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30562</guid>
		<description><![CDATA[If you don&#039;t mind, can you have a look to my codes? 
If yes, how can I send it to you?]]></description>
		<content:encoded><![CDATA[<p>If you don&#8217;t mind, can you have a look to my codes?<br />
If yes, how can I send it to you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speech Bubble Sample by Mach X Games</title>
		<link>http://machxgames.com/blog/?p=118#comment-30561</link>
		<dc:creator>Mach X Games</dc:creator>
		<pubDate>Sun, 03 Feb 2013 15:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://machxgames.com/blog/?p=118#comment-30561</guid>
		<description><![CDATA[You&#039;re not going to see it if you&#039;re stepping through it line by line. You have to let it run normally.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re not going to see it if you&#8217;re stepping through it line by line. You have to let it run normally.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
