Misc


Versions
ActionScript 2.0
  • Introduced in Flash MX 2004
  • Syntactically similar to Java
  • Case sensitive
ActionScript 1.0
  • Introduced in Flash 5
  • Case insensitive
Optimizing ActionScript
  • Delete variables that are no longer needed, or set them to null.
  • Minimize the usage of the eval() function and the array access operator.
  • Put a special emphasis on optimizing loops, setInterval, onEnterFrame, and onMouseMove.
Misc Classes
  • MovieClip
  • Camera
  • Button
  • TextField
  • ContextMenu
  • ContextMenuItem
  • Mouse
Misc Keywords
  • with
  • delete
  • new
  • typeof
  • instanceof
  • import
Misc
  • Event listeners