<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - adrianparr</title>
<link>http://snipplr.com/users/adrianparr/language/actionscript-3/tags/Value</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 12:27:26 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3 MathUtils static class</title>
<link>http://snipplr.com/view/65581/as3-mathutils-static-class/</link>
<description><![CDATA[ <p>Credit goes to Bruno Imbrizi.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 02:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/65581/as3-mathutils-static-class/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Map a Number within one range to another range</title>
<link>http://snipplr.com/view/65580/as3-map-a-number-within-one-range-to-another-range/</link>
<description><![CDATA[ <p>Credit goes to Bruno Imbrizi.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 02:53:34 GMT</pubDate>
<guid>http://snipplr.com/view/65580/as3-map-a-number-within-one-range-to-another-range/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Decimal To Hex</title>
<link>http://snipplr.com/view/60387/as3-decimal-to-hex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Nov 2011 04:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/60387/as3-decimal-to-hex/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 RGB Colours (object) to HSB Colours (Object)</title>
<link>http://snipplr.com/view/48686/as3-rgb-colours-object-to-hsb-colours-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Feb 2011 22:38:38 GMT</pubDate>
<guid>http://snipplr.com/view/48686/as3-rgb-colours-object-to-hsb-colours-object/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Search for a Value in Array and Return it's Position Index</title>
<link>http://snipplr.com/view/29889/as3-search-for-a-value-in-array-and-return-its-position-index/</link>
<description><![CDATA[ <p>If the item cannot be found then the return value is NaN. This function only returns the index of the first occurence found, so it's not very good if you have multiple occurrences of the same value in the array.</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 10:00:05 GMT</pubDate>
<guid>http://snipplr.com/view/29889/as3-search-for-a-value-in-array-and-return-its-position-index/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Use Dictionary Obect to Store Values Associated with MovieClips</title>
<link>http://snipplr.com/view/29331/as3-use-dictionary-obect-to-store-values-associated-with-movieclips/</link>
<description><![CDATA[ <p>To do this sort of thing (ie. passing values to an onRelease event handler) in AS2 I would have used Joey Lott's Proxy class, which was similar to Delegate.
To do this in AS3 you could create your own custom class which extends MovieClip and then store the value as a property which can then be retrieved in the event handler, but sometime just using a Dictionary Object is easier and quicker.</p> ]]></description>
<pubDate>Fri, 05 Mar 2010 05:47:30 GMT</pubDate>
<guid>http://snipplr.com/view/29331/as3-use-dictionary-obect-to-store-values-associated-with-movieclips/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert a Percentage to a Value</title>
<link>http://snipplr.com/view/22709/as3-convert-a-percentage-to-a-value/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Nov 2009 19:34:56 GMT</pubDate>
<guid>http://snipplr.com/view/22709/as3-convert-a-percentage-to-a-value/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert a Value to a Percentage</title>
<link>http://snipplr.com/view/22708/as3-convert-a-value-to-a-percentage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Nov 2009 19:34:13 GMT</pubDate>
<guid>http://snipplr.com/view/22708/as3-convert-a-value-to-a-percentage/</guid>
</item>
</channel>
</rss>