// obj[i]=textObject; //ALSO sets location
//example image object
/**/
type[i] = DynamicVectorRenderer.IMAGE;
ImageObject imgObject = new ImageObject(); //composite object so we can pass in parameters
imgObject.x = location.x + mX;
imgObject.y = location.y + mY;
imgObject.image = createUniqueImage(16, String.valueOf((i + 1)), col);
obj[i] = imgObject; //ALSO sets location