taking a screen shot

Hi!

For a save game I want to take a screen shot of what the player sees when pressing save (as done in almost any game around). I just can’t find out the command on how to take a screen shot…
Can anybody help?

Thanks
Gabriel

Look in the documentation under Application.CaptureScreenshot

hmm… unfortunately I am in the webplayer. Is there a work-around?

In the web player you can’t write files to the user’s hard drive. That would be a serious security issue.

What you can do is grab the screenshot and post to to some web server as an image. For an example, see WWW class docs.

That’s exactely what I need :slight_smile:
Thanks!