<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Winkyboy</title>
<link>http://snipplr.com/users/Winkyboy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 11:37:03 GMT</pubDate>
<item>
<title>(ActionScript) AS2 Kerning dynamic text fields</title>
<link>http://snipplr.com/view/9928/as2-kerning-dynamic-text-fields/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Nov 2008 20:35:31 GMT</pubDate>
<guid>http://snipplr.com/view/9928/as2-kerning-dynamic-text-fields/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 ComboBox "onSelect" changing</title>
<link>http://snipplr.com/view/9605/as3-combobox-onselect-changing/</link>
<description><![CDATA[ <p>I copied this from my working example and tweaked some lines to make it generic.  Thus there MAY be a typo which I haven't checked for, but probably not.  This is what's needed to have something change upon selection of an item in a ComboBox.</p> ]]></description>
<pubDate>Mon, 10 Nov 2008 11:56:08 GMT</pubDate>
<guid>http://snipplr.com/view/9605/as3-combobox-onselect-changing/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 MovieClip-as-a-Button Easy Function</title>
<link>http://snipplr.com/view/9553/as3-movieclipasabutton-easy-function/</link>
<description><![CDATA[ <p>Because making a button out of a movieclip in AS3 is ridiculously code-heavy, I wrote a simple function to set the needed values with only a couple of lines.  You need the function placed within your code, after which you simply call it and then define the over/out/click functions for your movieclip.</p> ]]></description>
<pubDate>Fri, 07 Nov 2008 12:23:44 GMT</pubDate>
<guid>http://snipplr.com/view/9553/as3-movieclipasabutton-easy-function/</guid>
</item>
<item>
<title>(ActionScript) AS2 Basic Steam Particles; requires MC Tween</title>
<link>http://snipplr.com/view/9552/as2-basic-steam-particles-requires-mc-tween/</link>
<description><![CDATA[ <p>This is a CS3/AS2 Flash file containing a simple particle system.  It requires the use of MC Tween (http://hosted.zeh.com.br/mctween/).</p> ]]></description>
<pubDate>Fri, 07 Nov 2008 11:49:21 GMT</pubDate>
<guid>http://snipplr.com/view/9552/as2-basic-steam-particles-requires-mc-tween/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 getURL / navigateToURL (How to make clickable links in AS3)</title>
<link>http://snipplr.com/view/9312/as3-geturl--navigatetourl-how-to-make-clickable-links-in-as3/</link>
<description><![CDATA[ <p>Shown in the source are the actual code, shorthand of the code, and Steven Sacks' simple-but-sweet rendition of getURL done in AS3, which requires the downloadable class from his site.</p> ]]></description>
<pubDate>Mon, 27 Oct 2008 11:28:03 GMT</pubDate>
<guid>http://snipplr.com/view/9312/as3-geturl--navigatetourl-how-to-make-clickable-links-in-as3/</guid>
</item>
<item>
<title>(ActionScript) AS2 onDragOver Functional Replacement</title>
<link>http://snipplr.com/view/9059/as2-ondragover-functional-replacement/</link>
<description><![CDATA[ <p>Because onDragOver in AS2 doesn't really work, here is some script for actually detecting whether the mouse button is held down when rolling over something.  NOTE that for ideal usage, you will have to write some actual collision detection between the cursor (_xmouse /_ymouse) and whatever object(s) you wish to roll over.</p> ]]></description>
<pubDate>Thu, 16 Oct 2008 10:55:09 GMT</pubDate>
<guid>http://snipplr.com/view/9059/as2-ondragover-functional-replacement/</guid>
</item>
<item>
<title>(ActionScript) Mousedown on actionscript button</title>
<link>http://snipplr.com/view/8272/mousedown-on-actionscript-button/</link>
<description><![CDATA[ <p>Code for allowing users to hold the mouse button down on a movie clip (button) for a constant effect.</p> ]]></description>
<pubDate>Tue, 09 Sep 2008 10:40:58 GMT</pubDate>
<guid>http://snipplr.com/view/8272/mousedown-on-actionscript-button/</guid>
</item>
<item>
<title>(ActionScript) AS2 convert string to date</title>
<link>http://snipplr.com/view/7620/as2-convert-string-to-date/</link>
<description><![CDATA[ <p>This function takes a string containing a date in "mm/dd/yyyy" or "m/d/yyyy" format and converts it to a date object in AS2.</p> ]]></description>
<pubDate>Thu, 31 Jul 2008 12:23:46 GMT</pubDate>
<guid>http://snipplr.com/view/7620/as2-convert-string-to-date/</guid>
</item>
<item>
<title>(JavaScript) Mouseover / mouseout event fix: isMouseLeaveOrEnter</title>
<link>http://snipplr.com/view/5259/mouseover--mouseout-event-fix-ismouseleaveorenter/</link>
<description><![CDATA[ <p>Usage: onmouseout='if (isMouseLeaveOrEnter(event, this)) YourActionHere();' onmouseover='if (isMouseLeaveOrEnter(event, this)) YourOtherActionHere();'</p> ]]></description>
<pubDate>Mon, 03 Mar 2008 12:05:57 GMT</pubDate>
<guid>http://snipplr.com/view/5259/mouseover--mouseout-event-fix-ismouseleaveorenter/</guid>
</item>
<item>
<title>(ActionScript) Scrollbar for dynamic text</title>
<link>http://snipplr.com/view/5133/scrollbar-for-dynamic-text/</link>
<description><![CDATA[ <p>I'm not sure where this comes from, although it looks official.  It's easy to implement, but to change the height of the scrollbar you have to delve into the developer assets folder within the FLA.</p> ]]></description>
<pubDate>Wed, 20 Feb 2008 17:21:03 GMT</pubDate>
<guid>http://snipplr.com/view/5133/scrollbar-for-dynamic-text/</guid>
</item>
<item>
<title>(CSS) Superb 3-column tableless layout</title>
<link>http://snipplr.com/view/4567/superb-3column-tableless-layout/</link>
<description><![CDATA[ <p>Also see the automagic column builder on this page. 

YOU NEED THIS FILE TOO!   Place it in the subfolder, "css/".

http://snipurl.com/3col_support_css</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 15:46:09 GMT</pubDate>
<guid>http://snipplr.com/view/4567/superb-3column-tableless-layout/</guid>
</item>
<item>
<title>(CSS) Conditional CSS for FF, IE7, IE6</title>
<link>http://snipplr.com/view/4564/conditional-css-for-ff-ie7-ie6/</link>
<description><![CDATA[ <p>Set different values for an element based on browser (specifically, how the browser interprets the CSS).  Definitions must be in order as shown below because newer definitions override existing.

The first setting will apply to all browsers.  
The second setting (using a pound symbol, #) will only apply to Microsoft Internet Explorer.
The third setting (an underscore, _ ) will only apply to IE browsers 6.0 and older.</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 15:23:39 GMT</pubDate>
<guid>http://snipplr.com/view/4564/conditional-css-for-ff-ie7-ie6/</guid>
</item>
</channel>
</rss>