Hi,
I have look for a while but had no luck and was wondering if anyone could help.
I have 4 images and some code to work out which in on the screen now which is due next etc.
They are numbered 1 thru 4.
my variable is currentImageNumber
local newRight = Image1.x + 960
what i want to right is as shown above but instead of using Image1.x i want it to be Image then the currentImageNumber .x
so it could be Image1.x or Image2.x etc.
so far i have not managed to work out how to do that but any help would be appreciated.
Thanks
Mike