x = id_target.frotate_x;
y = id_target.frotate_y;
image_alpha = id_target.feather_alpha;
image_angle = point_direction(x_previous, y_previous, x, y);
x_previous = x;
y_previous = y;