Programming in GameMaker

Share your creations!

Meu Primeiro jogo ainda ta sendo criado falta muito mas vou compartilhando todas novidades aqui / / sprites temporaria // se alguem que saiba fazer pixel art quiser participar manda um up ai

BETA 30/3/22

Hello

This is the map of a new project ,i'm trying to create a horro game ,based on IT the movie ,this is in the beginning of developing ,then follow me to see the news of the creation!

  0 votes Voting finished

😉🐼🤖

trying to make the sprite change but it dont work

code

if keyboard_check(vk_up){

sprite_index = spr_playerwalkcima;

}else{

sprite_index = spr_player;

}

if keyboard_check(vk_down){

sprite_index = spr_playerwalkbaixo;

}else{

sprite_index = spr_player;

}

Thought I'd try my hands at making a tutorial about FSM.
https://youtu.be/KOI1j_BmJJE

Finite State Machine for beginners | GameMaker Studio 2
Click on "show more" for links!Sample Project: https://www.dropbox.com/s/4nbhyxcotc30opz/FsmSample.yyz?dl=0Twitter: https://twitter.com/chinykianChapters:0:0...
https://www.youtube.com/watch?v=KOI1j_BmJJE

I am a novice developer and my first short game in the genre of visual novel will be ready soon. it will consist of separate stories.the main characters are dumery

Hexapawn, The Game That Learns!

https://gamejolt.com/games/hexapawn/697534