I can’t figure out what I’m missing. I want to add children from the library that are named something like b1, b2, b3 etc. I’d like to add a numeric var to the name so that I can randomly or incrementally reference them. I can’t seem to get the syntax/implementation right. Can anyone help?
//like this…
var b1:bullet1 = new bullet1 ;
var numnum:Number = 1;
addChild([“b”+numnum]);