In my platform game i have an enemy that i want to move left to right on patrol from my player. the enemy has the platform behavior and the default controls are set to no. i use this code but for some reason my enemy doe not move in any direction.
System.EveryTick >>> Enemy.SimulateControl.Left
but this does not work. if there is a better way to make an enemy interact with the player please let me know