I successfully have a basic game working properly. I wanted to make other levels for if the player touches the winning flag. when the player touches it, the int level goes up by one. In the game loop it looks to see if the level is equal to 2. Since it is then 2 I tried drawing the images again which failed and kept them still. When I change their location, they shiver because it is in the game loop. I also tried making the if statement make the Boolean Level2 true and initializes them.
How would I make an organized level system?