Comment regler font mon code action script0.3

Fermé
interfox Messages postés 2 Date d'inscription samedi 14 mars 2009 Statut Membre Dernière intervention 21 décembre 2011 - 21 déc. 2011 à 14:51
Bonjour,

comment regler font mon code action script0.3

on (press) {
_root.vanc=_root.v;
_root.vanc._x=1000;
_root.vanc._y=200;
_root.rot=0;
_root.v=eval(this+"1");
_root.palette.ref.text="Ref : DAGHDHA 8";
_root.palette.prix.text="color: L-SP,L-vPi,L-N,L-GF";
_root.v._x=156.5;
_root.v._y=83;
_root.v._height=50;
_root.v._width=50;


}

on (rollOver) {
_root.palette.msg._visible=true;
}
on (rollOut) {
_root.palette.msg._visible=false;
}
A voir également: