<?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: PageFlip + Tweener AS3 Part 1</title>
	<atom:link href="http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<lastBuildDate>Thu, 27 Oct 2011 05:40:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adem kilavuz</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15810</link>
		<dc:creator>adem kilavuz</dc:creator>
		<pubDate>Thu, 27 Oct 2011 05:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15810</guid>
		<description>hi guys,
_bezier option doesn&#039;t work unless u don&#039;t run the CurveModifiers.init(); function.</description>
		<content:encoded><![CDATA[<p>hi guys,<br />
_bezier option doesn't work unless u don't run the CurveModifiers.init(); function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Ramon Casillas</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15807</link>
		<dc:creator>Juan Ramon Casillas</dc:creator>
		<pubDate>Thu, 20 Oct 2011 23:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15807</guid>
		<description>Hi... In function turnPageForward (and turnPageBack) exists this code:

Tweener.addTween(flip, {
				x:-_width,
				y:_height,
                                _bezier:{x:0, y:0},
				time:1.5,
				transition:&quot;easeinoutexpo&quot;,
				onUpdate:drawPage,
				onComplete:onPageDone
			}); 

the object &quot;_bezier&quot; causes error.... erase it...


Tweener.addTween(flip, {
				x:-_width,
				y:_height,
				time:1.5,
				transition:&quot;easeinoutexpo&quot;,
				onUpdate:drawPage,
				onComplete:onPageDone
			}); 

this works..!!!</description>
		<content:encoded><![CDATA[<p>Hi&#8230; In function turnPageForward (and turnPageBack) exists this code:</p>
<p>Tweener.addTween(flip, {<br />
				x:-_width,<br />
				y:_height,<br />
                                _bezier:{x:0, y:0},<br />
				time:1.5,<br />
				transition:"easeinoutexpo",<br />
				onUpdate:drawPage,<br />
				onComplete:onPageDone<br />
			}); </p>
<p>the object "_bezier" causes error&#8230;. erase it&#8230;</p>
<p>Tweener.addTween(flip, {<br />
				x:-_width,<br />
				y:_height,<br />
				time:1.5,<br />
				transition:"easeinoutexpo",<br />
				onUpdate:drawPage,<br />
				onComplete:onPageDone<br />
			}); </p>
<p>this works..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interferencyjny</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15795</link>
		<dc:creator>Interferencyjny</dc:creator>
		<pubDate>Wed, 13 Apr 2011 14:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15795</guid>
		<description>Hi, 
Although this is the best code out there in web (in 2011) for PageFlip in AS3 that has open source and you do not have to pay for (buggers!) , it has outdated AS class in file attached (it do not have the reverse the page back property - you have to copy the code from this page).

But that&#039;s one small thing. Other really annoying bugger is that when you click both right and left pages it switches sides. 

I really appreciate the code - the author has done great job, and it&#039;s slick 
BUT 
how can you made so much and do not create any checking mechanism if the pages are flipping and so they wait before flip ? 
It&#039;s uncompleted , almost useless code without it.
 
And the corner drag from Colir above ?  SURE WE WANNA TAKE A LOOK! Just throw code here without a question! 
Share the knowledge , guys!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Although this is the best code out there in web (in 2011) for PageFlip in AS3 that has open source and you do not have to pay for (buggers!) , it has outdated AS class in file attached (it do not have the reverse the page back property &#8211; you have to copy the code from this page).</p>
<p>But that's one small thing. Other really annoying bugger is that when you click both right and left pages it switches sides. </p>
<p>I really appreciate the code &#8211; the author has done great job, and it's slick<br />
BUT<br />
how can you made so much and do not create any checking mechanism if the pages are flipping and so they wait before flip ?<br />
It's uncompleted , almost useless code without it.</p>
<p>And the corner drag from Colir above ?  SURE WE WANNA TAKE A LOOK! Just throw code here without a question!<br />
Share the knowledge , guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seitenkante animieren mit AS3 - Flashforum</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15759</link>
		<dc:creator>Seitenkante animieren mit AS3 - Flashforum</dc:creator>
		<pubDate>Wed, 15 Sep 2010 07:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15759</guid>
		<description>[...] Sowas?  PageFlip + Tweener AS3 Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Sowas?  PageFlip + Tweener AS3 Part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avneet</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15756</link>
		<dc:creator>avneet</dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15756</guid>
		<description>hey  Colir
 
  if you done it its really nice work man would like to share it m searching for something like that for a long in action script 3 !  can you post it publicly here that every one can get benefit of it</description>
		<content:encoded><![CDATA[<p>hey  Colir</p>
<p>  if you done it its really nice work man would like to share it m searching for something like that for a long in action script 3 !  can you post it publicly here that every one can get benefit of it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luki</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15755</link>
		<dc:creator>Luki</dc:creator>
		<pubDate>Fri, 18 Jun 2010 08:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15755</guid>
		<description>Colir - can You publish somewhere Your job?</description>
		<content:encoded><![CDATA[<p>Colir &#8211; can You publish somewhere Your job?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colir</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15702</link>
		<dc:creator>Colir</dc:creator>
		<pubDate>Fri, 14 May 2010 17:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15702</guid>
		<description>Hi,
i &#039;ve extended your work with the corner drag support on the both side of the book.
This is working well.
However i think it can be improve.
Are you interested to have a look on this ?

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i 've extended your work with the corner drag support on the both side of the book.<br />
This is working well.<br />
However i think it can be improve.<br />
Are you interested to have a look on this ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopal Chavan</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-15690</link>
		<dc:creator>Gopal Chavan</dc:creator>
		<pubDate>Mon, 10 May 2010 13:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-15690</guid>
		<description>Hi. This is great.
I was looking for AS3 Page Flip, this fits right in and works flawless.
I was able to make it work for backword flip.
However I was wondering if you could please please write Part-2.
Can&#039;t wait to see mouse-over curl effect.

Thanks again. Great work.</description>
		<content:encoded><![CDATA[<p>Hi. This is great.<br />
I was looking for AS3 Page Flip, this fits right in and works flawless.<br />
I was able to make it work for backword flip.<br />
However I was wondering if you could please please write Part-2.<br />
Can't wait to see mouse-over curl effect.</p>
<p>Thanks again. Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: o-g-sus</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-14919</link>
		<dc:creator>o-g-sus</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14919</guid>
		<description>hey yo,
has anybody made some progress with manually flipping the sides?
I am curious, and it would be a great help for me.

cheers,

Oliver</description>
		<content:encoded><![CDATA[<p>hey yo,<br />
has anybody made some progress with manually flipping the sides?<br />
I am curious, and it would be a great help for me.</p>
<p>cheers,</p>
<p>Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/comment-page-1/#comment-14498</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Fri, 27 Feb 2009 15:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14498</guid>
		<description>I would try downloading the source again. The classes are in the correct place and if I&#039;m understanding you correctly it seems like you have a path issue to the classes.</description>
		<content:encoded><![CDATA[<p>I would try downloading the source again. The classes are in the correct place and if I'm understanding you correctly it seems like you have a path issue to the classes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

