Old Ben

it's not the years it's the mileage

Te Reemplazo Por Un Programa

| Comments

if( bored ) {   
   dispatchEvent( {type:"ufa"} ); // Todo: Agregue el listener señora !
   teletubbie.start();
} else {
   saySomething( palabras[ random( palabras.length-1 ) ] + "…creo");
   nextAction = (hungry)? "eat":"eat to";
}

o como fue que marian resumio a vickyta en 7 lineas de codigo.

Comments