how can i make an mc follow another mc that is moving and turning (i dont want the following mc to turn):goatee: ?
help…
onClipEvent (load) {
this._x = _root.attach.car_x;
this._y = _root.attach.car_y;
}
doesent seems to be working.
the car drives around but the other mc will not follow!>: