01/11/2006, 12:50
|
| | | Fecha de Ingreso: marzo-2004 Ubicación: A Coruña
Mensajes: 177
Antigüedad: 20 años, 9 meses Puntos: 0 | |
onClipEvent(enterFrame){
this.onRollOver=function(){
this._xscale=150
this._yscale=150
}
this.onRollOut=function(){
this._xscale=100
this._yscale=100
}
} |