<?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>Graphic Euphoria&#187; actionscript</title>
	<atom:link href="http://www.graphic-euphoria.co.uk/tag/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.graphic-euphoria.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 12 Oct 2009 14:57:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash Quick Tip: How to randomize an Array</title>
		<link>http://www.graphic-euphoria.co.uk/flash-randomize-an-array</link>
		<comments>http://www.graphic-euphoria.co.uk/flash-randomize-an-array#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:46:11 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://www.graphic-euphoria.co.uk/?p=177</guid>
		<description><![CDATA[This snippet of actionscript can be used to simply re-order or randomize an array in Adobe Flash.]]></description>
			<content:encoded><![CDATA[I had to google this today so i though i would share it with you!

This <strong>snippet </strong>of <strong>actionscript </strong>can be used to simply <strong>re-order</strong> or <strong>randomize </strong>an array in <strong>Adobe Flash</strong>.
<pre name="code" class="actionscript">var myArray = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9);
myArray.sort(function (){
return Math.round(Math.random());
});
trace(myArray);</pre>
ps and yes i know I&#8217;ve spelt randomise wrong ; )<script src="http://feeds.feedburner.com/~s/sidonaldson?i=http://www.graphic-euphoria.co.uk/flash-randomize-an-array" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://www.graphic-euphoria.co.uk/flash-randomize-an-array/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
