This site requires JavaScript, please enable it in your browser!
Greenfoot back
Flourytub43
Flourytub43 wrote ...

2012/5/29

screenshot

Flourytub43 Flourytub43

2012/5/29

#
hey does anybody know how to take a screenshot of a scenario.
danpost danpost

2012/5/29

#
If you have Windows 7, you probably have a 'Snipping Tool'. If not, well... Is it your own scenario? If so, you could probably program the world to draw each actor's image on the world background at the location it is currently at, on cue. Then, using BufferedImage and ImageIO, output the background to a file of 'png' type. After getting a list of all the actors, you may have to sort it, so that you draw the images behind others first.
danpost danpost

2012/5/29

#
My 'Fractal Fun' scenario has code within it that will save an image to a file, and it can be downloaded.
IsVarious IsVarious

2012/5/29

#
the "print screen" button on most PC based keyboards will do the job.
tylers tylers

2012/5/29

#
then you crop it
You need to login to post a reply.