this shouldn’t be too difficult
heres my code:
for(i=0; i<30; i++){
var box*:Object = new Object()
box*.id = *
box*.name = “default”
box*.location = “default”
box*.type = “default”
but its not working. i keep getting error messages concerning the var box* statement. thx