<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Play a Timeline Backwards (with Easing!)</title>
	<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards</link>
	<description>Luck is the residue of good design.</description>
	<pubDate>Thu, 24 Jul 2008 01:56:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: kglad</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-216751</link>
		<pubDate>Sun, 06 Jul 2008 19:55:20 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-216751</guid>
					<description>it would be easier to use the onMotionChanged method (as2) or the motionChange event (as3) if you're using the flash tween class.  (or your onUpdate function if you use tweenlite.)</description>
		<content:encoded><![CDATA[<p>it would be easier to use the onMotionChanged method (as2) or the motionChange event (as3) if you&#8217;re using the flash tween class.  (or your onUpdate function if you use tweenlite.)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-135055</link>
		<pubDate>Sat, 16 Feb 2008 23:50:07 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-135055</guid>
					<description>var,

Thanks for sharing that!  :)  I hadn't heard of TweenLite, but it looks great (at least, for AS2 projects).</description>
		<content:encoded><![CDATA[<p>var,</p>
<p>Thanks for sharing that!  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I hadn&#8217;t heard of TweenLite, but it looks great (at least, for AS2 projects).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: var</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-133853</link>
		<pubDate>Thu, 14 Feb 2008 18:34:07 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-133853</guid>
					<description>In my opinion the native Tween class, even in actionscript three...  just sucks...  i had some bugs with it, that i could never solve in a shooting game I was making...  and i switched it all over to TweenLite - and it worked perfect...  I asked a few Uber nerds about it, and they just said 'avoid it like the plague'...    

other than that... awesome... i love the multiple examples.. 

thanks agian</description>
		<content:encoded><![CDATA[<p>In my opinion the native Tween class, even in actionscript three&#8230;  just sucks&#8230;  i had some bugs with it, that i could never solve in a shooting game I was making&#8230;  and i switched it all over to TweenLite - and it worked perfect&#8230;  I asked a few Uber nerds about it, and they just said &#8216;avoid it like the plague&#8217;&#8230;    </p>
<p>other than that&#8230; awesome&#8230; i love the multiple examples.. </p>
<p>thanks agian
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-127136</link>
		<pubDate>Fri, 01 Feb 2008 16:41:59 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-127136</guid>
					<description>dz,

Hey, good catch!  Thanks for that ... I updated the article.</description>
		<content:encoded><![CDATA[<p>dz,</p>
<p>Hey, good catch!  Thanks for that &#8230; I updated the article.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dzedward</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-127126</link>
		<pubDate>Fri, 01 Feb 2008 16:11:43 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-127126</guid>
					<description>In the AS3 example:

gotoAndStop(Math.floor(evt.prop));

needs to be

gotoAndStop(Math.floor(Number(evt.prop)));

Or you'll get a nasty compiler error :)  Otherwise, looks good, I'll have to try this out!</description>
		<content:encoded><![CDATA[<p>In the AS3 example:</p>
<p>gotoAndStop(Math.floor(evt.prop));</p>
<p>needs to be</p>
<p>gotoAndStop(Math.floor(Number(evt.prop)));</p>
<p>Or you&#8217;ll get a nasty compiler error <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Otherwise, looks good, I&#8217;ll have to try this out!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-126342</link>
		<pubDate>Thu, 31 Jan 2008 03:51:10 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-126342</guid>
					<description>Jay,

Sure thing, bro!</description>
		<content:encoded><![CDATA[<p>Jay,</p>
<p>Sure thing, bro!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jay</title>
		<link>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-126103</link>
		<pubDate>Wed, 30 Jan 2008 14:28:02 +0000</pubDate>
		<guid>http://www.quip.net/blog/2008/flash/actionscript-20/how-to-play-timeline-backwards#comment-126103</guid>
					<description>Thanks Dave. Not really had chance to take a proper look at this yet.</description>
		<content:encoded><![CDATA[<p>Thanks Dave. Not really had chance to take a proper look at this yet.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
