<?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: Go 0.4.8jg1 + HydroTween rev30 + Guide + Source Code</title>
	<atom:link href="http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<pubDate>Tue, 07 Oct 2008 06:40:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14309</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Sun, 21 Sep 2008 15:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14309</guid>
		<description>I think this comment is in the wrong spot:)

Regardless I made this change and commited it to the SVN. QueueLoader and QueueLoaderLite now support RaVeR cAsE :)</description>
		<content:encoded><![CDATA[<p>I think this comment is in the wrong spot:)</p>
<p>Regardless I made this change and commited it to the SVN. QueueLoader and QueueLoaderLite now support RaVeR cAsE <img src='http://blog.hydrotik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grabek</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14308</link>
		<dc:creator>grabek</dc:creator>
		<pubDate>Sun, 21 Sep 2008 09:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14308</guid>
		<description>hi. how about making life easier and applying some regexps. I'm talking explicitly about QueueLoaderLite lines:404-412

YOu are performng a match against file types (jpg, JPG) what if the fielname is: jPg??? 

try this:

var image_pattern=/(\.jpg&#124;\.png&#124;\.gif)\z/i
var swf_pattern=/\.swf\z/i

if (currItem.utl.match(image_pattern))!=null)_currType = FILE_IMAGE;
if (currItem.utl.match(swf_pattern))!=null)_currType = FILE_SWF;


the case is not an issue (/i)
filetypes can be any (\.extension)
and make sure it's at the end! (\z)

cause, your check will also say FILE_IMAGE for: a.jpg.swf

fun script nonetheless!
drop me a line!</description>
		<content:encoded><![CDATA[<p>hi. how about making life easier and applying some regexps. I&#8217;m talking explicitly about QueueLoaderLite lines:404-412</p>
<p>YOu are performng a match against file types (jpg, JPG) what if the fielname is: jPg??? </p>
<p>try this:</p>
<p>var image_pattern=/(\.jpg|\.png|\.gif)\z/i<br />
var swf_pattern=/\.swf\z/i</p>
<p>if (currItem.utl.match(image_pattern))!=null)_currType = FILE_IMAGE;<br />
if (currItem.utl.match(swf_pattern))!=null)_currType = FILE_SWF;</p>
<p>the case is not an issue (/i)<br />
filetypes can be any (\.extension)<br />
and make sure it&#8217;s at the end! (\z)</p>
<p>cause, your check will also say FILE_IMAGE for: a.jpg.swf</p>
<p>fun script nonetheless!<br />
drop me a line!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HailBlogula &#187; HydroTween, A Love Story</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14307</link>
		<dc:creator>HailBlogula &#187; HydroTween, A Love Story</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14307</guid>
		<description>[...] new kid on the scripted tween library scene looks a lot like the old one, but is leaner and faster. Hydrotik somehow released HydroTween a little while ago and I&#8217;m just now starting to use it in [...]</description>
		<content:encoded><![CDATA[<p>[...] new kid on the scripted tween library scene looks a lot like the old one, but is leaner and faster. Hydrotik somehow released HydroTween a little while ago and I&#8217;m just now starting to use it in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14306</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Thu, 18 Sep 2008 13:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14306</guid>
		<description>Check the download on the google code site, make sure you are using the latest versions. Also let me know what version you are using. Haven't had any problems with people using the download, so it might be something simple and easily fixed.</description>
		<content:encoded><![CDATA[<p>Check the download on the google code site, make sure you are using the latest versions. Also let me know what version you are using. Haven&#8217;t had any problems with people using the download, so it might be something simple and easily fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagaro</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14303</link>
		<dc:creator>jagaro</dc:creator>
		<pubDate>Thu, 18 Sep 2008 06:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14303</guid>
		<description>Hello Donovan,
This is really the best. I downloaded the source and sample files but how come it doesn't work on my end?</description>
		<content:encoded><![CDATA[<p>Hello Donovan,<br />
This is really the best. I downloaded the source and sample files but how come it doesn&#8217;t work on my end?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14227</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Thu, 07 Aug 2008 13:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14227</guid>
		<description>frame prop has been added. Also addProperty has been added so you can set up your own simple props.</description>
		<content:encoded><![CDATA[<p>frame prop has been added. Also addProperty has been added so you can set up your own simple props.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djdonovan</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14185</link>
		<dc:creator>djdonovan</dc:creator>
		<pubDate>Sun, 20 Jul 2008 17:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14185</guid>
		<description>Check out the latest for HydroSequence where you can easily do this. HydroTween doesn't let you run a Tween on the same object at once. What you are looking to do is Sequencing, so check it out! :)</description>
		<content:encoded><![CDATA[<p>Check out the latest for HydroSequence where you can easily do this. HydroTween doesn&#8217;t let you run a Tween on the same object at once. What you are looking to do is Sequencing, so check it out! <img src='http://blog.hydrotik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aron</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14184</link>
		<dc:creator>Aron</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14184</guid>
		<description>HydroTween, best tween engine ever. Thx for the big work. However it it would be handy, if this works without sequence or callback:

HydroTween.go(sprite, {x:100}, 1, 0, Cubic.easeInOut);
HydroTween.go(sprite, {x:0}, 1, 1, Cubic.easeInOut);</description>
		<content:encoded><![CDATA[<p>HydroTween, best tween engine ever. Thx for the big work. However it it would be handy, if this works without sequence or callback:</p>
<p>HydroTween.go(sprite, {x:100}, 1, 0, Cubic.easeInOut);<br />
HydroTween.go(sprite, {x:0}, 1, 1, Cubic.easeInOut);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ido</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14180</link>
		<dc:creator>Ido</dc:creator>
		<pubDate>Tue, 08 Jul 2008 03:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14180</guid>
		<description>Hello
I have added a properties "frame"


--- HydroTween.as.org	Tue Jul  8 11:03:54 2008
+++ HydroTween.as	Tue Jul  8 11:25:04 2008
@@ -233,6 +233,7 @@
 			_propertyList["height"] = {prop:"height", read:genericRead, write:genericWrite};
 			_propertyList["rotation"] = {prop:"rotation", read:genericRead, write:genericWrite};
 			_propertyList["alpha"] = {prop:"alpha", read:genericRead, write:genericWrite};
+			_propertyList["frame"] = {prop:"frame", read:frameRead, write:frameWrite};
 			// BevelFilter ----------------------------------------------------------------------------
 			_propertyList["Bevel_angle"] = {prop:"angle", definition: BevelFilter, read:filterRead, write:filterWrite};
 			_propertyList["Bevel_blurX"] = {prop:"blurX", definition: BevelFilter, read:filterRead, write:filterWrite};
@@ -675,6 +676,21 @@
 		
 		
 		
+		//frame ---------------------------------------------------------------------------------
+		protected static function frameRead(targ : Object, key : String) : Number 
+		{
+			return MovieClip( targ ).currentFrame;
+		}
+
+		protected static function frameWrite(targ : Object, key : String, val : Number, val2 : Number = 0) : void 
+		{
+			var mc : MovieClip = MovieClip( targ );
+			var frames : Number = Math.round( val ) % mc.totalFrames;
+			MovieClip( targ ).gotoAndStop( ( frames &#60; 1 ) ? mc.totalFrames + frames : frames );
+		}
+		
+		
+		
</description>
		<content:encoded><![CDATA[<p>Hello<br />
I have added a properties &#8220;frame&#8221;</p>
<p>&#8212; HydroTween.as.org	Tue Jul  8 11:03:54 2008<br />
+++ HydroTween.as	Tue Jul  8 11:25:04 2008<br />
@@ -233,6 +233,7 @@<br />
 			_propertyList["height"] = {prop:&#8221;height&#8221;, read:genericRead, write:genericWrite};<br />
 			_propertyList["rotation"] = {prop:&#8221;rotation&#8221;, read:genericRead, write:genericWrite};<br />
 			_propertyList["alpha"] = {prop:&#8221;alpha&#8221;, read:genericRead, write:genericWrite};<br />
+			_propertyList["frame"] = {prop:&#8221;frame&#8221;, read:frameRead, write:frameWrite};<br />
 			// BevelFilter &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
 			_propertyList["Bevel_angle"] = {prop:&#8221;angle&#8221;, definition: BevelFilter, read:filterRead, write:filterWrite};<br />
 			_propertyList["Bevel_blurX"] = {prop:&#8221;blurX&#8221;, definition: BevelFilter, read:filterRead, write:filterWrite};<br />
@@ -675,6 +676,21 @@</p>
<p>+		//frame &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+		protected static function frameRead(targ : Object, key : String) : Number<br />
+		{<br />
+			return MovieClip( targ ).currentFrame;<br />
+		}<br />
+<br />
+		protected static function frameWrite(targ : Object, key : String, val : Number, val2 : Number = 0) : void<br />
+		{<br />
+			var mc : MovieClip = MovieClip( targ );<br />
+			var frames : Number = Math.round( val ) % mc.totalFrames;<br />
+			MovieClip( targ ).gotoAndStop( ( frames &lt; 1 ) ? mc.totalFrames + frames : frames );<br />
+		}<br />
+<br />
+<br />
+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14072</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 30 Jun 2008 03:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/2008/05/13/go-048jg1-hydrotween-rev30-guide-source-code/#comment-14072</guid>
		<description>Nice work!  I was able to add my favorite property "fade" into the class in no time and actually created a quick and dirty shortcuts class just like the fuse shortcuts.</description>
		<content:encoded><![CDATA[<p>Nice work!  I was able to add my favorite property &#8220;fade&#8221; into the class in no time and actually created a quick and dirty shortcuts class just like the fuse shortcuts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
