TAKING MULTIPLE SCREEN SHOTS: put this piece of code in a key press or mouse event.this code asks for the player to enter a file name and then takes a screen shot of the game and saves it to whichever file the game has been saved to. Note that for this code to work the game must be saved as an excutable. { screen = get_string('please enter file name','name'); screen += '.bmp'; screen_save(screen): }