Moving On With AS3 from AS2
August 4, 2011 in Other
I have finally moved on with the Actionscript language by upgrading from AS2 (Actionscript 2) to AS3 (Actionscript 3.) By far, I somewhat don’t like AS3 and on the other hand, I somewhat don’t like AS2. It’s a 50/50 deal at the moment, but as you all know, there’s only one winner of the batch. First off, when programming with AS3, you are forced to use classes. Right away, I disagree with that stupid rule. In AS2, you are either able to choose to use classes or not, which is awesome. AS3 is forcing you to use classes because most of the abilities that AS3 can do are only available while using classes. However, this isn’t a completely bad thing in the new generation of Actionscript. AS3′s new way of putting its language together is much cleaner than AS2. The code is easier to understand not only to the programmer, but as well to noobs. AS3 is the winner.
As before, you heard me complain about classes, and it’s not that I hate classes or that I can’t do it, it’s more time consuming. Really boring to right out and seems more like a waste of extra code. It seems really boring and bland to right your code into classes, but it’s much neater and organized. The problem as said before, it’s just time consuming. I can’t stand righting out these imports to use certain actions in classes. It’s ridiculous. I just want to get started with my basic script. Server side scripting is sadly much easier than this Actionscript. When I say server side scripts, I mean PHP and MySQL languages. Those are rather much easier than Actionscript by a long shot.
This post isn’t about opinion; it’s more about me finally mastering AS3. I’ve finally read and became more confident in AS3 language. I’m starting some projects written in AS3 code and will be giving out sources for those to experiment or perhaps use for their projects. All my projects and other user’s projects are posted in the “Projects” forum.
Good day…