Quote Originally Posted by Hulan View Post
Adobe has an absolutely sublime reference document here, but that can be a little dry to read without a specific question. How familiar are you with other programming languages (compiled or interpreted)? Actionscript has a syntax that most closely resembles Javascript, or Java at times. A lot of techniques from other heavily OOP languages are applicable as well. I find it to have some semantic kinship with C#.

These videos may be useful as a quick primer as well.
I code in multiple languages right now, mainly VBscript, .Net and COBOL. I know Java and picking up C# as I go. Thanks for that information. I'll check it out this weekend.