<?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: PV3D Page Flip with AS3Dmod and Effects</title>
	<atom:link href="http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 09:54:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mediamonkey</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-5012</link>
		<dc:creator>Mediamonkey</dc:creator>
		<pubDate>Tue, 27 Jul 2010 09:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-5012</guid>
		<description>For everyone who is looking for the MathUtils class,
as the name of the method says, it converts a value in degrees to radians, so:

Instead of
_bend.angle = MathUtils.toRadians( 90 * _tweenY );

you can use:
_bend.angle = (90 * _tweenY) * (180/Math.PI);</description>
		<content:encoded><![CDATA[<p>For everyone who is looking for the MathUtils class,<br />
as the name of the method says, it converts a value in degrees to radians, so:</p>
<p>Instead of<br />
_bend.angle = MathUtils.toRadians( 90 * _tweenY );</p>
<p>you can use:<br />
_bend.angle = (90 * _tweenY) * (180/Math.PI);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soelen</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-4664</link>
		<dc:creator>Soelen</dc:creator>
		<pubDate>Sat, 03 Apr 2010 09:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-4664</guid>
		<description>hello,

impressive work, sadly I dont know where do i have to find 

import com.publicreative.utils.MathUtils;

So I can&#039;t try your source code D:

Where do I find this libary dear Mark?</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>impressive work, sadly I dont know where do i have to find </p>
<p>import com.publicreative.utils.MathUtils;</p>
<p>So I can&#8217;t try your source code D:</p>
<p>Where do I find this libary dear Mark?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tingoo</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-4658</link>
		<dc:creator>tingoo</dc:creator>
		<pubDate>Thu, 01 Apr 2010 02:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-4658</guid>
		<description>very great effect, thanks .</description>
		<content:encoded><![CDATA[<p>very great effect, thanks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-4655</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 31 Mar 2010 15:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-4655</guid>
		<description>Thank you for this!
I don&#039;t understand this:

private function onLibComplete(ev:Event):void
		{
			var background:Sprite = _lib.getSprite( &quot;Background&quot; );
			addChildAt( background , 0 );
		}

Can you explain why you&#039;ve used the SWFLibrary?
Thanks.</description>
		<content:encoded><![CDATA[<p>Thank you for this!<br />
I don&#8217;t understand this:</p>
<p>private function onLibComplete(ev:Event):void<br />
		{<br />
			var background:Sprite = _lib.getSprite( &#8220;Background&#8221; );<br />
			addChildAt( background , 0 );<br />
		}</p>
<p>Can you explain why you&#8217;ve used the SWFLibrary?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asim Kh</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-4504</link>
		<dc:creator>Asim Kh</dc:creator>
		<pubDate>Sun, 14 Mar 2010 06:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-4504</guid>
		<description>kool stuff</description>
		<content:encoded><![CDATA[<p>kool stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burke</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-3660</link>
		<dc:creator>Kevin Burke</dc:creator>
		<pubDate>Sat, 02 Jan 2010 05:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-3660</guid>
		<description>Hi,
I&#039;d like to use your source but I get the following error...
1180: Call to a possibly undefined method addFrameScript.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;d like to use your source but I get the following error&#8230;<br />
1180: Call to a possibly undefined method addFrameScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Glaze</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-3475</link>
		<dc:creator>Ian Glaze</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-3475</guid>
		<description>Brilliant example. Thanks for the code. Where can i find your Utils - is it available to download or look at.</description>
		<content:encoded><![CDATA[<p>Brilliant example. Thanks for the code. Where can i find your Utils &#8211; is it available to download or look at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bumbus</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-2482</link>
		<dc:creator>bumbus</dc:creator>
		<pubDate>Tue, 04 Aug 2009 13:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-2482</guid>
		<description>Hi there,

looks great, but where can i find this com.publicreative.utils.MathUtils;???

Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>looks great, but where can i find this com.publicreative.utils.MathUtils;???</p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dai</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-405</link>
		<dc:creator>dai</dc:creator>
		<pubDate>Tue, 12 May 2009 11:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-405</guid>
		<description>looks great and thanks for the source</description>
		<content:encoded><![CDATA[<p>looks great and thanks for the source</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CatSik</title>
		<link>http://lab.publicreative.com/2009/01/pv3d-page-flip-with-as3dmod-and-effects/comment-page-1/#comment-67</link>
		<dc:creator>CatSik</dc:creator>
		<pubDate>Sun, 19 Apr 2009 09:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://lab.publicreative.com/?p=7#comment-67</guid>
		<description>Welldone, thanks a lot! That&#039;s so great.</description>
		<content:encoded><![CDATA[<p>Welldone, thanks a lot! That&#8217;s so great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
