"faire un texte qu´on faire défiler"
Bien l´orthographe cousin !
Bon alors tu convertit ton texte en clip et puis tu fout ca a l´image clé ou ton texte est écrit :
on (keyPress "<Up>") {
currentY = this._y;
this._y = currentY - 5;
_root.texte._rotation = 360;
}
on (keyPress "<Down>") {
currentY = this._y;
this._y = currentY + 2;
_root.texte._rotation = 180;
}
Je viens d´inventer ces action script donc je ne te garenti pas a 100 % Que sa marche 