<?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>masterlevel &#187; root</title>
	<atom:link href="http://www.masterlevel.de/blog/tag/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masterlevel.de/blog</link>
	<description>Manche Sachen vergißt man, weil man sie nicht oft braucht - deshalb stehen sie hier...</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:58:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Variable oder Funktion im root ansprechen</title>
		<link>http://www.masterlevel.de/blog/2010/02/11/variable-oder-funktion-im-root-ansprechen/</link>
		<comments>http://www.masterlevel.de/blog/2010/02/11/variable-oder-funktion-im-root-ansprechen/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 14:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[MovieClip]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[_root]]></category>

		<guid isPermaLink="false">http://www.masterlevel.de/blog/?p=69</guid>
		<description><![CDATA[willst du aus einem Movieclip eine Variable in root setzen früher _root.myVar = true; so geht das unter AS3: MovieClip&#40;root&#41;.myVar = true;]]></description>
			<content:encoded><![CDATA[<p>willst du aus einem Movieclip eine Variable in root setzen</p>
<p>früher</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"> <span style="color: #0066CC;">_root</span>.<span style="color: #006600;">myVar</span> = <span style="color: #000000; font-weight: bold;">true</span>;</pre></div></div>

<p>so geht das unter AS3:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">MovieClip</span><span style="color: #66cc66;">&#40;</span>root<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">myVar</span> = <span style="color: #000000; font-weight: bold;">true</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.masterlevel.de/blog/2010/02/11/variable-oder-funktion-im-root-ansprechen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

