Programming in GameMaker

Share your creations!

I am back

SOS

Making a dialogue system (: #pixelart #2d

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;

}