nel pulsante ho messo i seguenti valori:

on(rollOver){
_root.mc.testo.text = "Informazioni"
_root.mc.fine = this._x
_root.rel = true
}
on(rollOut){
_root.mc.fine = 0
_root.rel = false
_root.back = true
}





nel clip filmato

onClipEvent (load) {
acc = 1.8;
ine = 1.9;
}
onClipEvent (enterFrame) {
if(_root.back){
this._x+= 10
if(this._x <= -10){
_root.back = false
}
}
if(_root.rel){
muovi = (muovi+(fine-_x)/acc)/ine;
_x += muovi;
}
}

si apre ma non si ferma più.

l'effetto che vorrei ottenere lo puoi vedere nel menu di questo sito
http://www.impact-design.it/id/index.html