<?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: Create a Card Flip Effect For Flash Player 10 using ActionScript 3</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:11:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abhimanyu Rana</title>
		<link>http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/comment-page-1/#comment-19485</link>
		<dc:creator>Abhimanyu Rana</dc:creator>
		<pubDate>Fri, 16 Apr 2010 13:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://thetechlabs.com/?p=28#comment-19485</guid>
		<description>Thank you very much. It is very helpful for me.</description>
		<content:encoded><![CDATA[<p>Thank you very much. It is very helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devendra kumar</title>
		<link>http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/comment-page-1/#comment-17950</link>
		<dc:creator>devendra kumar</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://thetechlabs.com/?p=28#comment-17950</guid>
		<description>Hi i want to use flip so i need sourcecode for that</description>
		<content:encoded><![CDATA[<p>Hi i want to use flip so i need sourcecode for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrsanders</title>
		<link>http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/comment-page-1/#comment-16458</link>
		<dc:creator>mrsanders</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://thetechlabs.com/?p=28#comment-16458</guid>
		<description>Very useful, thanks so much!</description>
		<content:encoded><![CDATA[<p>Very useful, thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal Saifudin</title>
		<link>http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/comment-page-1/#comment-9856</link>
		<dc:creator>Vimal Saifudin</dc:creator>
		<pubDate>Mon, 07 Sep 2009 11:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://thetechlabs.com/?p=28#comment-9856</guid>
		<description>How can make it such a way that it flips automatically instead of clicking the button,. I am new to flash.. pls help</description>
		<content:encoded><![CDATA[<p>How can make it such a way that it flips automatically instead of clicking the button,. I am new to flash.. pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inverseSquared</title>
		<link>http://www.thetechlabs.com/tutorials/flash/create-a-card-flip-effect-for-flash-player-10-using-actionscript-3/comment-page-1/#comment-6442</link>
		<dc:creator>inverseSquared</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://thetechlabs.com/?p=28#comment-6442</guid>
		<description>To all of those getting errors on the perspectiveprojection the problem is, as stated within the third paragraph of the Adobe docs here (http://livedocs.adobe.com/flex/3/langref/), that you cannot change the properties directly as shown. You must create a PerspectiveProjection object and THEN set it to the sprite&#039;s transform properties. In all other respects, a great tutorial!


var perspectiveCorr:PerspectiveProjection = new PerspectiveProjection();
perspectiveCorr.fieldOfView = 45;
perspectiveCorr.projectionCenter = new Point(200,200);
			
this.transform.perspectiveProjection = perspectiveCorr;</description>
		<content:encoded><![CDATA[<p>To all of those getting errors on the perspectiveprojection the problem is, as stated within the third paragraph of the Adobe docs here (<a href="http://livedocs.adobe.com/flex/3/langref/" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/</a>), that you cannot change the properties directly as shown. You must create a PerspectiveProjection object and THEN set it to the sprite&#8217;s transform properties. In all other respects, a great tutorial!</p>
<p>var perspectiveCorr:PerspectiveProjection = new PerspectiveProjection();<br />
perspectiveCorr.fieldOfView = 45;<br />
perspectiveCorr.projectionCenter = new Point(200,200);</p>
<p>this.transform.perspectiveProjection = perspectiveCorr;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.707 seconds -->
