flash tutorials

Var Declaration

Declaring a variable as var makes it local to the function in which it is declared. Therefore it cannot be accessed from outside the function, and it is destroyed at the end of each loop.
Home
Bookmark Tutorial
Remove Frame
Report Broken Link