Hey everyone,
I am trying to make an object change images after getting touched by a different object. I have 7 images, and each time the object is touched the object changes from image1.png to image2.png until it reaches image7.png. The only problem is that if it is touched again, the greenfoot game comes up with an error saying it could not find an 8th image, but I want it to stop at the 7th image.
Is it possible to get the counter to stop counting after it has reached the 7th image?
~sonarwave


