Codice PHP:
on (rollover) { 
    
this.onEnterFrame = function() { 
        if (
movie._x>=valoreFineScroll) {
            
movie._x -= 2
        }
    } 

on (rollout) { 
    
this.onEnterFrame = function() { 
        
movie.stop(); 
    } 

Dovrebbe essere una cosa del genere... Magari controlla se è giusto >= oppure deve essere il contrario.