Learning Resources for ActionScript 3.0 as a Professional Programmer

I will be teaching ActionScript 3.0 myself. I am a professional programmer with great knowledge of C ++, C #, Objective-C and Java. Is there any good source for learning a language that does not take up much space, teaching the OOP reader and other entry-level information? Like "classes in ActionScript are different from classes in C ++ in this respect ...". I am looking for something like "C # for C ++ Developers" .

+3
source share
4 answers

I would recommend reading Colin Mock's book Essential ActionScript 3.0 published by O'Reilly to familiarize yourself with the language. Either this, or Adobe's "ActionScript 3.0 Programming," which is provided using the Flash or Flex IDE.

Other than this, I recommend ActionScript 3.0 Language Reference . Just keep it handy and you'll end up remembering the most common APIs.

+3
source

Here are a few that I found in Google ActionScript for java developers:

Waiting for other resources to appear here :)

actionscript 3.0 ( , ). , Flex Java .

0

, , , . , .

, - (, ?) -, , API.

0

Colin Moock "Essential ActionScript 3.0".

Another useful source that I found useful is the Adobe tutorial series, which you can find here: http://www.adobe.com/devnet/flex/videotraining/

0
source

Source: https://habr.com/ru/post/1732880/


All Articles