<?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 an iPhone-like Flip Effect in Flash Using ActionScript 3.0</title>
	<atom:link href="http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/</link>
	<description>Flash, Flex &#38; ActionScript Tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 10:27:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yoni</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-20275</link>
		<dc:creator>Yoni</dc:creator>
		<pubDate>Sat, 20 Mar 2010 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-20275</guid>
		<description>Hi,
Great Tutorial!

I&#039;m a beginner and I need help from some one on how to make it so I could have other flip things instead of just 2.

So like you press the &#039;info button&#039; and it flips to the second side. The you press the &#039;done button&#039; and it flips to a third side and so one.

I have tried to make it so it goes onto another scene and then repeat the same code (with changes for each side and button) but for some reason its not working.

Is there a way to make it so it is all on the same scene or even frame?

I really need help and I am not as good as all of you are!
I don&#039;t know much as but I am learning.

Thank You!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great Tutorial!</p>
<p>I&#8217;m a beginner and I need help from some one on how to make it so I could have other flip things instead of just 2.</p>
<p>So like you press the &#8216;info button&#8217; and it flips to the second side. The you press the &#8216;done button&#8217; and it flips to a third side and so one.</p>
<p>I have tried to make it so it goes onto another scene and then repeat the same code (with changes for each side and button) but for some reason its not working.</p>
<p>Is there a way to make it so it is all on the same scene or even frame?</p>
<p>I really need help and I am not as good as all of you are!<br />
I don&#8217;t know much as but I am learning.</p>
<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emergency cell phone</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-19174</link>
		<dc:creator>emergency cell phone</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-19174</guid>
		<description>That is awesome, but I wouldn&#039;t it make more sense to make an i phone flip case?</description>
		<content:encoded><![CDATA[<p>That is awesome, but I wouldn&#8217;t it make more sense to make an i phone flip case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloggerzbible</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-18246</link>
		<dc:creator>Bloggerzbible</dc:creator>
		<pubDate>Tue, 09 Feb 2010 01:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-18246</guid>
		<description>Amazing very nice</description>
		<content:encoded><![CDATA[<p>Amazing very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dany</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-11756</link>
		<dc:creator>Dany</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-11756</guid>
		<description>Hi,

Awesome tutorial.

But I&#039;ve increased the width of the background and when the objects flip they leave a trail of their transformation visible underneath. Try to increase the width from 320 to 900 lets say, flip the objects a few times and you&#039;ll see the trail. 

Can somebody help me with this? 

Tnx.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Awesome tutorial.</p>
<p>But I&#8217;ve increased the width of the background and when the objects flip they leave a trail of their transformation visible underneath. Try to increase the width from 320 to 900 lets say, flip the objects a few times and you&#8217;ll see the trail. </p>
<p>Can somebody help me with this? </p>
<p>Tnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DPC</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-11733</link>
		<dc:creator>DPC</dc:creator>
		<pubDate>Thu, 19 Nov 2009 02:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-11733</guid>
		<description>Count me in for the error 1119 and 1067 nightmare.  

Error 1067:    flip  = new Flip(firstView, secondView, 2, &quot;left&quot;, true); //This is the main line, it calls the class indicating wich MovieClips flip, the time the effect will take, wich side to start from, and if the second MovieClip is in the Library.  

The 1119 errors pertain to the infoButton commands.  

CS4, Mac OS X version</description>
		<content:encoded><![CDATA[<p>Count me in for the error 1119 and 1067 nightmare.  </p>
<p>Error 1067:    flip  = new Flip(firstView, secondView, 2, &#8220;left&#8221;, true); //This is the main line, it calls the class indicating wich MovieClips flip, the time the effect will take, wich side to start from, and if the second MovieClip is in the Library.  </p>
<p>The 1119 errors pertain to the infoButton commands.  </p>
<p>CS4, Mac OS X version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dani</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-11691</link>
		<dc:creator>Dani</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-11691</guid>
		<description>great tutorial, do you have actionscript 2 tutorial?</description>
		<content:encoded><![CDATA[<p>great tutorial, do you have actionscript 2 tutorial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-1/#comment-9783</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 26 Oct 2009 19:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-9783</guid>
		<description>I guess better luck next time kanedogg ?</description>
		<content:encoded><![CDATA[<p>I guess better luck next time kanedogg ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 用AS3创建一个像ipone那样的翻转效果 &#124; ray.Yee</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-9114</link>
		<dc:creator>用AS3创建一个像ipone那样的翻转效果 &#124; ray.Yee</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-9114</guid>
		<description>[...] 教程正在整理中，英文好的，直接看这个吧：Create an iPhone-like Flip Effect in Flash Using ActionScript 3.0  Tags [ActionScript, flash, iphone] Comments [0] [...]</description>
		<content:encoded><![CDATA[<p>[...] 教程正在整理中，英文好的，直接看这个吧：Create an iPhone-like Flip Effect in Flash Using ActionScript 3.0  Tags [ActionScript, flash, iphone] Comments [0] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navas</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-8140</link>
		<dc:creator>navas</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-8140</guid>
		<description>very good tutorilas</description>
		<content:encoded><![CDATA[<p>very good tutorilas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jole</title>
		<link>http://active.tutsplus.com/tutorials/effects/create-an-iphone-like-flip-effect-in-flash-using-actionscript-30/comment-page-2/#comment-7351</link>
		<dc:creator>jole</dc:creator>
		<pubDate>Tue, 22 Sep 2009 08:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tutsplus.com/?p=318#comment-7351</guid>
		<description>I got an error: 
TypeError: Error #1010: A term is undefined and has no properties.

I made the graphics myself and copy pasted the code from the source file.
Everything looks like it is in working order, but unfortunatly not.</description>
		<content:encoded><![CDATA[<p>I got an error:<br />
TypeError: Error #1010: A term is undefined and has no properties.</p>
<p>I made the graphics myself and copy pasted the code from the source file.<br />
Everything looks like it is in working order, but unfortunatly not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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