<?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 4-8: Variable Zoog</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-4/example-4-8/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-4/example-4-8/comment-page-1/#comment-16268</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Mon, 13 Dec 2010 03:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=336#comment-16268</guid>
		<description>Great sketch!  You could use a boolean variable to stop drawing new stars, i.e.

if (stars) {
  ellipse (random (width),random (height), 3,3);
}

You would set

boolean stars = true;

as a global to start and then switch it to false based on some condition.</description>
		<content:encoded><![CDATA[<p>Great sketch!  You could use a boolean variable to stop drawing new stars, i.e.</p>
<p>if (stars) {<br />
  ellipse (random (width),random (height), 3,3);<br />
}</p>
<p>You would set</p>
<p>boolean stars = true;</p>
<p>as a global to start and then switch it to false based on some condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikrammanagoli</title>
		<link>http://www.learningprocessing.com/examples/chapter-4/example-4-8/comment-page-1/#comment-16083</link>
		<dc:creator>vikrammanagoli</dc:creator>
		<pubDate>Wed, 08 Dec 2010 10:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=336#comment-16083</guid>
		<description>http://www.openprocessing.org/visuals/?visualID=16554

Zoog flys to outer space :)

 dont know how to stop the new stars in the background.. :(</description>
		<content:encoded><![CDATA[<p><a href="http://www.openprocessing.org/visuals/?visualID=16554" rel="nofollow">http://www.openprocessing.org/visuals/?visualID=16554</a></p>
<p>Zoog flys to outer space <img src='http://www.learningprocessing.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> dont know how to stop the new stars in the background.. <img src='http://www.learningprocessing.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subpixel</title>
		<link>http://www.learningprocessing.com/examples/chapter-4/example-4-8/comment-page-1/#comment-664</link>
		<dc:creator>subpixel</dc:creator>
		<pubDate>Wed, 28 Jan 2009 12:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=336#comment-664</guid>
		<description>The reason to note that is to distinguish from the possibility that the frame wasn&#039;t being redrawn properly - trails (like the &quot;stretched&quot; legs) often indicate something hasn&#039;t been cleared away from an animation.</description>
		<content:encoded><![CDATA[<p>The reason to note that is to distinguish from the possibility that the frame wasn&#8217;t being redrawn properly &#8211; trails (like the &#8220;stretched&#8221; legs) often indicate something hasn&#8217;t been cleared away from an animation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.learningprocessing.com/examples/chapter-4/example-4-8/comment-page-1/#comment-635</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Jan 2009 19:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=336#comment-635</guid>
		<description>Excellent point!</description>
		<content:encoded><![CDATA[<p>Excellent point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subpixel</title>
		<link>http://www.learningprocessing.com/examples/chapter-4/example-4-8/comment-page-1/#comment-616</link>
		<dc:creator>subpixel</dc:creator>
		<pubDate>Thu, 22 Jan 2009 07:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=336#comment-616</guid>
		<description>Zoog isn&#039;t actually flying, since his legs still reach the ground. ;o)</description>
		<content:encoded><![CDATA[<p>Zoog isn&#8217;t actually flying, since his legs still reach the ground. ;o)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

