ActionScript 3.0 Lessons
These course is free and helps you to learn AS3 (ActionScript 3.0) programming language starting from the beginner level.
- These introductory Lessons in ActionScript 3.0 are a continuation of the Flash lessons section, where there are already presented the tools and basic element which must be known to create Flash documents, and also to use AS3 scripts.
- Introduction to ActionScript 3
- A simple script ActionScript 3
- Understanding OOP - Object Oriented Programming
- Variables, Comments and trace()
- Constants and Operators
- Conditional Statements if, else, switch
- For loops
- While and Do While
- Break and Continue
- Creating Functions
- Functions - Advanced Use
- String Object
- Numbers and Math in ActionScript 3
- Date and Time in ActionScript 3
- Arrays in ActionScript 3
- Traverse Arrays - Multi-dimensional Array
- Associative Arrays
- Code Snippets - Add and Create
- Detecting events in ActionScript 3
- MouseEvent - Events for Mouse
- KeyboardEvent - Events for Keyboard
- Adding text with ActionScript 3
- Input text fields
- addChild and removeChild
- OOP - Classes and objects - Create Class
- Classes - Static Elements
- Inheritance - Parent class and Child class
- Classes - Interface in ActionScript 3
- Creating objects in ActionScript
- Nested Objects - Traverse object
- Working with objects from Library in AS3
- Creating new events
- Creating XML data - E4X in ActionScript 3
- Accesing XML data - E4X
- Loading XML Data, Traversing XML Trees
- Editing, Changing XML - E4X
- Working with XML Namespaces in ActionScript
- RegExp - Regular Expressions in ActionScript
- Animation with the Timer class