Screenshot (Game making)
From YoYoGames Wiki
This tutorial outlines screenshots as part of the process of making a video game. That is, in what way screenshots can advertise and contribute to your project and how to use them effectively.
Contents |
Purpose
- See Screenshot (Digital image) for the other applications of screenshots
When uploading a game, actual screenshots best illustrate the genre and type of game you are advertising; although sprites may look good within your game, there is no guarantee that on a website they will look as good (due to scaling for size).[1]
Method
Game Maker (7.0)
In GM 7.0, creating screenshots is easy. Pressing F9 whilst playing the game will create an image in the same directory as the game file.[2] The images are created in BMP-format, which are typically uncompressed and so may be of a large file size. A large file size will lead not only to a large upload time, but many image hosting sites (e.g. Imageshack and Picoodle) have limits on the size of images they will host. Therefore it is advisable to convert them to a smaller size, using an image editor (e.g. MS Paint).[3]Open the image and save it as GIF, JPG or PNG (I advise PNG for the best quality-size comparison).
Older versions/Alternative method
For older versions of GM you can proceed as following:
- Open your game and find one place (you may not want the cursor to be visible) in the game and press the button beside F12 named Print Screen. Press Alt + Print Screen to take a screenshot of just the current window.
- Open Paint or a similar image editor.
- Go to Edit -> Paste, or press Ctrl + V.
- Shrink/crop the image and edit as necessary.
- Save the image as a GIF, JPG, or PNG.
Notes
- ↑ This is especially the case with raster graphics which actually undergo lose of quality when scaled up. For vector graphics, this quality loss will not happen, although screenshots are still preferable over sprites regardless.
- ↑ This feature can be turned off in the 'Global game settings', though it is on by default.
- ↑ BMP files can be compressed directly using Lossless data compression such as is done with ZIP files. Use a search engine to find some compression tools, there are many easy and free ones available.

