help

  1. B

    SOLVED Save file percentage

    I want to add a save file percentage for each save file to my game. 100% would be every level completed with the highest rank and the hidden ghost in every level collected (so far). is there any easy way to do this?
  2. S

    How to achieve transparent windows in GameMaker?

    Now, I'm not such a expert guy in coding, all I can code is some of GML and thats it. I've come across a Reddit post lately I think, and it has a tutorial on how to get transparent windows, although they didnt link a dll file, instead you would need to obtain it yourself by doing exactly what...
  3. VitorBiliato

    A Way to make a code smaller

    i have a code that scan for avaliable slots, but the problem is that it's giant, i tried to search a way to make it smaller but i only got " malformed assignment", this is the code: if (picked == false){ if(global.ItemSlot0 == "") { global.ItemSlot0 = itemName; picked =...
  4. M

    GML Help with textboxes ans cutscenes

    Hey! It's my second post here. Look, I'm trying to do some sort of cutscene where it goes like this: -Text A. -sprite moves up. -Image. -Text B on top of image. -End of cutscene. I've been trying a lot of things, I've watched a lot of tutorials but I'm really having issues with this...
  5. B

    GameMaker Reset rooms code doesnt work in project but works in the other.

    I made a script that resets some rooms and i am remaking that game, i decided to use the same script (barely changed) but it doesnt work this time. Also this script runs before entering a level in both games. Every room in the levels are all presistent for both games. What happens when the...
  6. M

    GameMaker Help with textboxes

    Hey! It's my second post here. Look, I'm trying to do some sort of cutscene where it goes like this: -Text A. -sprite moves up. -Image. -Text B on top of image. -End of cutscene. I've been trying a lot of things, I've watched a lot of tutorials but I'm really having issues with this simple...
  7. Santino "Sanlas2012"

    GameMaker Weird Collision Issue Depending on if I'm Running in Debug Mode or Run Mode

    I've been having these issues for a few months now and even after updating to the newest version of Gamemaker Studio (v2024.2) I still keep having these weird issues. I've recorded the issue because it's a lot better than trying to explain over text but , basically whenever I run the game in...
  8. BlueTAnimates

    SOLVED Make rooms persistent without using the built-in persistence.

    The levels in my game have multiple rooms and i decided to use the built-in persistence, but i want to use my own persistence because i dont want to make code for reset the rooms (which caused alot of bugs last time i tried). I have an idea of how it would work but i dont know how i would code...
  9. hellokitty1fan

    GameMaker cutscenes my beloathed

    hii, so ive been using gamemaker since about july of last year and i havent joined the forums until now, but ive finally run into a giant issue that i feel like could be solved easily but solutions ive looked into havent quite fit my idea basically, my game is like a 2D mostly talky talk talk...
  10. R

    Help to make a metroivania map system

    I'm trying to make a map system, but I'm not succeeding at all, I'm not able to understand the logic, nor what codes and functions I need to use, can anyone explain to me how I do this?
  11. R

    Problem with Slopes

    I'm trying to make a slope system, but the character sometimes gets stuck on the slope, and he can't walk in the middle of it, can someone please help me fix this. //Input do player var _right,_left,_jump,_atk; _right = keyboard_check(vk_right); _left = keyboard_check(vk_left); _jump =...
  12. R

    Problem with Slopes

    I'm trying to make a slope system, but the character sometimes gets stuck on the slope, and he can't walk in the middle of it, can anyone help me fix this. //Input do player var _right,_left,_jump,_atk; _right = keyboard_check(vk_right); _left = keyboard_check(vk_left); _jump =...
  13. Y

    GML Visual How to I make my player object move until collision

    I’m new to gamemaker but using it for a school project so I’m using GML visual. I can already make my object move and whatnot but how can I make it move forever until it collided with an object?
  14. M

    GameMaker I am relatively new to coding and am having trouble with this error

    ___________________________________________ ############################################################################################ ERROR in action number 1 of Create Event for object <undefined>: Variable <unknown_object>.depth(21, -2147483648) not set before reading it. at...
  15. VitorBiliato

    Item String don't change

    I have a code here of an inventory script, but it have an issue that the item doesnt get deleted, those statiscs variables get changed, but the item not, i made an entirely new project with this script and the objects(that doesnt affect the item '-') and still don't get deleted, here's the code...
  16. F

    GameMaker counter not working

    trying to create a counter for a game where when i collide whit an object it adds one this is the code create : p =0; object collision : instance_destroy() p = p + 1; show_debug_message(strin every time the player touches this object the p should go +1 and the print in console but instead...
  17. sybloo

    (solved) can't put html5 export on itch.io

    hello im new to gamemaker stuff and ive been having a headache when i export the game as html5 and try to put the zip file on itch.io for my friends to try, whenever i try to play the file there i get a error message "failed to find index.html"but all the files are in it,right? then why it...
  18. F

    GameMaker problem whit timer

    hello, i'm a newbie whit the gamemaker studio engine and i was trying to make a game and in this game i want a specific object to spawn once in a while and i tried whit the timer[0] method but even whit using it its like there no time in beetween the spawning so in like 5 seconds like 60 items...
  19. BlueTAnimates

    SOLVED Map key to only one input

    Im using keyboard_set_map to remape controls, but instead of being able to use the original key and the mapped key to detect key presses, i want the keyboard_set_map to replace the key. Is there any way to do that while still using keyboard_set_map?
  20. K

    GameMaker I Can't log in

    I'm using the trial version, and every time I try to log in, it doesn't log in and this appears
Top