Hello,
I'm developing a small Plattform-Type/Jump'n Run game for a school project.
I have a title screen with a "Play" button to start the game.
After the button is clicked, I like the user to see the scenery first and after a few seconds the Main-Character should walk automatically, from the outside of the viewport into the inside of it.
I tried it with pathfinding but it only works when the player starts already inside the viewport, right?
What else can I try?
The Main-Char will also use a sprite-sheet.
Ray