Hola escorado:
Si quieres que se detenga en la última imagen, éste parte del código escríbelo así:
Código actionscript:
Ver originalfunction init() {
barraqueanda();
this.onEnterFrame = function() {
//if (iniciado) {
if (panoramica_mc._x>(-5055.0)) {
panoramica_mc._x -= 1.8;
//}
} else {
delete this.onEnterFrame;
}
};
}
Espero haberte sido de ayuda.