<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shaun Smith &#187; frame</title>
	<atom:link href="http://shaun.boyblack.co.za/blog/tag/frame/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaun.boyblack.co.za/blog</link>
	<description>Flex, Ruby, Mongo - London, UK</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Execute An AS3 Function After Exactly One Frame &#8211; DelayedFunctionQueue</title>
		<link>http://shaun.boyblack.co.za/blog/2009/04/06/execute-an-as3-function-after-exactly-one-frame-delayedfunctionqueue/</link>
		<comments>http://shaun.boyblack.co.za/blog/2009/04/06/execute-an-as3-function-after-exactly-one-frame-delayedfunctionqueue/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:24:47 +0000</pubDate>
		<dc:creator>shaun</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[frame]]></category>

		<guid isPermaLink="false">http://shaun.boyblack.co.za/blog/?p=301</guid>
		<description><![CDATA[I asked this question on Stack Overflow: What&#8217;s the best way to execute a function after exactly one frame? Based on the feedback I wrote a little class to make it super easy to do. You add function references to a queue, and those functions get called (in the order they were added) on the next Flash Player Frame. Herewith, the DelayedFunctionQueue.as Unpack, and put it in the following folder in your source path: net/boyblack/robotlegs/utils (or edit the package declaration &#8230; <a href="http://shaun.boyblack.co.za/blog/2009/04/06/execute-an-as3-function-after-exactly-one-frame-delayedfunctionqueue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I asked this question on Stack Overflow:</p>
<p><a title="Best way to execute a function after exactly one frame?" href="http://stackoverflow.com/questions/671857/best-way-to-execute-a-function-after-exactly-one-frame">What&#8217;s the best way to execute a function after exactly one frame?</a></p>
<p>Based on the feedback I wrote a little class to make it super easy to do. You add function references to a queue, and those functions get called (in the order they were added) on the next Flash Player Frame.</p>
<p>Herewith, the <a title="DelayedFunctionQueue.as" href="http://shaun.boyblack.co.za/blog/wp-content/uploads/2009/04/delayedfunctionqueueas.zip">DelayedFunctionQueue.as</a></p>
<p><span id="more-301"></span></p>
<p>Unpack, and put it in the following folder in your source path: net/boyblack/robotlegs/utils (or edit the package declaration if you want to put it elsewhere).</p>
<p>Usage1: DelayedFunctionQueue.add( func );<br />
Usage2: DelayedFunctionQueue.add( func, arg1, arg2, argn );</p>
]]></content:encoded>
			<wfw:commentRss>http://shaun.boyblack.co.za/blog/2009/04/06/execute-an-as3-function-after-exactly-one-frame-delayedfunctionqueue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

