<?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"
	>
<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>
	<pubDate>Fri, 21 Nov 2008 00:58:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14315</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14315</guid>
		<description>Not seeing this error on my end with the original source. maybe update the tweener package?  I don't use this engine anymore, but it sounds like it just need to be updated.</description>
		<content:encoded><![CDATA[<p>Not seeing this error on my end with the original source. maybe update the tweener package?  I don&#8217;t use this engine anymore, but it sounds like it just need to be updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14314</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14314</guid>
		<description>Hello, so I have everything all set in place but when its published, I am getting errors in the output window of 

ReferenceError: Error #1069: Property _bezier not found on flash.geom.Point and there is no default value.
	at caurina.transitions::Tweener$/::getPropertyValue()
	at caurina.transitions::Tweener$/::updateTweenByIndex()
	at caurina.transitions::Tweener$/::updateTweens()
	at caurina.transitions::Tweener$/onEnterFrame()</description>
		<content:encoded><![CDATA[<p>Hello, so I have everything all set in place but when its published, I am getting errors in the output window of </p>
<p>ReferenceError: Error #1069: Property _bezier not found on flash.geom.Point and there is no default value.<br />
	at caurina.transitions::Tweener$/::getPropertyValue()<br />
	at caurina.transitions::Tweener$/::updateTweenByIndex()<br />
	at caurina.transitions::Tweener$/::updateTweens()<br />
	at caurina.transitions::Tweener$/onEnterFrame()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14311</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 27 Sep 2008 14:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14311</guid>
		<description>Hi, good article, nice1. Interested in seeing any updates? I really do like the page flip effect, but theres very little out there for AS3 Flash CS3. Would love to see your updated version!

cheers,
Andy</description>
		<content:encoded><![CDATA[<p>Hi, good article, nice1. Interested in seeing any updates? I really do like the page flip effect, but theres very little out there for AS3 Flash CS3. Would love to see your updated version!</p>
<p>cheers,<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14265</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14265</guid>
		<description>I actually have a little bit, but not so much with interaction yet. I had fixed the depth issue, but can't seem to find the files and not sure why I didn't post it. Must have fallin through the cracks. I've removed Tweener as I've replaced it with HydroTween in all my work, although I'm using a self contained bezier function with this thing now.

I do plan on posting an update to this once it's worthy of doing so.

With the unit as it is now.. it's simply using a CLICK event to trigger a bezier curve to animate the position of the fold.</description>
		<content:encoded><![CDATA[<p>I actually have a little bit, but not so much with interaction yet. I had fixed the depth issue, but can&#8217;t seem to find the files and not sure why I didn&#8217;t post it. Must have fallin through the cracks. I&#8217;ve removed Tweener as I&#8217;ve replaced it with HydroTween in all my work, although I&#8217;m using a self contained bezier function with this thing now.</p>
<p>I do plan on posting an update to this once it&#8217;s worthy of doing so.</p>
<p>With the unit as it is now.. it&#8217;s simply using a CLICK event to trigger a bezier curve to animate the position of the fold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gordee</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14264</link>
		<dc:creator>gordee</dc:creator>
		<pubDate>Thu, 28 Aug 2008 21:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-14264</guid>
		<description>Hi there, great work. I was wondering if you had done any more to this regarding mouse Events? I'm new to AS3 and I'm curious to see how its done. Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>Hi there, great work. I was wondering if you had done any more to this regarding mouse Events? I&#8217;m new to AS3 and I&#8217;m curious to see how its done. Keep up the good work <img src='http://blog.hydrotik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: don</title>
		<link>http://blog.hydrotik.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-478</link>
		<dc:creator>don</dc:creator>
		<pubDate>Thu, 25 Oct 2007 21:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://hydrotikcom.setupmyblog.com/2007/08/15/pageflip-tweener-as3-part-1/#comment-478</guid>
		<description>Donovan, I like your approach to this by using caurinas transition package. I'm extending your work to hopefully catch up to Rubens flex package.</description>
		<content:encoded><![CDATA[<p>Donovan, I like your approach to this by using caurinas transition package. I&#8217;m extending your work to hopefully catch up to Rubens flex package.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
