Archive for April 21st, 2008

21
Apr

Looping over each item in an Array in ActionScript 3.0

The following example shows how you can loop over an Array object and modify items using the Array class’s forEach() method.

Full code after the jump.

Continue reading ‘Looping over each item in an Array in ActionScript 3.0′