<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - IsoJon</title>
<link>http://snipplr.com/users/IsoJon</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 22:37:16 GMT</pubDate>
<item>
<title>(ActionScript 3) Simple little loader utility</title>
<link>http://snipplr.com/view/38283/simple-little-loader-utility/</link>
<description><![CDATA[ <p>When you just need something small and simple.</p> ]]></description>
<pubDate>Wed, 04 Aug 2010 01:12:53 GMT</pubDate>
<guid>http://snipplr.com/view/38283/simple-little-loader-utility/</guid>
</item>
<item>
<title>(ActionScript 3) Easily Target a URL with the Window Method of Your Choice</title>
<link>http://snipplr.com/view/36978/easily-target-a-url-with-the-window-method-of-your-choice/</link>
<description><![CDATA[ <p>Great little snippet I use to target an external link.</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 02:48:10 GMT</pubDate>
<guid>http://snipplr.com/view/36978/easily-target-a-url-with-the-window-method-of-your-choice/</guid>
</item>
<item>
<title>(ActionScript 3) Date Detector - Changes Date According to System Clock</title>
<link>http://snipplr.com/view/36818/date-detector--changes-date-according-to-system-clock/</link>
<description><![CDATA[ <p>Useful for event dates - looks at the computers clock and tells the user when something will be available (e.g. this friday, tomorrow, etc). In this example I'm just using the day of a month, but you can use any part/the full date if you desire. 

Help me make this snippet better!</p> ]]></description>
<pubDate>Wed, 07 Jul 2010 07:54:50 GMT</pubDate>
<guid>http://snipplr.com/view/36818/date-detector--changes-date-according-to-system-clock/</guid>
</item>
<item>
<title>(ActionScript 3) Find Random Number in Range</title>
<link>http://snipplr.com/view/36817/find-random-number-in-range/</link>
<description><![CDATA[ <p>Always need one of these on hand. Feed it a minimum number and a maximum number and it returns a random within that range. Super useful.</p> ]]></description>
<pubDate>Wed, 07 Jul 2010 07:37:29 GMT</pubDate>
<guid>http://snipplr.com/view/36817/find-random-number-in-range/</guid>
</item>
<item>
<title>(ActionScript 3) Get Color Array of handdrawn Gradient</title>
<link>http://snipplr.com/view/36637/get-color-array-of-handdrawn-gradient/</link>
<description><![CDATA[ <p>I created this snippet as a small utility to populate Michael Vandaniker's Heat Map application with it's necessary gradient information.  

It makes it possible to extract a color array for every pixel of a hand drawn gradient (giving you tons of control over the color and style of the gradient). Check out Michael's Heat Map application here: http://michaelvandaniker.com/blog/2008/07/06/how-to-make-heat-maps-in-flex/

I think this could have numerous other applications. Make something cool.</p> ]]></description>
<pubDate>Sat, 03 Jul 2010 07:51:27 GMT</pubDate>
<guid>http://snipplr.com/view/36637/get-color-array-of-handdrawn-gradient/</guid>
</item>
<item>
<title>(ActionScript 3) Rotate an Item based on Mouse Position</title>
<link>http://snipplr.com/view/36619/rotate-an-item-based-on-mouse-position/</link>
<description><![CDATA[ <p>This is a simple snippet to rotate an item with the mouse\'s position at a fixed point.</p> ]]></description>
<pubDate>Fri, 02 Jul 2010 23:07:21 GMT</pubDate>
<guid>http://snipplr.com/view/36619/rotate-an-item-based-on-mouse-position/</guid>
</item>
<item>
<title>(ActionScript 3) Change Image from Color to Grayscale</title>
<link>http://snipplr.com/view/36618/change-image-from-color-to-grayscale/</link>
<description><![CDATA[ <p>With this snippet you can change your color image from the library to grayscale (or it can be augmented to use any other color transform)</p> ]]></description>
<pubDate>Fri, 02 Jul 2010 23:02:26 GMT</pubDate>
<guid>http://snipplr.com/view/36618/change-image-from-color-to-grayscale/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Clicktag - Works for Multiple ClickTag Variables</title>
<link>http://snipplr.com/view/36597/as3-clicktag--works-for-multiple-clicktag-variables/</link>
<description><![CDATA[ <p>This snippet will place a button the size of your stage (actually 100 px taller to take care of a flash bug) as well as look for clickTag and clicktag variables, you can always change it so that it looks for whatever variable you want.  I purposely left it a little verbose so that its easy to see what the application is looking for. When you're done using it, try using the Banner Flow clickTest to check that it works. http://bannerflow.com/clicktest/

Clicking this in the IDE will not return a blank window like an as2 clickTag, instead you will see a notification in the trace window.</p> ]]></description>
<pubDate>Fri, 02 Jul 2010 09:07:40 GMT</pubDate>
<guid>http://snipplr.com/view/36597/as3-clicktag--works-for-multiple-clicktag-variables/</guid>
</item>
<item>
<title>(ActionScript 3) Create Dotted Line (made of any shape/MC)</title>
<link>http://snipplr.com/view/29610/create-dotted-line-made-of-any-shapemc/</link>
<description><![CDATA[ <p>You can replace the library item with whatever you want, or draw a shape in actionscript to use. 

TweenMax is used in this snippet, get it here: http://www.greensock.com/tweenmax/ and thank Jack Doyle for being great by donating.</p> ]]></description>
<pubDate>Thu, 11 Mar 2010 11:01:17 GMT</pubDate>
<guid>http://snipplr.com/view/29610/create-dotted-line-made-of-any-shapemc/</guid>
</item>
</channel>
</rss>