hola no me funca, cuando llego a la ultima foto y hago click se mueve 358 como dice en el script y si le vuelvo a dar clik hace un retroceso a la ultima imagen
Código PHP:
a_btn.onRelease = function() {
clip_mc.x=_root.clip_mc.x + 358;
}
b_btn.onRelease = function() {
clip_mc.x=_root.clip_mc.x - 358;
if(_root.clip_mc._x < -2079.9){
_root.clip_mc._x = -2079.9;
}
estare poniendo mal las coordenadas o el cogido ira en otro lugar