• 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!

screenshot

  1. C

    -- Mobile Game Development --

    Hey all, I am in the process of developing a Mobile Game. what i am trying to do is spread the word about it and try to get feedback and possibly testers later on for the game. the game is early in development but the foundation is there. if you'd like to check it out on my twitter, you can...
  2. LucasSchachtMusic

    GM8: Having problems changing the background.

    Hey guys! I am kind of new to gml. I know the basics and currently I'm practising a lot and experimenting with new things. I (still) use Game maker 8. But now to my problem: I was creating a pause menu consisting of an extra room, which is displaying a screenshot of the current view as...
  3. A

    How do I reference a screenshot in my Android extension?

    I've made an extension that shares text from the user, but I'd like it to also share the screenshot of the game too. I know how to share an image with Java, and I know that I can use screen_save to screenshot the game. My question is: how do I get the screenshot image from within my Java code?
  4. W

    [SOLVED] Disable screenshot? Windows and Android

    Hi, I'm making a graphics app and want to prevent the user from taking screenshots if they have the free version of my game, is this possible? I tried this in a step event: if(keyboard_check(vk_printscreen)&& keyboard_check(vk_control)&& noshot=1) { show_message("Screenshot disabled in free...
  5. S

    Screenshot without application_surface

    I want to make a screenshot of the players record for a facebook sharing. And i want to add the game Icon / QR on that screenshot, so what im doing is drawing the icon and QR and then im using screen_save_part to make the screenshot. But this makes it a little bit weird when you actually can se...
  6. L

    Legacy GM Is it possible to take a screenshot out of the screen

    Hello everyone! My problem is this: I got a room of 1280x720 but I have some objects out of the room I was searching at the manual and i look at this function: save_screen_part("name.png", x, y, w, h); so, I edited the code like this: save_screen_part("123.png", -500, -500, 500, 500); I want...
  7. W

    Android Screen_save, file_text_open_write not working on build project

    Android export module So if I build my project APK and run it, when I save a screenshot, either using screen_save or screen_save_part it doesn't save anything, also won't save even a text file, but if i compile the game and test it it works fine, any sugestions? some info: I have 2 extensions in...
  8. A

    Quick Question Regarding Screenshots/Freezing..

    Does anyone know of a way to take a screenshot and display it without saving it as a file? Or freeze the game using another method than instance_deactivate. (I'm creating a transparent pause menu)
  9. C

    Legacy GM How to take an area given snapshot in different resolution screens?

    Hello, I'm developing a mobile game with a gameplay in which users could take pictures from a determined area. And I've found that screen_save_part() is perfect Game Maker function for this but I'm having issues to define my picture area in different devices resolutions since an 400x400px area...
  10. johnwo

    What are you working on?

    So, what are you working on at the moment? Post a screenshot and show us! I'm working on a game that uses a GML-implementation of spriter that I wrote. I have a bunch of scripts that load the scon (spriter JSON), parses it, loads the sprites on-the-fly, loads animations, ect. Spriter...
Top