<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AS3 &#8220;with&#8221; keyword and casting</title>
	<atom:link href="http://flassari.is/2010/07/as3-with-keyword-and-casting/feed/" rel="self" type="application/rss+xml" />
	<link>http://flassari.is/2010/07/as3-with-keyword-and-casting/</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 14:10:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: jooj</title>
		<link>http://flassari.is/2010/07/as3-with-keyword-and-casting/#comment-970</link>
		<dc:creator>jooj</dc:creator>
		<pubDate>Fri, 16 Dec 2011 08:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://flassari.is/?p=321#comment-970</guid>
		<description>Simpler:

var child:MovieClip = getChildThatMightBeMovieClip() as MovieClip;
 
if (child) {
    ...
}</description>
		<content:encoded><![CDATA[<p>Simpler:</p>
<p>var child:MovieClip = getChildThatMightBeMovieClip() as MovieClip;</p>
<p>if (child) {<br />
    &#8230;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

