<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Grids: Arranging Clips</title>
	<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/</link>
	<description>A digital supplement for the O'Reilly book</description>
	<pubDate>Thu, 11 Mar 2010 02:21:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Paul S.</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6038</link>
		<dc:creator>Paul S.</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:49:17 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6038</guid>
		<description>That's a whole new area that I know nothing about, but at least here's a starting point. Thanks Rich!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a whole new area that I know nothing about, but at least here&#8217;s a starting point. Thanks Rich!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6037</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:19:16 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6037</guid>
		<description>@Paul, those three optional parameters are included to get to the last one. The first (default false) is whether or not to use the capture phase. The second (default 0) is a priority for determining in which order multiple listeners of the same event/function pair are triggered. The last (default false) is whether or not to use a weak reference for the listener. That means it's a little easier for the garbage collector to clean up the listener objects. This is explained in detail around page 43 of the book, and you can look for other posts on priority and capture phase by looking through the Ch03: Properties, Methods, Events (14) category (or searching the blog for something specific).</description>
		<content:encoded><![CDATA[<p>@Paul, those three optional parameters are included to get to the last one. The first (default false) is whether or not to use the capture phase. The second (default 0) is a priority for determining in which order multiple listeners of the same event/function pair are triggered. The last (default false) is whether or not to use a weak reference for the listener. That means it&#8217;s a little easier for the garbage collector to clean up the listener objects. This is explained in detail around page 43 of the book, and you can look for other posts on priority and capture phase by looking through the Ch03: Properties, Methods, Events (14) category (or searching the blog for something specific).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6036</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:15:43 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6036</guid>
		<description>@Filthstift, @Juan, thanks!</description>
		<content:encoded><![CDATA[<p>@Filthstift, @Juan, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul S.</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6034</link>
		<dc:creator>Paul S.</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:31:31 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6034</guid>
		<description>Good to know about the modulo operator and how it can make code leaner. One thing I don't understand in the last code are those parameters in the addEventListeners on lines 21 and 23 - false, 0, true. What do they refer to? I deleted them and the swf file worked just the same.</description>
		<content:encoded><![CDATA[<p>Good to know about the modulo operator and how it can make code leaner. One thing I don&#8217;t understand in the last code are those parameters in the addEventListeners on lines 21 and 23 - false, 0, true. What do they refer to? I deleted them and the swf file worked just the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan vazquez</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6027</link>
		<dc:creator>juan vazquez</dc:creator>
		<pubDate>Wed, 10 Mar 2010 03:18:15 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6027</guid>
		<description>This is so well organized. After 2 full days trying to get a grip on this. I am starting to see the picture...</description>
		<content:encoded><![CDATA[<p>This is so well organized. After 2 full days trying to get a grip on this. I am starting to see the picture&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filthstift</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6021</link>
		<dc:creator>Filthstift</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:04:09 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-6021</guid>
		<description>This was a very helpfull way of making grids in as3. Thanks for this tutorial :)</description>
		<content:encoded><![CDATA[<p>This was a very helpfull way of making grids in as3. Thanks for this tutorial <img src='http://www.learningactionscript3.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zevan</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2455</link>
		<dc:creator>Zevan</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:01:35 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2455</guid>
		<description>@oliver_l1 Sorry that it took so long to respond to your question. Simply change line 18 from this:

if (boxCount &lt; boxNum) {

to this

if (boxCount &lt; boxNum &#038;&#038; int(Math.random()*2) == 1) {</description>
		<content:encoded><![CDATA[<p>@oliver_l1 Sorry that it took so long to respond to your question. Simply change line 18 from this:</p>
<p>if (boxCount < boxNum) {</p>
<p>to this</p>
<p>if (boxCount < boxNum &#038;&#038; int(Math.random()*2) == 1) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver_l1</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2068</link>
		<dc:creator>oliver_l1</dc:creator>
		<pubDate>Wed, 18 Feb 2009 21:49:59 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2068</guid>
		<description>Hmm...it seems that nobody can answer my question.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;it seems that nobody can answer my question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2060</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Wed, 18 Feb 2009 13:41:48 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2060</guid>
		<description>yes exactely...thank you very much....:-)</description>
		<content:encoded><![CDATA[<p>yes exactely&#8230;thank you very much&#8230;.:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver_l1</title>
		<link>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2059</link>
		<dc:creator>oliver_l1</dc:creator>
		<pubDate>Wed, 18 Feb 2009 12:36:30 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2008/05/17/grids-arranging-clips/#comment-2059</guid>
		<description>Hello,
a great tutorial but how can i arrange the clips randomly ? I mean random active and inactive Boxes.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
a great tutorial but how can i arrange the clips randomly ? I mean random active and inactive Boxes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
