Okay, so I'm trying to make a kind of clock program, where every second it displays the next image in the sequence. I does just that. It displays the next image. But it doesn't replace the previous image, it just puts the next image on top. How would I get the program to change the image displayed and not just put a different image on top?
I would post the code that I have, but it's really messy and not very understandable.