Hey,
in my Scenario i would like to post the highscores on the internet, where i have a php skript, that manages the highscores.
To do this I need to call an URL thast formed like this:
http://www.example.com/score.php?score=1234&name=niklas
The URL should be accessed in the Background, so that the user gets no notice of it.
How can I achieve this with Greenfoot?

