ActionScript looping statements ActionScript supports three types of looping statements for, while and do while. A loop is used for repeatedly executing a set of statements.
ActionScript Arrays An array is a group of similar data typed variables that shares a common name. Arrays are a very useful when you want to group data.
ActionScript methods Functions or methods are block of ActionScript statements which can be reused. The functions can take one or more parameters and return one value.