<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeff Winkworth&#039;s IMM Blog &#187; tips</title>
	<atom:link href="http://www.anti-pattern.net/immblog/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anti-pattern.net/immblog</link>
	<description>Interactive Multimedia, in print form!</description>
	<lastBuildDate>Sun, 11 Apr 2010 00:48:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Learning a new thing everyday &#8211; AS3 Tips and Tricks</title>
		<link>http://www.anti-pattern.net/immblog/2009/05/04/learning-a-new-thing-everyday-as3-tips-and-tricks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learning-a-new-thing-everyday-as3-tips-and-tricks</link>
		<comments>http://www.anti-pattern.net/immblog/2009/05/04/learning-a-new-thing-everyday-as3-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 05 May 2009 01:54:00 +0000</pubDate>
		<dc:creator>Jeff Winkworth</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[fitc]]></category>
		<category><![CDATA[flash-player-10]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.anti-pattern.net/immblog/?p=22</guid>
		<description><![CDATA[While wandering the floor during day 3 of Flash in the Can (an article about the rest of the conference coming soon), I ended up sitting in on the end of R. Blank&#8217;s Get off your ass and start using AS3 already!. While I figured the core subject matter would be things I already know [...]]]></description>
			<content:encoded><![CDATA[<p>While wandering the floor during day 3 of <a href="http://www.fitc.ca/events/presentations/presentation.cfm?event=79&amp;presentation_id=779">Flash in the Can</a> (an article about the rest of the conference coming soon), I ended up sitting in on the end of R. Blank&#8217;s <a href="http://www.fitc.ca/events/presentations/presentation.cfm?event=79&amp;presentation_id=779">Get off your ass and start using AS3 already!</a>. While I figured the core subject matter would be things I already know (my only experience with Flash is in AS3), I was surprised to learn a few new tricks. Some are new features to Flash Player 10, and others are just things  I never picked up before:</p>
<ul>
<li>You can change the frame rate at runtime via <span style="color: #003366;">Stage.frameRate</span></li>
<li><span style="color: #003366;">Event.ENTER_FRAME</span> is dispatched as the frame rendering begins, and <span style="color: #003366;">Event.EXIT_FRAME</span> (new to Flash 10) is upon completion.</li>
<li>You can enable Color Correction via <span style="color: #003366;">Stage.colorCorrection = ColorCorrection.ON</span></li>
<li><a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/utils/package.html#describeType()">flash.utils.describeType()</a> will return an XML formatted string of advanced information of any object type &#8211; much easier to decipher than <span style="color: #003366;">[object object]</span></li>
<li><span style="color: #003366;">MouseEvent.MOUSE_LEAVE</span> will determine when the mouse moves off the stage / the swf leaves focus</li>
</ul>
<p>Nothing too fancy, but they are tidbits that I will definitely use during my day-to-day coding. I&#8217;m glad I poked my head in during some down time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anti-pattern.net/immblog/2009/05/04/learning-a-new-thing-everyday-as3-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

