Hi i have 35 images that are arrange into a spiral, the top row is images facing right, i want it so that when the user for example clicks on any of the images let just say the top row that the image that was clicked on with change to the image then facing down, then if clicked on again the image will change so that it is facing left etc.
I know i have to use mouselisteners to do this but i don't know how to place them on each image and how to repaint the images??
please help
i can post the code that i have if that helps just let me know