<?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: Time Machine Animation with Tweener</title>
	<atom:link href="http://manewc.com/2008/06/12/time-machine-animation-with-tweener/feed/" rel="self" type="application/rss+xml" />
	<link>http://manewc.com/2008/06/12/time-machine-animation-with-tweener/</link>
	<description>iPhone, Flash, Flex, AIR, &#38; Web Development</description>
	<lastBuildDate>Thu, 29 Oct 2009 10:52:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neal Fassnacht</title>
		<link>http://manewc.com/2008/06/12/time-machine-animation-with-tweener/comment-page-1/#comment-836</link>
		<dc:creator>Neal Fassnacht</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/?p=128#comment-836</guid>
		<description>Awesome.  I was looking for something similar to this.</description>
		<content:encoded><![CDATA[<p>Awesome.  I was looking for something similar to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dipu</title>
		<link>http://manewc.com/2008/06/12/time-machine-animation-with-tweener/comment-page-1/#comment-835</link>
		<dc:creator>Dipu</dc:creator>
		<pubDate>Mon, 23 Feb 2009 14:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/?p=128#comment-835</guid>
		<description>Hi I am creating a cube according to the post on http://www.designscripting.com/2008/12/05/3d-cube-gallery-as3-papervision/ 

But I cant control the cube by imposing a time interval.I removed the arrows and mouse events. Any help??</description>
		<content:encoded><![CDATA[<p>Hi I am creating a cube according to the post on <a href="http://www.designscripting.com/2008/12/05/3d-cube-gallery-as3-papervision/" rel="nofollow">http://www.designscripting.com/2008/12/05/3d-cube-gallery-as3-papervision/</a> </p>
<p>But I cant control the cube by imposing a time interval.I removed the arrows and mouse events. Any help??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dumaine</title>
		<link>http://manewc.com/2008/06/12/time-machine-animation-with-tweener/comment-page-1/#comment-681</link>
		<dc:creator>Jonathan Dumaine</dc:creator>
		<pubDate>Tue, 11 Nov 2008 04:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/?p=128#comment-681</guid>
		<description>Sorry. Wordpress doesn&#039;t like spaces, the code looks jumbled!</description>
		<content:encoded><![CDATA[<p>Sorry. Wordpress doesn&#8217;t like spaces, the code looks jumbled!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dumaine</title>
		<link>http://manewc.com/2008/06/12/time-machine-animation-with-tweener/comment-page-1/#comment-680</link>
		<dc:creator>Jonathan Dumaine</dc:creator>
		<pubDate>Tue, 11 Nov 2008 04:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://manewc.com/?p=128#comment-680</guid>
		<description>I managed to break it in about 10 seconds. But on the bright side I&#039;ll also give you a simple, but crude, fix. If you push a lot of keyboard buttons really fast they all just disappear, then when it stops freaking out I kept getting this:

TypeError: Error #1010: A term is undefined and has no properties.
	at TimeMachineAnimation/moveAway()
	at flash.utils::Timer/_timerDispatch()
	at flash.utils::Timer/tick()

So when you add the event listener and set up your keyboard events here,

# // add the event  
#             stage.addEventListener (KeyboardEvent.KEY_DOWN, animTimeMachine);  
#         }  
#   
#         private function animTimeMachine ( k:KeyboardEvent ):void  
#         {  
#             if ( TimeMachine.animationComplete )  
#             {  
#                 switch ( k.keyCode )  
#                 {  
#                     case 48:  
#                         // Remove the event listener here                         &lt;-- Edits
#                         TimeMachine.setIndex ( 0 );  // do your stuff
#                         // Add the event listener again
#                         break;  


Again, it may not be fast, or elegant, but it fixed the problem I was having (plus doesn&#039;t allow for abusive Tweener spam). By the way, nice use of Tweener! =)</description>
		<content:encoded><![CDATA[<p>I managed to break it in about 10 seconds. But on the bright side I&#8217;ll also give you a simple, but crude, fix. If you push a lot of keyboard buttons really fast they all just disappear, then when it stops freaking out I kept getting this:</p>
<p>TypeError: Error #1010: A term is undefined and has no properties.<br />
	at TimeMachineAnimation/moveAway()<br />
	at flash.utils::Timer/_timerDispatch()<br />
	at flash.utils::Timer/tick()</p>
<p>So when you add the event listener and set up your keyboard events here,</p>
<p># // add the event<br />
#             stage.addEventListener (KeyboardEvent.KEY_DOWN, animTimeMachine);<br />
#         }<br />
#<br />
#         private function animTimeMachine ( k:KeyboardEvent ):void<br />
#         {<br />
#             if ( TimeMachine.animationComplete )<br />
#             {<br />
#                 switch ( k.keyCode )<br />
#                 {<br />
#                     case 48:<br />
#                         // Remove the event listener here                         &lt;&#8211; Edits<br />
#                         TimeMachine.setIndex ( 0 );  // do your stuff<br />
#                         // Add the event listener again<br />
#                         break;  </p>
<p>Again, it may not be fast, or elegant, but it fixed the problem I was having (plus doesn&#8217;t allow for abusive Tweener spam). By the way, nice use of Tweener! =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
