29/07/2005, 09:13
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 7 meses Puntos: 177 | |
Probe esto:
onClipEvent(mouseDown){
ira();
function ira(){
getURL("http://www.google.com");
this.gotoAndStop("winapps");
}
} |