Actor moves to the wrong direction at first.

TonyuTonyu Member Posts: 21
edited October 2014 in Working with GS (PC)

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?

Sign In or Register to comment.