<?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"
	>
<channel>
	<title>Comments on: My take on ActionScript 3.0: Is It Hard or Not?</title>
	<atom:link href="http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 07:46:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Tim N</title>
		<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-57410</link>
		<dc:creator>Tim N</dc:creator>
		<pubDate>Tue, 20 May 2008 10:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-57410</guid>
		<description>Lovely post, and ive bookmarked your lovely site! 

From a Designerveloper's point of view, i've made several websites in AS2 and with a lot of ease. I work as an interactive designer for a digital agency and a huge part of my job is developing flash banners for Car Companies and New Film releases. 

Banner designers and small site builders are really going to suffer hard. My company are willing to pay for my training in As3 but for the smaller company the step up into OOP is going take its toll! We are already seeing many Designervelopers leave developing sites altogether and you will see over the next few years many who have won FWA awards from smaller low budget fantastic concept websites will loose out to BIG budget companies who can afford a a full time designer and deveoper working side by side.

In my view its a sad time for the flash community. The days of finding fresh design / developer talent from a young age looks like its coming to an end and wenever that happens to an industry it starts to slow down and one are (developers) becomes over swamped with too many to fill too little roles....

just my two cents</description>
		<content:encoded><![CDATA[<p>Lovely post, and ive bookmarked your lovely site! </p>
<p>From a Designerveloper&#8217;s point of view, i&#8217;ve made several websites in AS2 and with a lot of ease. I work as an interactive designer for a digital agency and a huge part of my job is developing flash banners for Car Companies and New Film releases. </p>
<p>Banner designers and small site builders are really going to suffer hard. My company are willing to pay for my training in As3 but for the smaller company the step up into OOP is going take its toll! We are already seeing many Designervelopers leave developing sites altogether and you will see over the next few years many who have won FWA awards from smaller low budget fantastic concept websites will loose out to BIG budget companies who can afford a a full time designer and deveoper working side by side.</p>
<p>In my view its a sad time for the flash community. The days of finding fresh design / developer talent from a young age looks like its coming to an end and wenever that happens to an industry it starts to slow down and one are (developers) becomes over swamped with too many to fill too little roles&#8230;.</p>
<p>just my two cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-55848</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 08 May 2008 07:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-55848</guid>
		<description>Hi, I'm a Designveloper and I'm very worried about this.

It use to be 2 lines:
on (release) {
   getURL("http://[website].com", "_self");
}

I use to program on JavaScript and this helped me a lot learning ActionScript (1 &#38; 2). I understand some ASP and Visual Basic 6 but this is the other side of the wall, the side of C# and Java :-s

I must jump the wall and try to survive!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m a Designveloper and I&#8217;m very worried about this.</p>
<p>It use to be 2 lines:<br />
on (release) {<br />
   getURL(&#8221;http://[website].com&#8221;, &#8220;_self&#8221;);<br />
}</p>
<p>I use to program on JavaScript and this helped me a lot learning ActionScript (1 &amp; 2). I understand some ASP and Visual Basic 6 but this is the other side of the wall, the side of C# and Java :-s</p>
<p>I must jump the wall and try to survive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike w</title>
		<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-54969</link>
		<dc:creator>mike w</dc:creator>
		<pubDate>Fri, 02 May 2008 00:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-54969</guid>
		<description>actually, not to disagree with mike but it is fairly easy to learn the new 3.0. though my banner code wouldn't have so much stuff in it like his.
skyButton.addEventListener (MouseEvent.CLICK, buttonClickHandler)
function buttonClickHandler (event :MouseEvent):void {
	navigateToURL (new URLRequest("http://hiddenalleypromotions.webs.com"));
}

only 4 lines compared to your 10....</description>
		<content:encoded><![CDATA[<p>actually, not to disagree with mike but it is fairly easy to learn the new 3.0. though my banner code wouldn&#8217;t have so much stuff in it like his.<br />
skyButton.addEventListener (MouseEvent.CLICK, buttonClickHandler)<br />
function buttonClickHandler (event :MouseEvent):void {<br />
	navigateToURL (new URLRequest(&#8221;http://hiddenalleypromotions.webs.com&#8221;));<br />
}</p>
<p>only 4 lines compared to your 10&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-54650</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 29 Apr 2008 19:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-54650</guid>
		<description>This is not the case.  Actionscript take simple tasks and makes them incredibly complicated.  I'm sure it opens a lot of potential, but I'm outraged by how long it took me to learn how to do something as simple as linking the flash file to a URL so that when I click the flash it goes somewhere:

import flash.events.MouseEvent;
import flash.net.*;

function openPage(event:MouseEvent):void
{
    var request:URLRequest = new URLRequest("postit.php");
    navigateToURL(request, "_self");
}

inv_btn.addEventListener(MouseEvent.CLICK, openPage);

... give me a break...</description>
		<content:encoded><![CDATA[<p>This is not the case.  Actionscript take simple tasks and makes them incredibly complicated.  I&#8217;m sure it opens a lot of potential, but I&#8217;m outraged by how long it took me to learn how to do something as simple as linking the flash file to a URL so that when I click the flash it goes somewhere:</p>
<p>import flash.events.MouseEvent;<br />
import flash.net.*;</p>
<p>function openPage(event:MouseEvent):void<br />
{<br />
    var request:URLRequest = new URLRequest(&#8221;postit.php&#8221;);<br />
    navigateToURL(request, &#8220;_self&#8221;);<br />
}</p>
<p>inv_btn.addEventListener(MouseEvent.CLICK, openPage);</p>
<p>&#8230; give me a break&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon MacDonald</title>
		<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-40968</link>
		<dc:creator>Jon MacDonald</dc:creator>
		<pubDate>Sat, 26 Jan 2008 07:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-40968</guid>
		<description>Mrinal -- great point. That is something I didn't really consider, but crossover from other languages is certainly aiding in the adoption of AS3, and that would tilt the bias toward developers instead of designers or "designvelopers".</description>
		<content:encoded><![CDATA[<p>Mrinal &#8212; great point. That is something I didn&#8217;t really consider, but crossover from other languages is certainly aiding in the adoption of AS3, and that would tilt the bias toward developers instead of designers or &#8220;designvelopers&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-40966</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Sat, 26 Jan 2008 07:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/01/23/my-take-on-actionscript-30-is-it-hard-or-not/#comment-40966</guid>
		<description>I wouldn't say that the "designveloper" group is shrinking, rather the developer group is growing way too rapidly in comparison to the other two groups and this I think can be partially attributed to the ease of learning AS3 for someone coming from a Java or C# background.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t say that the &#8220;designveloper&#8221; group is shrinking, rather the developer group is growing way too rapidly in comparison to the other two groups and this I think can be partially attributed to the ease of learning AS3 for someone coming from a Java or C# background.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
