<?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: Creating MovieClips dynamically at run-time using the Linkage Class</title>
	<atom:link href="http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/feed" rel="self" type="application/rss+xml" />
	<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class</link>
	<description>AS3 and Indie Game Development</description>
	<lastBuildDate>Tue, 07 Sep 2010 20:21:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: AlexG</title>
		<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/comment-page-1#comment-2422</link>
		<dc:creator>AlexG</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.photonstorm.com/?p=620#comment-2422</guid>
		<description>WOW really great
I used much harder methods to duplicate mclips</description>
		<content:encoded><![CDATA[<p>WOW really great<br />
I used much harder methods to duplicate mclips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deeperbeige</title>
		<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/comment-page-1#comment-1822</link>
		<dc:creator>Deeperbeige</dc:creator>
		<pubDate>Wed, 16 Sep 2009 12:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.photonstorm.com/?p=620#comment-1822</guid>
		<description>Nice one! I&#039;ve modified it slightly so it works on library Sound items too. It&#039;s now an essential part of my core utils. Cheers!</description>
		<content:encoded><![CDATA[<p>Nice one! I&#8217;ve modified it slightly so it works on library Sound items too. It&#8217;s now an essential part of my core utils. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Creating MovieClips dynamically at run-time using the Linkage Class &#124; Photon Storm -- Topsy.com</title>
		<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/comment-page-1#comment-1821</link>
		<dc:creator>Tweets that mention Creating MovieClips dynamically at run-time using the Linkage Class &#124; Photon Storm -- Topsy.com</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.photonstorm.com/?p=620#comment-1821</guid>
		<description>[...] This post was mentioned on Twitter by Richard Davey. Richard Davey said: New blog post: Creating MovieClips dynamically at run-time using the Linkage Class http://bit.ly/114iFW [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Richard Davey. Richard Davey said: New blog post: Creating MovieClips dynamically at run-time using the Linkage Class <a href="http://bit.ly/114iFW" rel="nofollow">http://bit.ly/114iFW</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/comment-page-1#comment-1820</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.photonstorm.com/?p=620#comment-1820</guid>
		<description>Josh: Yes. I found an issue in my project where some of the linkage strings hadn&#039;t been stored correctly, so I&#039;ve updated the code above to count for this (returns an empty movieclip if the class doesn&#039;t exist), and removed the un-needed object cast you were referring to.</description>
		<content:encoded><![CDATA[<p>Josh: Yes. I found an issue in my project where some of the linkage strings hadn&#8217;t been stored correctly, so I&#8217;ve updated the code above to count for this (returns an empty movieclip if the class doesn&#8217;t exist), and removed the un-needed object cast you were referring to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/comment-page-1#comment-1818</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.photonstorm.com/?p=620#comment-1818</guid>
		<description>I think you have an extra step in there. Doesn&#039;t libraryReference == sourceClass?</description>
		<content:encoded><![CDATA[<p>I think you have an extra step in there. Doesn&#8217;t libraryReference == sourceClass?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HybridMind</title>
		<link>http://www.photonstorm.com/archives/620/creating-movieclips-dynamically-at-run-time-using-the-linkage-class/comment-page-1#comment-1817</link>
		<dc:creator>HybridMind</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.photonstorm.com/?p=620#comment-1817</guid>
		<description>Wow.. nice and simple!  I&#039;ve often encountered this or similar problems but hadn&#039;t had a big enough case to bother figuring this out yet.  I was familiar with how to do similar things with Ruby and was assuming there had to be something like this too for actionscript.  Glad there is.  Thanks for putting this together.. I&#039;m totally snagging it and adding it to my utils class as well.  :)</description>
		<content:encoded><![CDATA[<p>Wow.. nice and simple!  I&#8217;ve often encountered this or similar problems but hadn&#8217;t had a big enough case to bother figuring this out yet.  I was familiar with how to do similar things with Ruby and was assuming there had to be something like this too for actionscript.  Glad there is.  Thanks for putting this together.. I&#8217;m totally snagging it and adding it to my utils class as well.  <img src='http://www.photonstorm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
