Sul clip che si deve muovere metti questo:
onClipEvent (enterframe) {
if (this._x > _root.cord) {
this._x -= 1;
} else if (this_x < _root.cord) {
this._x += 1;
}
}
e sui bottoni:
on (release) {
_root.cord = 5
}
on (release) {
_root.cord = 205
}
etc.
Sicuramente c'e' qualche errore di sintassi, ma qui non ho flash e non posso provarlo. Comunque il concetto dovrebbe funzionare.
ciau!

Rispondi quotando