Nathan Osman
Nathan Osman

Reputation: 73195

Are there any good tutorials for learning AS3 with FlashDevelop?

I found this question, and it mentions the FlashDevelop wiki. However, I couldn't find anything there at all.

Where is a good place to start? I have done some work with MXML projects using the Flex SDK, but never any ActionScript programming.

Upvotes: 3

Views: 6672

Answers (2)

grapefrukt
grapefrukt

Reputation: 27045

I have a tutorial to get Flash Develop up and running and a quick primer into actionscript on my blog.

Sorry for the shameless self promotion, but I figured it's relevant.

Upvotes: 11

anonymous
anonymous

Reputation: 3544

The official Adobe site has a nice Getting Started guide for AS3 together with some sample code. Getting Programming ActionScript 3.0 or the complete Complete Flex 3 Documentation @ the official Flex docs site should be very useful too.

Apart from the official docs, I found this tutorial quite useful while doing a small project with Flashdevelop + AS3. It's not complete but does get you started.

Hope this helps.

Upvotes: 0

Related Questions