paxell / GameThesis

source code for a point-and-click adventure game
9 stars 4 forks source link

Player position #10

Closed paxell closed 12 years ago

paxell commented 12 years ago

When a player exits the scene they start in their initial position, regardless of the scene/door they exited.

paxell commented 12 years ago

Also if a door is opened while still walking, the character continues moving into the next scene. This could probably be solved by resetting the characters' movement in each scene.

paxell commented 12 years ago

Movement is now fixed

paxell commented 12 years ago

Position fixed (used SceneChange on the main file to change x and y based on which scene the player was coming from)