• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

screen_save

  1. M4nu

    Setting screenshot as background of another existing room

    Hello GMC! I want the game at one point to freeze a full screenshot that gets instantly added as background for another existing room. I'm thinking I can use: screen_save("screenshot.png"); and if (file_exists("screenshot.png")) but I'm not sure of the rest. Maybe I can use...
  2. Zechevalier

    Legacy GM screen_save_part() Saving random width and heights

    When using screen_save_part() the outcome has a smaller width and height than the size i wanted. this is what my code looks like var_x_save = (obj_Leo.x-view_xview)*global.var_screen_xscale+global.var_surface_x-(var_pic_w*0.3) var_y_save =...
  3. Fixer90

    Legacy GM Screenshot to the program directory?

    I'm trying to, upon using this function, save a screenshot to the folder I put my program: screen_save(program_directory + "NAME OF SCREENSHOT" + ".png"); But it simply doesn't do anything.
  4. N

    Android Trying to draw a snapshot that was taken using screen_save

    Hi everyone! When the player pauses the game I'm using instance_deactivate_all(true) and because of that, I wanted to save a snapshot of the screen so he'll still be able to see the current positions of all the objects on screen. I've tried taking the snapshot in three different events...
  5. T

    Export Room as Image?

    Is it possible to export a room as an image that matches the size of the room? It would make adding assets to levels so much easier.
  6. N

    screen_save just take some part. not full screen.

    Hello, help me. I want to take screenshot. And i use screen_save("screen.png") or bmp. But it works like a foolish. It cuts it self. I can take only some part of screen. I did not use screen_save_part. I think problem is my phone's resoulution is diffrent with my room size. But i don't...
Top