Hello!
I'm a beginner to SFML, and I've just learned to draw a sprite in 2.0 . Now I can move it with my arrow keys (which I'm very proud of :3), I'd like to draw another sprite. I loaded the second sprite (a square) the same way as I did with the first sprite (a circle) and set the position to 0,0. So far so good. Then, I drew it, and succeeded in doing that as well. After that, I wanted to draw multiple instances of that one sprite, but couldn't find a way to. Is the only way to do this by making hundreds of sprites (sprsquare1, sprsquare2, sprsquare45, etc.) or is there any way of drawing the same sprite on different places?
Roggie