Actor moves to the wrong direction at first.
Tonyu
Member Posts: 21
Hi, here's my problem. I've set an enemy actor from the top of the screen to move towards the player at the bottom. The problem is, the enemy actor moves a bit to the left first before moving towards the player.
I've already set a playerx and playery Game Attribute. I've given the player constrain self.position.x to game.playerx and constrain self.position.y to game.playery. The enemy also already has a Move To game.playerx, game.playery relative to the scene.
I've also checked my regional settings and there's no problem there.
Help please?