hi,
is there a way to make an actor move to but just on the x axis?
i know there is a way with
actor.x=player.x;
but this would be to fast, i want him slowly fallow like in movto...
angle=direction(x,y,player.x,y);
directional_velocity=3;//Or put different speeds to test out which speed is the best.
MoveTo("Event Actor", movetothis.x, y, 3, "Game Center", "");
Users browsing this forum: No registered users and 1 guest