how do i make enemies chase me?
Posted: Mon May 29, 2006 4:15 pm
how do i make enemies chase me to attak me?
Game Editor discussion board
http://game-editor.com/forum/
angle = direction(x, y, yourhero .x, yourhero .y);
directional_velocity = 10;
pavel329 wrote:it worked!awesome thanx man
MoveTo("Event Actor", ship.x, ship.y, 1.000000, "Creator Actor");