Help in GameMaker

Share your creations!

how do i submit my game?? can anybody help me pls :''v

Fellas how can i sumitt my game?

ineedhelpplease

Please, help! When I use game_restart() and after that I try to detect mouse_x It just sends a value of 0 every time. I am on html5, the game is for the Opera GX Jam.

Hi, everybody! I just submitted my GX project. Does anyone know how to upload it so people can play in the browser? Also, is that mandatory for the Jam? I've only got a downloadable zip...

how to reocrd your gamepaly?

hey does anyone know what kind of app I need to make a game on? im kinda lost...

how to make 8 direction movement? game maker visual launguige is very unintuicial.

For the GX Jam: Are we allowed to use CC0 fonts? The rules do state that all visual elements need to be created during the jam, so I'm thinking no. If we can, does it state that anywhere?

Anyone else having issues with saving high scores? In GMS2 my scores save just fine between each run of them game but here on Gamejolt it's only saving once in a while?

For some reason my game over screen won't reset the game. I have in the game object step event:

if(keyboard_check_pressed(vk_enter)) {

switch(room) {

case rStart:

case rEnd:

room_goto(rGame);

break;

}

}

It works for start screen but not end.