<?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: Create Empty MovieClip Dynamically in AS3</title>
	<atom:link href="http://newsourcemedia.com/blog/create-empty-movieclip-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog/create-empty-movieclip-in-as3/</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:40:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pipz</title>
		<link>http://newsourcemedia.com/blog/create-empty-movieclip-in-as3/comment-page-1/#comment-497</link>
		<dc:creator>pipz</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/?p=571#comment-497</guid>
		<description>how about placing a single movie clip on 2 movie clips let&#039;s say I have a movie clip named imgContainer, and it has a set of images in it.


for(i=0;i &lt; 2;i++){

var myMC:MovieClip = new MovieClip();
myMC.x = 50;
myMC.y = 50;
myMC.name = &quot;mc_&quot; + i;

myMC.addChild(imgContainer);
 
}

addChild(myMC);

Basically, I want to append 2 image containers in this scenario, but it won&#039;t just happen. Not sure why and how to do it in AS3. Thanks!</description>
		<content:encoded><![CDATA[<p>how about placing a single movie clip on 2 movie clips let&#8217;s say I have a movie clip named imgContainer, and it has a set of images in it.</p>
<p>for(i=0;i &lt; 2;i++){</p>
<p>var myMC:MovieClip = new MovieClip();<br />
myMC.x = 50;<br />
myMC.y = 50;<br />
myMC.name = &quot;mc_&quot; + i;</p>
<p>myMC.addChild(imgContainer);</p>
<p>}</p>
<p>addChild(myMC);</p>
<p>Basically, I want to append 2 image containers in this scenario, but it won&#039;t just happen. Not sure why and how to do it in AS3. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->