Posts Tagged ‘Default values’

Beginning ActionScript 3.0 – Default values

pool-leaf-128x128 Now, we can use the var statement to declare a variable, and stores the values which may get changed during the running time, while we use the const statement to declare a constant, stores the values won’t get changed during the whose application’s life circle.

(more…)