<?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: Actionscript is cool for developers. Not for me.</title>
	<atom:link href="http://nocreativity.com/blog/actionscript-is-cool-for-developers-not-for-me/feed" rel="self" type="application/rss+xml" />
	<link>http://nocreativity.com/blog/actionscript-is-cool-for-developers-not-for-me</link>
	<description>The life and discoveries of a new media artist</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:52:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: BD</title>
		<link>http://nocreativity.com/blog/actionscript-is-cool-for-developers-not-for-me/comment-page-1#comment-6097</link>
		<dc:creator>BD</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://nocreativity.com/blog/?p=881#comment-6097</guid>
		<description>I think you should use the 4th word &quot;passionate&quot; in your description too!!
It&#039;s important!
And i get what you mean with the as2 -&gt; as3 story.
In as2 i could do loads off stuff, and not event that slow (i&#039;m a designer, not a developer!) But in as3... pfff... just a simple getURL is a hassle! :D</description>
		<content:encoded><![CDATA[<p>I think you should use the 4th word &#8220;passionate&#8221; in your description too!!<br />
It&#8217;s important!<br />
And i get what you mean with the as2 -&gt; as3 story.<br />
In as2 i could do loads off stuff, and not event that slow (i&#8217;m a designer, not a developer!) But in as3&#8230; pfff&#8230; just a simple getURL is a hassle! <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://nocreativity.com/blog/actionscript-is-cool-for-developers-not-for-me/comment-page-1#comment-6072</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 06 Feb 2010 22:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://nocreativity.com/blog/?p=881#comment-6072</guid>
		<description>Whoa, what a post. But.. I get your point. Writing 500 lines of code for a simple application is nothing these days. I think it is always challenging, I don&#039;t mind writing lots of code. I hate weak-typed languages. Yes, most of times they are shorter, but for me that feels more crap. Yes, loading stuff in AS3 costs a lot of lines, it can be an be written much shorter. 
To have the full actionscript experience, you really need (!) a good code editor with auto-import functionality, code completion, snippets, contextual function generation etc. This will make your life much easier. Just take the time to learn shortcuts, i am sure your example can be coded in 2 minutes with a good editor. Just &#039;hack&#039; to your problem (problem is having lots of code) .. learn to re-use and create reusable classes. In case of your example, I&#039;ve created a simple image class. Just use 
var image:Image =new Image(&quot;myPicture.jpg&quot;); addChild(image); 
and you are done. It is in a lot cases not needed to listen to IOErrorEvent, in most cases you just know the images are there. Otherwise; just make sure the images are there. :) You don&#039;t always have to code perfectly. In case you didn&#039;t know; you can use dynamic classes in AS3. Just use the MovieClip again (instead of a Sprite), and you can add variables without even declaring them in custom classes. You can turn off strict typing om AS3 too.
BTW thanks for the BB award :)</description>
		<content:encoded><![CDATA[<p>Whoa, what a post. But.. I get your point. Writing 500 lines of code for a simple application is nothing these days. I think it is always challenging, I don&#8217;t mind writing lots of code. I hate weak-typed languages. Yes, most of times they are shorter, but for me that feels more crap. Yes, loading stuff in AS3 costs a lot of lines, it can be an be written much shorter.<br />
To have the full actionscript experience, you really need (!) a good code editor with auto-import functionality, code completion, snippets, contextual function generation etc. This will make your life much easier. Just take the time to learn shortcuts, i am sure your example can be coded in 2 minutes with a good editor. Just &#8216;hack&#8217; to your problem (problem is having lots of code) .. learn to re-use and create reusable classes. In case of your example, I&#8217;ve created a simple image class. Just use<br />
var image:Image =new Image(&#8220;myPicture.jpg&#8221;); addChild(image);<br />
and you are done. It is in a lot cases not needed to listen to IOErrorEvent, in most cases you just know the images are there. Otherwise; just make sure the images are there. <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You don&#8217;t always have to code perfectly. In case you didn&#8217;t know; you can use dynamic classes in AS3. Just use the MovieClip again (instead of a Sprite), and you can add variables without even declaring them in custom classes. You can turn off strict typing om AS3 too.<br />
BTW thanks for the BB award <img src='http://nocreativity.com/blog-engine/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

