Hello all, I'm migrating from as2 to as3 and had a question regarding dynamic variables.
A very powerful feature of as2 was the ability to access variables
dynamically like:
for(var i:uint = 0; i< 10; i++){
this['item_'+i] = i * 20;
}
I cant seem to replicate this type of functionality in as3 - any pointers?
Cheers
andrew

