il codice completo è:
onClipEvent (load) {
fine = 200;
frame = 4
inerzia = 1.5
}
onClipEvent(enterFrame){
posiz = _y;
altezza = (fine-posiz +180)/frame+inerzia;
_y -= _y/(altezza/4);
}
il codice completo è:
onClipEvent (load) {
fine = 200;
frame = 4
inerzia = 1.5
}
onClipEvent(enterFrame){
posiz = _y;
altezza = (fine-posiz +180)/frame+inerzia;
_y -= _y/(altezza/4);
}