Flash

Flash - Infographie 2D - Graphisme

Marsh Posté le 21-10-2002 à 18:05:52    

Voila j'essaie de faire un scroll d'un clip
j'ai fait un truc comme ca  
 
onClipEvent (enterFrame) {
ymax = 230;
if (scrolling && _root.principal.defil.gallerie.gall._y<ymax ) {
_root.principal.defil.gallerie.gall._y--;
}
}
 
 
onClipEvent (enterFrame) {
ymin = 21.6;
if (scrolling && root.principal.defil.gallerie.gall._y<ymin) {
_root.principal.defil.gallerie.gall._y--;
}
}
 
 
mais le scroll n'a pas lair de se bloquer
 
 
en passant je fais de la pub pour mes deux sites
http://www.independza.com
http://moi.independza.com

Reply

Marsh Posté le 21-10-2002 à 18:05:52   

Reply

Marsh Posté le 21-10-2002 à 18:15:00    

Teste ça :
 

onClipEvent (load) {
positionYmax = 230;
positionYmin = 21.6;
}
 
onClipEvent (enterFrame) {
if (_root.principal.defil.gallerie.gall._y<positionYmax ) {
_root.principal.defil.gallerie.gall._y--;
} else {
_root.principal.defil.gallerie.gall._y = positionYmin;
}
}


 
Enfin je fais ça très à vue, faudrait voir le FLA pour plus de détails...

Reply

Marsh Posté le 21-10-2002 à 18:19:22    

tu peux télécharle fla
http://www.independza.com/html/moi.fla

Reply

Marsh Posté le 21-10-2002 à 18:25:09    

J'ai pas la tête à ça en ce moment mais ce serait pas un Do while  plutôt qu'un IF des fois  ?

Reply

Sujets relatifs:

Leave a Replay

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