eXpl0it3r,
Thanks for the reply.
I loaded my background as a Texture and made it a sprite
The window size is 600,600 so I used the command:
sf::View view(sf::Vector2f(600, 600), sf::Vector2f(300, 300));
At one point in my program I used the command:
view.move(100, 0);
but nothing happened.
How do I tie the sprite to the view? Or do I have this all wrong?