Flash ActionScript question
- Started
- Last post
- 10 Responses
- ********
Should I go for AS3? Flash CS3 allows to create files with AS3 and AS2, but so far AS2 looks much simpler in my opinion. What's your suggestion?
- co20
Go with AS3. AS2 looks simpler until you start using it. AS3 is much better in the long run. I recommend the book Learning Actionscript 3.0 by Rich Shupe with Zevan Rosser. Excellent for getting started with AS3.
- alicetheblue0
I'd go for 3 - get a good book by Moock as well
- visualplane_0
I never had luck with the O'Reily books. Actionscript 3 Visual Quickstart series by Peachpit is pretty good, but not that thorough.
- maximillion_0
as co2 said you will thank your self when you learn AS3 and then see the "equivalent" as2 code
- modern0
AS3 is better if you understand classes and other object orientated stuff.
if you don't then its gonna be a very steep learning curve
- ornj0
AS3 is a trial by fire. More complicated, they worked in some really bad programming practices, and the documentation is pants compared to AS2. (Really can't believe how piss poor the new help docs are) but once you get it you will never want to go back.
- exactly, though im not sure i wold say "piss poor" ou want piss poor, try the papervision documentation....powertoni
- powertoni0
Right now (and for a long while I am sure) I use both, depending on the requirements of the project.
To be honest, actually, developing in as 2 (even oop as2) is soooo much faster that unless i need the processing power from as3 i still use as2.
Any time i work with bitmaps or do anything meaty i use as3 thogreat article here:
- MediaPimp0
ActionScript 3.0 Bible is the place to start.
- LHC0
As3.
As2 is so 2005.
- PonyBoy0
as far as AS 3 being a 'trial by fire'... I totally agree. :)
The thing I like about it though... as2 and the players below 9 seemed to be far more 'forgiving' as far as faking a way (w/a.s.) to get something done... whereas as3 forces some pretty strict standards - not much room for 'weak' script etc... it forces good habits...
... learn 3.0!