<?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: Symbol Naming Strategy for Flash	</title>
	<atom:link href="https://jessewarden.com/2006/08/symbol-naming-strategy-for-flash.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/08/symbol-naming-strategy-for-flash.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 30 Aug 2006 17:32:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Derek Vadneau		</title>
		<link>https://jessewarden.com/2006/08/symbol-naming-strategy-for-flash.html/comment-page-1#comment-3717</link>

		<dc:creator><![CDATA[Derek Vadneau]]></dc:creator>
		<pubDate>Wed, 30 Aug 2006 17:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1046#comment-3717</guid>

					<description><![CDATA[&#039;Voodoo, but it works. All the symbolName really is a String that tells attachMovie what MovieClip to attach; it doesn&#039;t care if it&#039;s an anonymous function or a true class.&#039;
Isn&#039;t it safe to say there are no &#039;true classes&#039; in AS1/AS2? A &#039;class&#039; in a prototype language really IS just a function. In AS1 and JavaScript you build a &#039;class&#039; by creating a function and adding prototype methods if you want, or just add properties to the function as static properties.

&#039;This is pointless in ActionScript 3 since everything is a class, and there are no symbol names anymore. You&#039;ll have to basically write a parent class that allows multiple child classes to be drawn into it via Composition.&#039;
AS3, booyah!


]]></description>
			<content:encoded><![CDATA[<p>&#8216;Voodoo, but it works. All the symbolName really is a String that tells attachMovie what MovieClip to attach; it doesn&#8217;t care if it&#8217;s an anonymous function or a true class.&#8217;<br />
Isn&#8217;t it safe to say there are no &#8216;true classes&#8217; in AS1/AS2? A &#8216;class&#8217; in a prototype language really IS just a function. In AS1 and JavaScript you build a &#8216;class&#8217; by creating a function and adding prototype methods if you want, or just add properties to the function as static properties.</p>
<p>&#8216;This is pointless in ActionScript 3 since everything is a class, and there are no symbol names anymore. You&#8217;ll have to basically write a parent class that allows multiple child classes to be drawn into it via Composition.&#8217;<br />
AS3, booyah!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
