Hi
I am using an array of images and I want each image to have an index number or any other way to find it and use it.To make it more clear:
Image(i).left=500
Image(i).top=600
Like I can find that image searching which image has top position 600, is there another way to assign a number, like the top and left position, so I can find it?
I am using an array of images and I want each image to have an index number or any other way to find it and use it.To make it more clear:
Image(i).left=500
Image(i).top=600
Like I can find that image searching which image has top position 600, is there another way to assign a number, like the top and left position, so I can find it?