<?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: Why doesn&#8217;t the &#8220;parent&#8221; property work the same in ActionScript 3?</title>
	<atom:link href="http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/</link>
	<description>Josh Tynjala explores Flash, Flex, and ActionScript.</description>
	<lastBuildDate>Sat, 31 Jul 2010 02:55:11 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jose</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-74954</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Sat, 24 Jul 2010 02:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-74954</guid>
		<description>Guy you are awesome thx for helping me with this. for a moment i thought parent was unaccessible from asc3 and was a little bi limitedfor a year to he point i couldn&#039;t create my age of empires likegame now i can thx a lot</description>
		<content:encoded><![CDATA[<p>Guy you are awesome thx for helping me with this. for a moment i thought parent was unaccessible from asc3 and was a little bi limitedfor a year to he point i couldn&#8217;t create my age of empires likegame now i can thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ippolit</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-74585</link>
		<dc:creator>ippolit</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-74585</guid>
		<description>you are a golden god!</description>
		<content:encoded><![CDATA[<p>you are a golden god!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhat</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-74165</link>
		<dc:creator>madhat</dc:creator>
		<pubDate>Thu, 01 Jul 2010 00:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-74165</guid>
		<description>great explanation</description>
		<content:encoded><![CDATA[<p>great explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuel guillen</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-62889</link>
		<dc:creator>manuel guillen</dc:creator>
		<pubDate>Sun, 14 Feb 2010 10:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-62889</guid>
		<description>Thanks a lot!! you are wonderful man!! You are an excellent friend. Thanks for share your knowledge. God Bless You.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!! you are wonderful man!! You are an excellent friend. Thanks for share your knowledge. God Bless You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idoyan</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-62505</link>
		<dc:creator>idoyan</dc:creator>
		<pubDate>Thu, 28 Jan 2010 00:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-62505</guid>
		<description>thank you.</description>
		<content:encoded><![CDATA[<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-61881</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-61881</guid>
		<description>Turning off Strict Mode applies to ActionSCript files as well. It&#039;s not just the timeline.

You still must import classes to extend them, even with Strict Mode off. If you want to extend Sprite, you still need this:

&lt;pre&gt;import flash.display.Sprite;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Turning off Strict Mode applies to ActionSCript files as well. It&#8217;s not just the timeline.</p>
<p>You still must import classes to extend them, even with Strict Mode off. If you want to extend Sprite, you still need this:</p>
<pre>import flash.display.Sprite;</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam F</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-61880</link>
		<dc:creator>Adam F</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-61880</guid>
		<description>Very useful thanks.
However I&#039;m still having a few problems when writing my own classes, as I can&#039;t refer to other classes within them.
And unfortunately I can&#039;t find an option to turn off strict mode while in .as files.
For example here is (some of) the code in the class.. any suggestions on getting around the error &#039;The definition of base class Graphics (or the highest parent class I list) not found.&#039; 
&lt;pre&gt;
public class DrawLine extends Graphics
{
	protected var x1Pos;
	public function DrawLine(...)
	{
		Graphics.beginFill()
	}
}&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Very useful thanks.<br />
However I&#8217;m still having a few problems when writing my own classes, as I can&#8217;t refer to other classes within them.<br />
And unfortunately I can&#8217;t find an option to turn off strict mode while in .as files.<br />
For example here is (some of) the code in the class.. any suggestions on getting around the error &#8216;The definition of base class Graphics (or the highest parent class I list) not found.&#8217; </p>
<pre>
public class DrawLine extends Graphics
{
	protected var x1Pos;
	public function DrawLine(...)
	{
		Graphics.beginFill()
	}
}</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-61874</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-61874</guid>
		<description>Very nice post, congratulation. I&#039;m an italian graphic designer who starts with AS 3.0 some month ago and I found this article very interesting.</description>
		<content:encoded><![CDATA[<p>Very nice post, congratulation. I&#8217;m an italian graphic designer who starts with AS 3.0 some month ago and I found this article very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-61868</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Tue, 17 Nov 2009 19:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-61868</guid>
		<description>Awesome page, have been looking for this solution forever :)</description>
		<content:encoded><![CDATA[<p>Awesome page, have been looking for this solution forever <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishwa</title>
		<link>http://joshblog.net/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/comment-page-2/#comment-61863</link>
		<dc:creator>Vishwa</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2007/07/12/disabling-actionscript-3-strict-mode-in-flash-cs3/#comment-61863</guid>
		<description>Very Nice post!! You saved my day dear!! Thanks.</description>
		<content:encoded><![CDATA[<p>Very Nice post!! You saved my day dear!! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
