#I need help with some things in my game (I'm a beginner)
29 messages · Page 1 of 1 (latest)
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.
it looks like you used a lowercase "k" instead of uppercase:
inputs = {
...
attack: ord("K")
}
ord() always takes an uppercase letter
thx
but my game isn't starting
Do you get any error messages?
no
What happens?
after adding attack input the game stop working, but when I remove attack settings the game starts working again.
You forgot a comma after the jump input
thx so much, srry for my dumb mistakes, and thx again
Is everything working now?
one last thing, when I press 'K' the sprite i use bugs
when k the player teleports (Whe i press K the player was inside in the red circle)
check the origin position for your attack sprite
it worked
awesome
one question, do u have a good youtube video to guide me?
video about what?
player get power up, the player only be able to attack if get the sword up there.
i want the dog to throw fireballs and bite the player when he get close enough
you can look up "gamemaker item abilities" or "item pickups"
i try this but i doesn't understand the exemples
srry for asking to much but could u tell what are the codes to do this
sorry, I can't help you understand the examples, you have to do that yourself