<?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: Example 3-6: Interactive Zoog?</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-3/example-3-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-3/example-3-6/comment-page-1/#comment-15494</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Wed, 17 Nov 2010 03:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=301#comment-15494</guid>
		<description>This is just an arbitrary way to draw the legs that makes them longer (vertically) as you move the mouse.  But there are plenty of other ways you could draw them!</description>
		<content:encoded><![CDATA[<p>This is just an arbitrary way to draw the legs that makes them longer (vertically) as you move the mouse.  But there are plenty of other ways you could draw them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mm</title>
		<link>http://www.learningprocessing.com/examples/chapter-3/example-3-6/comment-page-1/#comment-15404</link>
		<dc:creator>mm</dc:creator>
		<pubDate>Sun, 14 Nov 2010 15:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=301#comment-15404</guid>
		<description>It might be a very silly question but I was wondering why in this lines:

// Draw Zoog&#039;s legs
  stroke(0);
  // The legs are drawn according to the mouse location and the previous mouse location.
  line(mouseX-10,mouseY+50,pmouseX-10,pmouseY+60);
  line(mouseX+10,mouseY+50,pmouseX+10,pmouseY+60);

pmouseX has the same numerical value as mouseX but pmouseY doesn&#039;t?</description>
		<content:encoded><![CDATA[<p>It might be a very silly question but I was wondering why in this lines:</p>
<p>// Draw Zoog&#8217;s legs<br />
  stroke(0);<br />
  // The legs are drawn according to the mouse location and the previous mouse location.<br />
  line(mouseX-10,mouseY+50,pmouseX-10,pmouseY+60);<br />
  line(mouseX+10,mouseY+50,pmouseX+10,pmouseY+60);</p>
<p>pmouseX has the same numerical value as mouseX but pmouseY doesn&#8217;t?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

