<?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: Exercise 6-1b: while loop</title>
	<atom:link href="http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1b/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>Fri, 10 Feb 2012 19:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1b/comment-page-1/#comment-20630</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 18 Oct 2011 02:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=808#comment-20630</guid>
		<description>w starts at the value 200 which is not less than 0.  Therefore the boolean returns false and the loop is bypassed.</description>
		<content:encoded><![CDATA[<p>w starts at the value 200 which is not less than 0.  Therefore the boolean returns false and the loop is bypassed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AhAdel</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1b/comment-page-1/#comment-20621</link>
		<dc:creator>AhAdel</dc:creator>
		<pubDate>Mon, 10 Oct 2011 22:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=808#comment-20621</guid>
		<description>sorry, the loop that didn&#039;t executed : while (w&lt;= 200) {
why ??</description>
		<content:encoded><![CDATA[<p>sorry, the loop that didn&#8217;t executed : while (w&lt;= 200) {<br />
why ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AhAdel</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1b/comment-page-1/#comment-20620</link>
		<dc:creator>AhAdel</dc:creator>
		<pubDate>Mon, 10 Oct 2011 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=808#comment-20620</guid>
		<description>this loop argument didn&#039;t executed : while (w&lt;=0) {
why ??</description>
		<content:encoded><![CDATA[<p>this loop argument didn&#8217;t executed : while (w&lt;=0) {<br />
why ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1b/comment-page-1/#comment-20609</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 06 Oct 2011 14:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=808#comment-20609</guid>
		<description>&#039;w&#039; is simply a variable that starts at 200 and decrements by 20 each cycle through the loop (200,180,160,140,etc.).  Since it&#039;s a number it can be used for anything.  And here it is used to (a) define the size of each circle and (b) the fill color.  A greyscale color in Processing has a range between 0 and 255 (0 being black and 255 white).</description>
		<content:encoded><![CDATA[<p>&#8216;w&#8217; is simply a variable that starts at 200 and decrements by 20 each cycle through the loop (200,180,160,140,etc.).  Since it&#8217;s a number it can be used for anything.  And here it is used to (a) define the size of each circle and (b) the fill color.  A greyscale color in Processing has a range between 0 and 255 (0 being black and 255 white).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guipena</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-1b/comment-page-1/#comment-20608</link>
		<dc:creator>Guipena</dc:creator>
		<pubDate>Thu, 06 Oct 2011 07:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=808#comment-20608</guid>
		<description>Could you explain how you defined the different colors using &quot;fill(w)&quot;?</description>
		<content:encoded><![CDATA[<p>Could you explain how you defined the different colors using &#8220;fill(w)&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

