Question

Perchik's avatar

Good flash actionscipt programming source?

Asked by Perchik (4740points) | asked March 8th, 2007 | 1 response | “Great Question” (0points) | Flag as…
I'm attempting to learn flash Actionscript. I have an idea that I want to do in flash, but I do not possess the scripting capabilities that I need. I can do the coding in C++ or Java, but I don't know how to do it in actionscript. Does anyone know a good website that could help me learn actionscript?
Observing members: 0 Composing members: 0

Answers

paulc's avatar

Well if you know C++ and Java then you’ll likely be able to grasp Actionscript 3 quite readily. Its fully object oriented and its syntax is ECMAScript which is quite straightforward. The best resource would likely be the AS3 API documentation which goes into some detail about the fundamentals of Flash in regards to Actionscript. I would suggest familiarizing yourself with the workings of everything in the flash.display.* namespace – most importantly the Sprite class as it is a basic graphical building block that I use often.

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.

Have a question about something? Ask Fluther!