Tag Archive for 'every()'

13
Jun

Looping over an Array using the every() method in Flex

The following example shows how you can loop over an Array in ActionScript 3.0 using the Array class’s every() method.

Full code after the jump.

Continue reading ‘Looping over an Array using the every() method in Flex’