<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript/tags/setTimeout</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 11:33:04 GMT</pubDate>
<item>
<title>(ActionScript) setTimeOut to delay functions - dada78</title>
<link>http://snipplr.com/view/30854/settimeout-to-delay-functions/</link>
<description><![CDATA[ <p>If you do not want to convert it to seconds and prefer to use milliseconds then you can use the following:
stop();
function wait() {
    play(); // Just continue playing
    // gotoandplay(50); // Play a specific frame or frame label
    // someFunction(); // Call a function
    // etc...
}
setTimeout(wait, 4500); // milliseconds</p> ]]></description>
<pubDate>Sat, 03 Apr 2010 21:31:32 GMT</pubDate>
<guid>http://snipplr.com/view/30854/settimeout-to-delay-functions/</guid>
</item>
<item>
<title>(ActionScript) delay with setTimeOut - imhugo</title>
<link>http://snipplr.com/view/5490/delay-with-settimeout/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Mar 2008 09:23:40 GMT</pubDate>
<guid>http://snipplr.com/view/5490/delay-with-settimeout/</guid>
</item>
</channel>
</rss>