#Flllowing brackeys tutorial and ran into a problem

1 messages · Page 1 of 1 (latest)

little imp
#

At 14:51 he says my character should drop once I run the game but when I run the game my character jsut stays there. And beyond that, when I add a script to the character he dosent respond to any keys or arrows

rocky void
#

Make a character body 2d
Then add a collision
Then add a sprite
(Make sure collision and sprite are inside the character body)
(Like this
Character body

collision
sprite
)
(Avoid stuff like
Character body
collision

sprite
)

#

Also if your scene doesn't have anything other than the player, don't put a camera inside the player, or it will look like the player isn't falling.

steady patrol
chilly void
chilly void
#

oops,
Just now had that not fall issue on a new try too.
so far, cannot figure out how to fix anything done wrong without just deleting the whole thing and starting from scratch. Now no fall, but
must have done a different wrong, cause i did make sure was in player node .
and camera is not in body.
Did you fix yours? if so HOW?

steady patrol
chilly void
#

will check