For this you now had to make 4 posts split in 2 topics?
It's obvious what the problem is.
You only draw the sprites once. You have to put the draw calls with in the game loop, like in all the SFML examples you'll ever find.
And you should call rw.clear() every iteration.