<?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: Game variables demo: moving circles</title>
	<atom:link href="https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Fri, 06 Jun 2025 18:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/#comment-7117</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Thu, 21 Sep 2017 08:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12566#comment-7117</guid>
		<description><![CDATA[Thanks, Holo, fixed that.]]></description>
		<content:encoded><![CDATA[<p>Thanks, Holo, fixed that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holo</title>
		<link>https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/#comment-7099</link>
		<dc:creator><![CDATA[Holo]]></dc:creator>
		<pubDate>Wed, 20 Sep 2017 13:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12566#comment-7099</guid>
		<description><![CDATA[Hi, 
I just wanted to mention that there is a mistake in the comments, when adding the movement statements:

// Let&#039;s manipulate our coordinates variables
.....
// Increase xBlue by three, hundreths each game frame
xBlue = xBlue + .03;
// Increase yGreen by three, hundreths each game frame    &lt;----- Here you mean increase &quot;yBlue&quot;
yBlue = yBlue + .03;

I noticed since I copied the comments only, and then went along writing the code myself, for learning purposes.

Thanks a lot for your Tutorials.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just wanted to mention that there is a mistake in the comments, when adding the movement statements:</p>
<p>// Let&#8217;s manipulate our coordinates variables<br />
&#8230;..<br />
// Increase xBlue by three, hundreths each game frame<br />
xBlue = xBlue + .03;<br />
// Increase yGreen by three, hundreths each game frame    &lt;&#8212;&#8211; Here you mean increase &quot;yBlue&quot;<br />
yBlue = yBlue + .03;</p>
<p>I noticed since I copied the comments only, and then went along writing the code myself, for learning purposes.</p>
<p>Thanks a lot for your Tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/#comment-5032</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Wed, 08 Mar 2017 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12566#comment-5032</guid>
		<description><![CDATA[I am not sure. I have not tried this in CodeBlocks. Have I understood your question?]]></description>
		<content:encoded><![CDATA[<p>I am not sure. I have not tried this in CodeBlocks. Have I understood your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lupin</title>
		<link>https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/#comment-5006</link>
		<dc:creator><![CDATA[Lupin]]></dc:creator>
		<pubDate>Tue, 07 Mar 2017 13:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12566#comment-5006</guid>
		<description><![CDATA[Hi, in codeblocks i can use windows.h to replace stdafx.h ?]]></description>
		<content:encoded><![CDATA[<p>Hi, in codeblocks i can use windows.h to replace stdafx.h ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/sfml/game-variables-demo-moving-circles/#comment-4757</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Mon, 27 Feb 2017 07:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12566#comment-4757</guid>
		<description><![CDATA[Hi Destal,

This is quite common it seems. I am fairly sure this is a Windows permissions thing. The easiest solution is to create a new file and copy-paste the code into it and then delete the code from the autogenerated file. The only other solutions that might &quot;fix&quot; it is to make sure you run VS as administrator when you create the template and when you create the project from the template.]]></description>
		<content:encoded><![CDATA[<p>Hi Destal,</p>
<p>This is quite common it seems. I am fairly sure this is a Windows permissions thing. The easiest solution is to create a new file and copy-paste the code into it and then delete the code from the autogenerated file. The only other solutions that might &#8220;fix&#8221; it is to make sure you run VS as administrator when you create the template and when you create the project from the template.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
