prova ad assegnare al clip da far muovere questo script

onClipEvent (enterframe) {
move = this._x + 10
this._x = move
}