The problem I am having is that I'm trying to make a sprite move across the screen, the movement of the sprite works fine, but without applying timesteps to make it move on every second (or whatever I set the timestep to) it just zooms across at full speed.
I don't have any other example, and I mixed them because I thought they were meant to go together, I guess not.