Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/11/2006, 12:50
Avatar de polpacco
polpacco
 
Fecha de Ingreso: marzo-2004
Ubicación: A Coruña
Mensajes: 177
Antigüedad: 20 años, 1 mes
Puntos: 0
onClipEvent(enterFrame){
this.onRollOver=function(){
this._xscale=150
this._yscale=150
}
this.onRollOut=function(){
this._xscale=100
this._yscale=100
}
}