Hi folks i'm trying to make m y first game but i have
problems . I made the map and the walkable and walk-behind points but on the test game the char won't
move is there a solution to this thanks.
Are you sure the character starts on a walkable area?
Check that the start co-ordinates on the character lie within your walkable areas.
Takara.
and that the walkable areas are at least a few pixels wide.
Well, that's the problem. I did it all like that. I set the
walkable area on a floor in the room. And I set the
starting position according to a walkable spot in the room. What could be the reason?
Is your character the player-character?
Okay, I solved it now. The problem was I had to adjust
the bottom border of the W-area on the room,
and not just the upper. What I did before was that
I adjusted the top border and filled it in. The problem
was that the W-area (because of no lower border)
probably slid out of the entire room and wasn't applyied ;D .Now it works fine, but I got another question which I'll say in my next post. Gotta go writing. Thanks guys.