<?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>DesignFission &#187; function</title>
	<atom:link href="http://www.designfission.com/blog/tag/function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designfission.com/blog</link>
	<description>Flash, Web, Javascript and everything else</description>
	<lastBuildDate>Sun, 25 Dec 2011 18:31:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AS3: remove All Children in a DisplayObject</title>
		<link>http://www.designfission.com/blog/2010/01/05/as3-remove-all-movieclips-and-sprites-in-a-displayobject/</link>
		<comments>http://www.designfission.com/blog/2010/01/05/as3-remove-all-movieclips-and-sprites-in-a-displayobject/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:00:57 +0000</pubDate>
		<dc:creator>Edwin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://designfission.com/blog/2010/01/05/as3-remove-all-movieclips-and-sprites-in-a-displayobject/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: as3; title: ; notranslate">
function removeChildrenOf(mc:MovieClip):void{
	if(mc_mc.numChildren!=0){
		var k:int = mc.numChildren;
		while( k -- )
		{
			mc.removeChildAt( k );
		}
	}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.designfission.com/blog/2010/01/05/as3-remove-all-movieclips-and-sprites-in-a-displayobject/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Content Delivery Network via dfblog.qwertydesign.netdna-cdn.com

Served from: www.designfission.com @ 2012-02-06 14:04:00 -->
