example 1: mouse_x = _xmouse; setProperty(_root.trailer, _x, mouse_x+((getProperty(_root.trailer, _x)-mouse_x)/1.15)); gotoAndPlay (1); example 2: if (_root._xmouse > _root.trailer._x) { _root.trailer._x = (_root.trailer._x + 10); } else { _root.trailer._x = (_root.trailer._x - 10); } on (release) { gotoAndStop (0); } on (release) { gotoAndStop (5); } stop();