#I need help with some things in my game (I'm a beginner)

29 messages · Page 1 of 1 (latest)

strong seal
#

I need help with things like attacking and acquiring skills (example = better attacks)

I'm Brazilian so don't be surprised by the names of the "//" and the inputs or variables

#

player

#

Step, in OBJ_player

#

Create, in OBJ_player

#

something is going wrong after I added the attack to the variable and the attack input, the game does not open anymore.

cerulean elbow
#

it looks like you used a lowercase "k" instead of uppercase:

inputs = {
  ...
  attack: ord("K")
}

ord() always takes an uppercase letter

strong seal
#

thx

cerulean elbow
#

Do you get any error messages?

strong seal
cerulean elbow
#

What happens?

strong seal
cerulean elbow
#

You forgot a comma after the jump input

strong seal
cerulean elbow
#

Is everything working now?

strong seal
#

one last thing, when I press 'K' the sprite i use bugs

strong seal
cerulean elbow
#

check the origin position for your attack sprite

strong seal
cerulean elbow
#

awesome

strong seal
cerulean elbow
#

video about what?

strong seal
strong seal
cerulean elbow
#

you can look up "gamemaker item abilities" or "item pickups"

strong seal
strong seal
cerulean elbow
#

sorry, I can't help you understand the examples, you have to do that yourself