<?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: Flashbelt 2008 + Animation to Go + HydroTween + Papervision3D</title>
	<atom:link href="http://blog.hydrotik.com/2008/06/08/flashbelt-2008-animation-to-go-hydrotween-papervision3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2008/06/08/flashbelt-2008-animation-to-go-hydrotween-papervision3d/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<pubDate>Fri, 21 Nov 2008 00:25:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Joshua W. Van Patter</title>
		<link>http://blog.hydrotik.com/2008/06/08/flashbelt-2008-animation-to-go-hydrotween-papervision3d/#comment-14099</link>
		<dc:creator>Joshua W. Van Patter</dc:creator>
		<pubDate>Mon, 30 Jun 2008 16:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/06/08/flashbelt-2008-animation-to-go-hydrotween-papervision3d/#comment-14099</guid>
		<description>Thank you very much for the quick papervision tutorial and source code..I am in the middle of breaking it apart now..I will hopefully have some examples for you to see here soon...
vp</description>
		<content:encoded><![CDATA[<p>Thank you very much for the quick papervision tutorial and source code..I am in the middle of breaking it apart now..I will hopefully have some examples for you to see here soon&#8230;<br />
vp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pickle</title>
		<link>http://blog.hydrotik.com/2008/06/08/flashbelt-2008-animation-to-go-hydrotween-papervision3d/#comment-13177</link>
		<dc:creator>Pickle</dc:creator>
		<pubDate>Tue, 24 Jun 2008 08:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/06/08/flashbelt-2008-animation-to-go-hydrotween-papervision3d/#comment-13177</guid>
		<description>Thanks for HydroTween I think I might be a convert.  I really like how HydroTween plays well with GoASAP's Sequences. Anyway, this has me a little befuddled...

var seq:SequenceCA = new SequenceCA();
seq.addStep(
  HydroTween.go(..)
  HydroTween.go(..)
);
seq.lastStep.advance = new OnPlayableComplete(seq.lastStep);
seq.addStep(
  HydroTween.go(..)
  HydroTween.go(..)
);
seq.start();

Turns out, the second step starts only after the first step is complete. I like this behavior, but had expected the HydroTween.go(..) calls to start at the same time. Using HydroTween.sequence(..) and HydroTween.parseSequence(..) yields a similar result. Again, yay! but why?</description>
		<content:encoded><![CDATA[<p>Thanks for HydroTween I think I might be a convert.  I really like how HydroTween plays well with GoASAP&#8217;s Sequences. Anyway, this has me a little befuddled&#8230;</p>
<p>var seq:SequenceCA = new SequenceCA();<br />
seq.addStep(<br />
  HydroTween.go(..)<br />
  HydroTween.go(..)<br />
);<br />
seq.lastStep.advance = new OnPlayableComplete(seq.lastStep);<br />
seq.addStep(<br />
  HydroTween.go(..)<br />
  HydroTween.go(..)<br />
);<br />
seq.start();</p>
<p>Turns out, the second step starts only after the first step is complete. I like this behavior, but had expected the HydroTween.go(..) calls to start at the same time. Using HydroTween.sequence(..) and HydroTween.parseSequence(..) yields a similar result. Again, yay! but why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
