At 3/17/09 10:43 PM, bl00db47h wrote:
how did you guys learn it?
I learnt AS by setting myself a target to make a certain kind of game, starting with simple ones. Then I just read the relevant parts of the Flash help files, googled like crazy (see the useful links section of AS: Main for some really good sites/tips), and occasionally decompiled other peoples' work to see how they achieved their ends.
When someone posts a bunch of code, you can't expect to learn by copy/pasting. The point of people distributing code samples is so it gives you something to analyse and attempt to write yourself. You can learn a hell of a lot from seeing how different coders approach the same problem/coding.
In terms of the syntax etc, again, the Flash help files teach good practices and proper syntax. Also, AS: Main is not just about specific game info, each of the 'General' topics covers a wide variety of different, common, problems, and shows you (quite often with detailed explantions) how to go about solving them.
You can look for a book if you really want to, but it's not necessary. There are huge amounts of information online which show actionscripters from newbie to advanced how to achieve their goals. I think in your case, you need to get your head around the fact that you CAN learn from studying existing code - in fact IMO that's the best and easiest way to get to grips with AS.