<?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-3/tags/event</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 20:36:19 GMT</pubDate>
<item>
<title>(ActionScript 3) EventCentral - GunnarHKarlsson</title>
<link>http://snipplr.com/view/59187/eventcentral/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Sep 2011 11:01:36 GMT</pubDate>
<guid>http://snipplr.com/view/59187/eventcentral/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 FlashDevelop New Event Template - adrianparr</title>
<link>http://snipplr.com/view/48616/as3-flashdevelop-new-event-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Feb 2011 23:02:20 GMT</pubDate>
<guid>http://snipplr.com/view/48616/as3-flashdevelop-new-event-template/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Event - kwanhon</title>
<link>http://snipplr.com/view/48267/as3-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Feb 2011 13:36:57 GMT</pubDate>
<guid>http://snipplr.com/view/48267/as3-event/</guid>
</item>
<item>
<title>(ActionScript 3) Mouse Event - bradvanspriellgmailcom</title>
<link>http://snipplr.com/view/42324/mouse-event/</link>
<description><![CDATA[ <p>This shows Mouse Event code and an example of use</p> ]]></description>
<pubDate>Fri, 15 Oct 2010 06:04:40 GMT</pubDate>
<guid>http://snipplr.com/view/42324/mouse-event/</guid>
</item>
<item>
<title>(ActionScript 3) Passing Data with Custom Events in AS3 - bshantz</title>
<link>http://snipplr.com/view/41351/passing-data-with-custom-events-in-as3/</link>
<description><![CDATA[ <p>This is an event class that lets you package related events together and send custom data with the event, very useful for MVC applications.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 14:55:36 GMT</pubDate>
<guid>http://snipplr.com/view/41351/passing-data-with-custom-events-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) pfunv - gilloub</title>
<link>http://snipplr.com/view/40966/pfunv/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Sep 2010 19:05:35 GMT</pubDate>
<guid>http://snipplr.com/view/40966/pfunv/</guid>
</item>
<item>
<title>(ActionScript 3) Actionscript 3 Simple Event Listeners - _mantra</title>
<link>http://snipplr.com/view/36564/actionscript-3-simple-event-listeners/</link>
<description><![CDATA[ <p>simple how-to adding an event listener to a button or movieClip and trace the target name.</p> ]]></description>
<pubDate>Thu, 01 Jul 2010 13:53:27 GMT</pubDate>
<guid>http://snipplr.com/view/36564/actionscript-3-simple-event-listeners/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Create an Event Dispatcher and Listener - visualadvance</title>
<link>http://snipplr.com/view/29373/as3-create-an-event-dispatcher-and-listener/</link>
<description><![CDATA[ <p>This can be handy for a quick event dispatching without having to create a custom event class. This one in particular is "bubbling up" (true), and not cancelable (false).</p> ]]></description>
<pubDate>Sat, 06 Mar 2010 11:29:25 GMT</pubDate>
<guid>http://snipplr.com/view/29373/as3-create-an-event-dispatcher-and-listener/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Use Dictionary Obect to Store Values Associated with MovieClips - adrianparr</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: Stage Focus - visualadvance</title>
<link>http://snipplr.com/view/18183/as3-stage-focus/</link>
<description><![CDATA[ <p>Lets you know if you are off the flash movie. Handy for when games lose focus so you can pause it. Please note that this doesn't work in all browsers properly.</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 14:01:38 GMT</pubDate>
<guid>http://snipplr.com/view/18183/as3-stage-focus/</guid>
</item>
<item>
<title>(ActionScript 3) Restrict TextField to N Words instead of N Characters - sidneydekoning</title>
<link>http://snipplr.com/view/18144/restrict-textfield-to-n-words-instead-of-n-characters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Aug 2009 13:08:59 GMT</pubDate>
<guid>http://snipplr.com/view/18144/restrict-textfield-to-n-words-instead-of-n-characters/</guid>
</item>
<item>
<title>(ActionScript 3) KeyPress/keyboard events handling in Flex AS3 - mprabhuram</title>
<link>http://snipplr.com/view/16982/keypresskeyboard-events-handling-in-flex-as3/</link>
<description><![CDATA[ <p>Use this code to handle keypress/keyboard events</p> ]]></description>
<pubDate>Tue, 14 Jul 2009 02:38:44 GMT</pubDate>
<guid>http://snipplr.com/view/16982/keypresskeyboard-events-handling-in-flex-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Custom Event With Parameter - pfeisinger</title>
<link>http://snipplr.com/view/14706/custom-event-with-parameter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 May 2009 11:10:15 GMT</pubDate>
<guid>http://snipplr.com/view/14706/custom-event-with-parameter/</guid>
</item>
<item>
<title>(ActionScript 3) Targeting Sending MovieClip's in EventListener Function - allnatural</title>
<link>http://snipplr.com/view/13130/targeting-sending-movieclips-in-eventlistener-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Mar 2009 14:57:03 GMT</pubDate>
<guid>http://snipplr.com/view/13130/targeting-sending-movieclips-in-eventlistener-function/</guid>
</item>
<item>
<title>(ActionScript 3) on fullscreen exit event - arpo</title>
<link>http://snipplr.com/view/11565/on-fullscreen-exit-event/</link>
<description><![CDATA[ <p>This is a way to detect when Flash exit full screen mode.</p> ]]></description>
<pubDate>Tue, 27 Jan 2009 04:37:10 GMT</pubDate>
<guid>http://snipplr.com/view/11565/on-fullscreen-exit-event/</guid>
</item>
<item>
<title>(ActionScript 3) Add to Stage Event Listener - blainejoubert</title>
<link>http://snipplr.com/view/11407/add-to-stage-event-listener/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Jan 2009 09:13:44 GMT</pubDate>
<guid>http://snipplr.com/view/11407/add-to-stage-event-listener/</guid>
</item>
<item>
<title>(ActionScript 3) cairngormEvent CONTROL - t3flexdev</title>
<link>http://snipplr.com/view/7638/cairngormevent-control/</link>
<description><![CDATA[ <p>PACKAGE replace -> com.yourdomain.control
CLASSFILENAME replace -> com.yourdomain.control - folder > MyCustomEvent.as</p> ]]></description>
<pubDate>Fri, 01 Aug 2008 12:05:45 GMT</pubDate>
<guid>http://snipplr.com/view/7638/cairngormevent-control/</guid>
</item>
<item>
<title>(ActionScript 3) Actionscript Custom Event - gfazioli</title>
<link>http://snipplr.com/view/6551/actionscript-custom-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 02 Jun 2008 18:39:28 GMT</pubDate>
<guid>http://snipplr.com/view/6551/actionscript-custom-event/</guid>
</item>
<item>
<title>(ActionScript 3) onEnterFrame Event using Actionscript 3 - mswallace</title>
<link>http://snipplr.com/view/3038/onenterframe-event-using-actionscript-3/</link>
<description><![CDATA[ <p>Got this out of the o'reilly ActionScript 3.0 Cookbook</p> ]]></description>
<pubDate>Tue, 26 Jun 2007 06:19:29 GMT</pubDate>
<guid>http://snipplr.com/view/3038/onenterframe-event-using-actionscript-3/</guid>
</item>
</channel>
</rss>