what happened to renderwindow?
Events? how do I change Event.Key.Code == sf::Mouse::Button::Right to work with 2.0 ?
The online doc (and soon tutorials) + remembering the CamelCase to camelCase change should solve all your problems.
sf::Shape::Rectangle? where are you?
Look at the online doc + corresponding thread in the General forum.
like removing sf::Vector2f position parameter from sf::Sprite is beyond my imagination for why did u do so
What do you mean? sf::Sprite still has a sf::Vector2f position.
This is SFML
2.0, not 1.7. Don't expect it to be the same as 1.6.
Please take the time to understand the modifications, they all make sense. Read the doc and the general forum, you should be able to find 99% of the modifications by yourself. After that, if you really have relevant feedback regarding the new API, I'll be glad to discuss it.