If I recognize java, how easy is it to pick up an actioncript?

Should I learn Java first and then pick up actioncript (create flash applications)? I assume that I am asking if Java is a “real” language that will be a great base, and most likely it is ActionScript for a private language only within flash memory.

I played a little with everyone, but lately I have been investing all the time in Java.

Thank!

+3
source share
4 answers

Java is a great language to learn, and I highly recommend it, but since ActionScript is based on ECMAScript, its syntax is all they have in common. They are really completely different languages, and you use them in different ways.

, ECMAScript . Java , , , ECMAScript, , , Java.

, , , !

+8

ActionScript, ActionScript.

Java, Java.

Java ActionScript, Java ActionScript.

. .

+1

. java, actioncript, ActionScript?

, .

0
source

They are object oriented, and actionscript is much simpler than Java.

0
source

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


All Articles