<?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: Spinning Preloader - An All-Time Classic in Pure AS3</title>
	<atom:link href="http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/</link>
	<description>Tutorials and Code Snippets</description>
	<pubDate>Tue, 06 Jan 2009 08:56:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Prunnybrula</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-190</link>
		<dc:creator>Prunnybrula</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-190</guid>
		<description>Hi all!

My name is Steven and Im new around here &lt;a href="http://www.acairainforest.com" rel="nofollow"&gt;:)&lt;/a&gt;. So far this is an excellent place for information and I've spent quite a bit of time reading and browsing around. Look forward to hearing from you!</description>
		<content:encoded><![CDATA[<p>Hi all!</p>
<p>My name is Steven and Im new around here <a href="http://www.acairainforest.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.acairainforest.com?referer=');"> <img src='http://blog.log2e.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a>. So far this is an excellent place for information and I&#8217;ve spent quite a bit of time reading and browsing around. Look forward to hearing from you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-180</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-180</guid>
		<description>Ok I've managed to get it (partly) working. Changed the object to a circle and replaced the tweenlite functions with AS3 Tweens.

A problem appeared though, when I added a TweenEvent.MOTION_FINISH for the onFadeOutComplete function. After a while the animation seems to freeze or stop working, the objects stop fading out. 

It looks likes this is a garbage collector problem, but using an array for the tweens that i reset when it reaches the _count variable, and removing the tween event listeners don't fix this problem. Anyone got an idea how to fix this ?</description>
		<content:encoded><![CDATA[<p>Ok I&#8217;ve managed to get it (partly) working. Changed the object to a circle and replaced the tweenlite functions with AS3 Tweens.</p>
<p>A problem appeared though, when I added a TweenEvent.MOTION_FINISH for the onFadeOutComplete function. After a while the animation seems to freeze or stop working, the objects stop fading out. </p>
<p>It looks likes this is a garbage collector problem, but using an array for the tweens that i reset when it reaches the _count variable, and removing the tween event listeners don&#8217;t fix this problem. Anyone got an idea how to fix this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-179</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 26 Dec 2008 18:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-179</guid>
		<description>Would this be very hard without using the TweenLite library ? I'm trying to adapt the code and use the tween class but appearently this is harder than i thought...</description>
		<content:encoded><![CDATA[<p>Would this be very hard without using the TweenLite library ? I&#8217;m trying to adapt the code and use the tween class but appearently this is harder than i thought&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmalhaus</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-177</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Wed, 24 Dec 2008 08:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-177</guid>
		<description>@Jill: You can easily create the .fla file yourself: Create a new file in Flash CS3/CS4 and assign the "Main" class from the ZIP archive (http://blog.log2e.com/demos/spinning-preloader/SpinningPreloader.zip) as document class.</description>
		<content:encoded><![CDATA[<p>@Jill: You can easily create the .fla file yourself: Create a new file in Flash CS3/CS4 and assign the &#8220;Main&#8221; class from the ZIP archive (http://blog.log2e.com/demos/spinning-preloader/SpinningPreloader.zip) as document class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-176</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Wed, 24 Dec 2008 02:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-176</guid>
		<description>That is really impressive, But unless there is a .fla file, it's difficult to get what your doing. 

Could you submit the .fla file and or have a link to the file it's easier to understand files when pulling them apart.</description>
		<content:encoded><![CDATA[<p>That is really impressive, But unless there is a .fla file, it&#8217;s difficult to get what your doing. </p>
<p>Could you submit the .fla file and or have a link to the file it&#8217;s easier to understand files when pulling them apart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom LopLawswott</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-158</link>
		<dc:creator>Tom LopLawswott</dc:creator>
		<pubDate>Thu, 18 Dec 2008 11:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-158</guid>
		<description>First of all congratulation for such a great site. I learned a lot reading article here today. I will make sure i visit this site once a day so i can learn more.</description>
		<content:encoded><![CDATA[<p>First of all congratulation for such a great site. I learned a lot reading article here today. I will make sure i visit this site once a day so i can learn more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LopLawswott</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-156</link>
		<dc:creator>LopLawswott</dc:creator>
		<pubDate>Thu, 18 Dec 2008 00:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-156</guid>
		<description>Very usefull post.
Thanks.
P.S. I like your writing style.</description>
		<content:encoded><![CDATA[<p>Very usefull post.<br />
Thanks.<br />
P.S. I like your writing style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmalhaus</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-117</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Sat, 13 Dec 2008 09:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-117</guid>
		<description>@Ivo: Good eye! You are right, the class SpinningPreloader doesn't necessarily have to extend Sprite. I guess I had originally planned to make it a display object itself. The _target property makes this obsolete though. Thanks for pointing this out.</description>
		<content:encoded><![CDATA[<p>@Ivo: Good eye! You are right, the class SpinningPreloader doesn&#8217;t necessarily have to extend Sprite. I guess I had originally planned to make it a display object itself. The _target property makes this obsolete though. Thanks for pointing this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-112</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-112</guid>
		<description>Is there a reason why SpinningPreloader extends Sprite ? It doesnt seem like itself gets added to the display list.</description>
		<content:encoded><![CDATA[<p>Is there a reason why SpinningPreloader extends Sprite ? It doesnt seem like itself gets added to the display list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/#comment-93</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-93</guid>
		<description>Thanks man, this is superb!</description>
		<content:encoded><![CDATA[<p>Thanks man, this is superb!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
