Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/04/2010, 17:33
Avatar de Kottore
Kottore
 
Fecha de Ingreso: octubre-2007
Mensajes: 170
Antigüedad: 17 años, 3 meses
Puntos: 8
Respuesta: error de sintexis script

Código ActionScript:
Ver original
  1. if(tn_group._width > Stage.width){
  2.     tn_group._x = (tn_group._width/2) - (Stage.width/2) * (-1);
  3. } else {
  4.     tn_group._x = (Stage.width/2) - (tn_group._width/2);
  5. }
__________________
これは僕のウェブだよね。