<?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/trace</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 14:18:48 GMT</pubDate>
<item>
<title>(ActionScript 3) Debug Window - baconandgames</title>
<link>http://snipplr.com/view/63833/debug-window/</link>
<description><![CDATA[ <p>This is a very simple class that adds an output window to any DisplayObject. You can use this instead of trace()
if you'd like to debug in the browser wihtout having to install the debut player and deal with FlashTracer or any 
of that nonsense.

While I recommend removing all usage of this when your project is complete, you *COULD* simply set the instance of
your DebugWindow enabled to false. This will hide it from view, unregister from all events and stop writing text to
the output window. Removing it from the stage will also unregister the listener events by default

-- USAGE TIPS --

SHIFT + SPACE 	- Toggle visibility of DebugWindow
CTRL + UP 		- Scroll contents of DebugWindow up (CMD on Mac)
CTRL + DOWN		- Scroll contents of DebugWindow down (CMD on Mac)
Double Click	- Hide DebugWindow
Click &amp; Drag	- Move DebugWindow

There are plenty of other minor features I considered adding, but ultimately I wanted to keep it simple and lightweight.</p> ]]></description>
<pubDate>Sat, 10 Mar 2012 06:00:20 GMT</pubDate>
<guid>http://snipplr.com/view/63833/debug-window/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Show Embedded Fonts - adrianparr</title>
<link>http://snipplr.com/view/54968/as3-show-embedded-fonts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Jun 2011 23:43:02 GMT</pubDate>
<guid>http://snipplr.com/view/54968/as3-show-embedded-fonts/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Trace Out Filters Applied to a DisplayObject - adrianparr</title>
<link>http://snipplr.com/view/54634/as3-trace-out-filters-applied-to-a-displayobject/</link>
<description><![CDATA[ <p>All credit for this goes to Rob at calypso88.</p> ]]></description>
<pubDate>Tue, 31 May 2011 17:16:44 GMT</pubDate>
<guid>http://snipplr.com/view/54634/as3-trace-out-filters-applied-to-a-displayobject/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Keep Track of Where FocusRect Is Whilst Tabbing - adrianparr</title>
<link>http://snipplr.com/view/37476/as3-keep-track-of-where-focusrect-is-whilst-tabbing/</link>
<description><![CDATA[ <p>This code traces out the name (and display list path) of the object that currently has focus. This handy when you are testing the tab order and you can't see a yellow rectangle anywhere.</p> ]]></description>
<pubDate>Fri, 16 Jul 2010 01:21:18 GMT</pubDate>
<guid>http://snipplr.com/view/37476/as3-keep-track-of-where-focusrect-is-whilst-tabbing/</guid>
</item>
<item>
<title>(ActionScript 3) Tracing Objects in AS3 - martijnbleyen</title>
<link>http://snipplr.com/view/36555/tracing-objects-in-as3/</link>
<description><![CDATA[ <p>neat little function to easily trace objects in as3</p> ]]></description>
<pubDate>Thu, 01 Jul 2010 03:39:18 GMT</pubDate>
<guid>http://snipplr.com/view/36555/tracing-objects-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Trace Object - petterdr</title>
<link>http://snipplr.com/view/31121/trace-object/</link>
<description><![CDATA[ <p>replace event.info with the object name</p> ]]></description>
<pubDate>Thu, 08 Apr 2010 18:55:08 GMT</pubDate>
<guid>http://snipplr.com/view/31121/trace-object/</guid>
</item>
<item>
<title>(ActionScript 3) ActionScript 3 print_r - frankyfish</title>
<link>http://snipplr.com/view/29913/actionscript-3-printr/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Mar 2010 15:10:57 GMT</pubDate>
<guid>http://snipplr.com/view/29913/actionscript-3-printr/</guid>
</item>
<item>
<title>(ActionScript 3) actionscript3 -  trace actions to get info about cuepoints in FLV video - stiobhart</title>
<link>http://snipplr.com/view/15599/actionscript3---trace-actions-to-get-info-about-cuepoints-in-flv-video/</link>
<description><![CDATA[ <p>this is a handy snippet to trace the info about any cuepoints actionscript encounters, embedded in a FLV [flash video].  these traces will display the name, type and time of the cuepoint - in a nicely formatted list</p> ]]></description>
<pubDate>Sat, 06 Jun 2009 06:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/15599/actionscript3---trace-actions-to-get-info-about-cuepoints-in-flv-video/</guid>
</item>
<item>
<title>(ActionScript 3) Multiple values in one trace statement - allnatural</title>
<link>http://snipplr.com/view/12771/multiple-values-in-one-trace-statement/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Mar 2009 11:51:58 GMT</pubDate>
<guid>http://snipplr.com/view/12771/multiple-values-in-one-trace-statement/</guid>
</item>
</channel>
</rss>