![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/04/2006, 15:45
|
![Avatar de luistar](http://static.forosdelweb.com/customavatars/avatar92817_1.gif) | | | Fecha de Ingreso: marzo-2005 Ubicación: Argentina
Mensajes: 939
Antigüedad: 19 años, 11 meses Puntos: 0 | |
Código:
on(keyPress "<Enter>", release){
if (a=="paraqueesla1" && b=="kik"){
createButton._alpha = 0;
createButton._visible = true;
createButton.onEnterFrame = function(){
this._alpha += 5;
if(this._alpha>100){
this._alpha=100;
delete this.onEnterFrame;
}
}
}
}
puebo eso...
__________________ Si digo que soy mentiroso. ¿Lo soy? |