Reputation: 45
Should I learn Java first and then pick up actionscript latter (to build flash apps)? I guess I am asking if Java is a "real" language that will be a great base, and is actionscript more of a closed language within flash only.
I have played a little with each, but lately I have been putting all my time into Java.
Thanks!
Upvotes: 3
Views: 318
Reputation: 199
They are both object oriented and actionscript is a lot easier than Java
Upvotes: 0
Reputation: 4951
Java is a great language to learn, and I highly recommend it, but since ActionScript is based on ECMAScript, its syntax is about all they have in common. They're really totally different languages, and you use them in very different ways.
One of the biggest differences is that ECMAScript uses prototypal inheritance. Java was my first language, and I had to spend a week or two to learn how to effectively leverage the unique features in ECMAScript-based languages instead of trying to do things the same way I would in Java.
That being said, I have always found that the more I learn about other languages and paradigms, the better my code is in all languages!
Upvotes: 8
Reputation: 22415
If you want to learn ActionScript, learn ActionScript.
If you want to learn Java, learn Java.
If you want to learn Java and ActionScript, learn Java and ActionScript.
One is not a prerequisite to the other. Both are handy to know.
Upvotes: 1
Reputation: 9007
It will definitely be easier. Why learn java then actionscript rather than just actionscript?
Kinda like learning to drive a stick before you learn to drive an automatic.
Upvotes: 0