Bannières Défilante

Bannières Défilante - Flash/ActionScript - Programmation

Marsh Posté le 06-05-2008 à 10:26:09    

Bonjour,
 
Voilà, je désire créer en flash une bannière défilante de plusieurs images. J'ai des images de largeur différentes, est-ce ça pose un problème ? Car lorsque je lance mon animation, les images défilent mais disparaissent avant d’arriver à la fin de la zone de défilement et puis une fois le premier tour effectué, les images s’intercalent entre elles, je n’arrive pas trouvé de solution !
Quelqu’un pourrait-il m’aider ? Merci !
 
Sinon voici mon code : trouvé sur internet.


a=67.5;
b=1;
c=0;
 image1.onEnterFrame=function() {  
 this._x-=b;  
 if(image1._x+image1._xscale<=c){image1._x=image7._x+a;}  
 }  
 image2.onEnterFrame=function() {  
 this._x-=b;  
 if(image2._x+image2._xscale<=c){image2._x=image1._x+a;}  
 }  
 image3.onEnterFrame=function() {  
 this._x-=b;  
 if(image3._x+image3._xscale<=c){image3._x=image2._x+a;}  
 }  
 image4.onEnterFrame=function() {  
 this._x-=b;  
 if(image4._x+image4._xscale<=c){image4._x=image3._x+a;}  
 }  
 image5.onEnterFrame=function() {  
 this._x-=b;  
 if(image5._x+image5._xscale<=c){image5._x=image4._x+a;}  
 }  
 image6.onEnterFrame=function() {  
 this._x-=b;  
 if(image6._x+image6._xscale<=c){image6._x=image5._x+a;}  
 }  
 image7.onEnterFrame=function() {  
 this._x-=b;  
 if(image7._x+image7._xscale<=c){image7._x=image6._x+a;}  
 }  

Reply

Marsh Posté le 06-05-2008 à 10:26:09   

Reply

Marsh Posté le 06-05-2008 à 15:22:13    

up !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed