<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Managing Code Loading with Fuse</title>
	<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/</link>
	<description>Rambling about Flash, web development, design, politics and whatever else I want to throw up.</description>
	<pubDate>Fri, 21 Nov 2008 09:30:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Paulo</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-17</link>
		<author>Paulo</author>
		<pubDate>Tue, 21 Mar 2006 19:13:44 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-17</guid>
					<description>Very cool :) And you could expand this by combining it with other Fuses that altered the state of a loading bar as the application loaded.</description>
		<content:encoded><![CDATA[<p>Very cool <img src='http://www.thoughtwillrise.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> And you could expand this by combining it with other Fuses that altered the state of a loading bar as the application loaded.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-18</link>
		<author>Ryan</author>
		<pubDate>Tue, 21 Mar 2006 20:13:12 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-18</guid>
					<description>Yep.  Fuse is really cool.  Lots of neat things you can do with it.</description>
		<content:encoded><![CDATA[<p>Yep.  Fuse is really cool.  Lots of neat things you can do with it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: omar yousif</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-19</link>
		<author>omar yousif</author>
		<pubDate>Thu, 23 Mar 2006 01:28:00 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-19</guid>
					<description>Interesting, this is close to what Im looking for. I am new to fuse and excited about its possibilities, however the code above throws an AS error for me around line 33. Im not sure why. So I couldn't see it in action. It appears that this code will load an XML file and create clips but what about fading them in with a slight delay? Do you know how to do that? Thanks in advance. Forgive my newbiness on this I know how to do this in AS but I want to exploit Fuse to the fullest.


Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Interesting, this is close to what Im looking for. I am new to fuse and excited about its possibilities, however the code above throws an AS error for me around line 33. Im not sure why. So I couldn&#8217;t see it in action. It appears that this code will load an XML file and create clips but what about fading them in with a slight delay? Do you know how to do that? Thanks in advance. Forgive my newbiness on this I know how to do this in AS but I want to exploit Fuse to the fullest.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-24</link>
		<author>Ryan</author>
		<pubDate>Thu, 22 Mar 2007 20:29:17 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-24</guid>
					<description>UPDATE:
For anyone reading the comment above it refers to older code and should not be a problem for anyone.  Incase you are curious, it was due to changes in the core functionality of Fuse and therefore had to be coded differently.</description>
		<content:encoded><![CDATA[<p>UPDATE:<br />
For anyone reading the comment above it refers to older code and should not be a problem for anyone.  Incase you are curious, it was due to changes in the core functionality of Fuse and therefore had to be coded differently.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: stenser</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-33</link>
		<author>stenser</author>
		<pubDate>Sat, 09 Jun 2007 15:09:11 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-33</guid>
					<description>Is it possible to start the "next" function with parameters that were created in the function before?

Thx for the nice discription.</description>
		<content:encoded><![CDATA[<p>Is it possible to start the &#8220;next&#8221; function with parameters that were created in the function before?</p>
<p>Thx for the nice discription.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-34</link>
		<author>Ryan</author>
		<pubDate>Sun, 10 Jun 2007 03:51:34 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-34</guid>
					<description>The short answer is yes.  I would take a look at the Fuse docs.  search the page for "args".</description>
		<content:encoded><![CDATA[<p>The short answer is yes.  I would take a look at the Fuse docs.  search the page for &#8220;args&#8221;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: stenser</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-35</link>
		<author>stenser</author>
		<pubDate>Sun, 10 Jun 2007 10:19:47 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-35</guid>
					<description>Ok. Thank you. I have now found that i can use for example func:"trace" with the arg:"Now". But how can i get the arg from my "last" function for the "next" function? Is it possible to take "this._parent.loadManager.resume();" to start the next function with any parameter?</description>
		<content:encoded><![CDATA[<p>Ok. Thank you. I have now found that i can use for example func:&#8221;trace&#8221; with the arg:&#8221;Now&#8221;. But how can i get the arg from my &#8220;last&#8221; function for the &#8220;next&#8221; function? Is it possible to take &#8220;this._parent.loadManager.resume();&#8221; to start the next function with any parameter?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-38</link>
		<author>Chris</author>
		<pubDate>Fri, 22 Jun 2007 11:29:51 +0000</pubDate>
		<guid>http://www.thoughtwillrise.com/2006/03/21/managing-code-loading-with-fuse/#comment-38</guid>
					<description>Assuming you plan to run the methods in sequence, you could always create an variable of type object and just assign parameters and values to it. That way you can just call that variable within the fuse/function of your choice. So long as the object is declared at the start of your actionscript, I would guess that it would work the way you want... albeit in a very primitive fashion. Once fuses start running in parallel then you could get potential synchronization issues where parameters wouldn't be set, or have the wrong values.</description>
		<content:encoded><![CDATA[<p>Assuming you plan to run the methods in sequence, you could always create an variable of type object and just assign parameters and values to it. That way you can just call that variable within the fuse/function of your choice. So long as the object is declared at the start of your actionscript, I would guess that it would work the way you want&#8230; albeit in a very primitive fashion. Once fuses start running in parallel then you could get potential synchronization issues where parameters wouldn&#8217;t be set, or have the wrong values.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
