I have a related question to this from the creation side of things. Is 
it possible to create an object using this type of notation??

For example, if you did not know how many images you would be adding, 
how can I sequentially name the images that are added to the app

Can I do something like this
var i:int = 1;
"image" + i = new Image();
i++;

Thanks

Don

Reply via email to