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

image

  1. A

    GameMaker room_speed doesn't change animation speed in GMS2...

    Title pretty much says all. I'm sure this is done for a reason, but is there any easy way to fix this? My first idea of setting all of the image_speed's to image_speed*(room_speed/60), but that doesn't seem to work for some reason. Any ideas? Either way, thanks for reading.
  2. M

    Legacy GM [SOLVED] Opening an image file programatically

    The uploading API doesn't recognize the base64 encoded file as image. What are different ways to open an image file in Game Maker? (which I will eventually encode to base64) Documentation says I can open an *.ini, *.txt and *.bin but can't find one for any of the image file extensions. If...
  3. P

    Change sub-image question

    Is there a way to change a sprite but set its subimage where the current subimage is ?
  4. Luke Pierson

    Image_index issues

    So I have a stunned state for the player in my game that is not working correctly. They have to press the left and right buttons in rapid succession to escape the stunned state (set to A and D). Every time they press the button, it increases the variable (set to 0 in the player's creation event)...
  5. T

    Image_Flip - Sticker-book

    Hello All, I'm making what i thought would be a rather simple drag and drop style Dinosaur "sticker book" for my son.. but the problem comes when i try to Flip the sprite while having a scale limitation. i want to be able to press a key and have the sprite "flip" and stay flipped until the key...
  6. G

    Legacy GM Fade from image_blend to normal sprite?

    Hi all! I'm using image_blend=c_red; to colour my sprite. How can I make the red fade out over a number of steps to become the original, unblended sprite?
  7. B

    Free <deleted>

    <deleted>
  8. D

    Android Simple Tool For Resizing One Image into All Android icons

    I guess laziness make us Creative. its a little Tool to Resize your one image into Multiple Resolution Icon pngs,whic you need for android icon. so it will convert any of your png into =>36x36, 48x48, 72x72, 96x96, 144x144,192x192 size images with one click. just try...
  9. Z

    Turning room into png?

    Hey, I was wondering if there was any way to turn a room into an image? I need to do it to make a background of the room.
  10. I

    Use downloaded image

    I'm making an auto updater with http request and django as server. I can download the image using a dll, but how i can use this image on the game? - The image path: working_directory+"\image.jpg"
  11. S

    Legacy GM Is GML fast enough to index a image?

    Is GML fast enough to index a image into a array of tiled pixels and then swap the colors out during run time? I would like to learn how to do this in GMS and make an extension out of it I was thinking of making a gb style tile based engine extension possibly make money off of it while making...
  12. O

    Legacy GM How do I prompt the user to select a file from their computer?

    Hello, So I need to be able to let the player choose a .png from his computer, so I can set it as the room background. How do I do this? Thanks <3
  13. S

    Windows Uploading a screenshot to Twitter?

    so i was just wondering if there's any way to be able to tweet a screenshot of your game. i've got the screenshot working fine, and i've been able to load it in without issue. and using this post and this post that look specifically at tweeting/encoding text & online images i've managed to...
  14. C

    3D Image No Transparency Bug

    Okay, so I've been programming a 3d rpg game when I've ran into a problem. From this view, the trees can be seen through each other normally. But when you walk to other side the trees overlap as if the boundary of their sprite was solid. So I do know that this is a depth issue. I've tried...
  15. J

    Android Uploading images to a PHP server

    Hello friends, I'm endeavouring to upload some .png files I've created in my utility to a PHP server. There are 3 images, each about 2kb in size. My plan was to: - Convert the small .pngs to a base 64 encoded string, - Upload them through a POST request, - Decode/parse the string and then act...
  16. Kaguva

    Asset - Extension Share Image Android

    Share Image Android Marketplace: https://marketplace.yoyogames.com/assets/3954/share-image-android Primal category: Extension Price: $4.99 Modules: Android Support: [email protected] Description: Now you can Share your ScreenShoots, Photos, and other Images! Also we give you a TextShare...
  17. Kaguva

    Asset - Extension External Images Android

    External Images Android Marketplace: https://marketplace.yoyogames.com/assets/3960/external-images-android Primal category: Extension Price: $2.99 Modules: Android Support: [email protected] Description: Get external images from the native interface of your Android device! Easy to use...
  18. S

    Image blending not working

    I have an object with a semi-transparent grey-scale sprite and depending on it's "element" I want the code to change it's color by image blending. I did this successfully with another creature that had an opaque sprite but it doesn't seem to work for this one. I'm using GML not DnD.
Top