Actionscript 3 Designer Toolkit

More design, less programming

Actionscript 3 Designer Toolkit header image 4

Entries Tagged as 'associative'

Using Arrays in Actionscript 3: Part 2 – Associative Arrays

November 7th, 2009 · 2 Comments · Tutorials

Associative arrays are the more sophisticated sibling of integer-indexed arrays. Associative arrays, in addition to having integer-indexed elements, also have named data defined within each indexed element. So that the first element, at index=0, might contain data such as firstname: “Joseph”, lastname: “Jones” and employeeID: 345421. Associative arrays serve as extremely [...]

[Read more →]

Tags:····