Programming basics
What is important in this module
- Coding in Actions Panel is possible both in Normal mode
and Expert mode. In Expert mode code is written manually.
- Actions Panel help with manual code writing with
"tips" offering matching syntax
- It is possible to check the code before compiling
SWF file
- If code is not correct information about error
appears in Output Window
- Reference Window displays a short help about
Actions, Objects et cetera
- Actions are like global methods - they characterize
all movie. In contary - Methods belong to the specific
object and need name of the object to be referred.
- ActionScript code is case sensitive
Next