Tema: Desesperado
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/10/2003, 22:33
Avatar de BeN
BeN
 
Fecha de Ingreso: agosto-2003
Ubicación: Mexico, D.F.
Mensajes: 281
Antigüedad: 20 años, 7 meses
Puntos: 0
al carro en su codigo:

onClipEvent(enterFrame){

if (_root.avanzar==true){
this._x += 1
}

}

y al boton:

on (release){

if (_root.avanzar==true){
_root.avanzar=false;
}else{
_root.avanzar=true;
}

}


y ya
__________________
...everything under the sun is in tune
But the sun is eclipsed by the moon.