<?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: Tutorial: Pagination in ActionScript 3</title>
	<atom:link href="http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/</link>
	<description>All about Design, Programming and Game Development.</description>
	<lastBuildDate>Sat, 09 Jan 2010 07:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy</title>
		<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/comment-page-1/#comment-1100</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 01 Jan 2010 11:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=578#comment-1100</guid>
		<description>for some reason the very first bit of code gives me three errors

1084: Syntax error: expecting rightparen before semicolon.
1084: Syntax error: expecting semicolon before rightparen.
1084: Syntax error: expecting rightbrace before end of program.

does the code need to be updated?</description>
		<content:encoded><![CDATA[<p>for some reason the very first bit of code gives me three errors</p>
<p>1084: Syntax error: expecting rightparen before semicolon.<br />
1084: Syntax error: expecting semicolon before rightparen.<br />
1084: Syntax error: expecting rightbrace before end of program.</p>
<p>does the code need to be updated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorials &#124; Adobe Flash &#38; AS3 Tutorials Roundup &#124; Design And Tutorial</title>
		<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/comment-page-1/#comment-409</link>
		<dc:creator>Tutorials &#124; Adobe Flash &#38; AS3 Tutorials Roundup &#124; Design And Tutorial</dc:creator>
		<pubDate>Tue, 04 Nov 2008 01:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=578#comment-409</guid>
		<description>[...] 5 - Pagination in ActionScript 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 &#8211; Pagination in ActionScript 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/comment-page-1/#comment-401</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Fri, 31 Oct 2008 12:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=578#comment-401</guid>
		<description>Nice code but change the removeValues() function to this:

function removeValues():void{
	var i=0;
	while(getChildByName(&#039;value&#039;+i)){
		removeChild(getChildByName(&#039;value&#039;+i));
		i++
	}
}

This way there will be no error when you click the previous button from the last page.</description>
		<content:encoded><![CDATA[<p>Nice code but change the removeValues() function to this:</p>
<p>function removeValues():void{<br />
	var i=0;<br />
	while(getChildByName(&#8216;value&#8217;+i)){<br />
		removeChild(getChildByName(&#8216;value&#8217;+i));<br />
		i++<br />
	}<br />
}</p>
<p>This way there will be no error when you click the previous button from the last page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/comment-page-1/#comment-390</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Mon, 27 Oct 2008 08:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=578#comment-390</guid>
		<description>hi
thanks for the great tutorial. i wonder if you can help with arranging the items as a grid?

cheers</description>
		<content:encoded><![CDATA[<p>hi<br />
thanks for the great tutorial. i wonder if you can help with arranging the items as a grid?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lion</title>
		<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/comment-page-1/#comment-361</link>
		<dc:creator>lion</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=578#comment-361</guid>
		<description>This is a very helpful article, thank you.
I have noticed a error that happens when you get to the last record/page then click back on the prev button the following Error occurs:
TypeError: Error #2007: Parameter child must be non-null.
	at flash.display::DisplayObjectContainer/removeChild()
	at pagination_fla::MainTimeline/removeValues()
	at pagination_fla::MainTimeline/prevPage()

For now I cant work out why, do you know?
cheers</description>
		<content:encoded><![CDATA[<p>This is a very helpful article, thank you.<br />
I have noticed a error that happens when you get to the last record/page then click back on the prev button the following Error occurs:<br />
TypeError: Error #2007: Parameter child must be non-null.<br />
	at flash.display::DisplayObjectContainer/removeChild()<br />
	at pagination_fla::MainTimeline/removeValues()<br />
	at pagination_fla::MainTimeline/prevPage()</p>
<p>For now I cant work out why, do you know?<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorials &#124; Adobe Flash &#38; AS3 Tutorials Roundup &#171; Flash Enabled Blog</title>
		<link>http://www.mrsunstudios.com/2008/08/tutorial-pagination-in-actionscript-3/comment-page-1/#comment-266</link>
		<dc:creator>Tutorials &#124; Adobe Flash &#38; AS3 Tutorials Roundup &#171; Flash Enabled Blog</dc:creator>
		<pubDate>Thu, 18 Sep 2008 00:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrsunstudios.com/?p=578#comment-266</guid>
		<description>[...] 5 - Pagination in ActionScript 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 &#8211; Pagination in ActionScript 3 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
