// LetrasWorm weonnnn...
// Ineficiencia la mía... dos horas para que esto funcionara...
{
[CODE]
on (release) {
if (Number(contador) >= Number(total)) {
}
else {
i = Number(i) + 1;
local = Number(i);
id:id = this["id" + Number(local)];
noticia:noticia = this["noticia" + Number(local)];
url:url = this["url" + Number(local)];
fecha:fecha = this["fecha" + Number(local)];
titulo:titulo = this["titulo" + Number(local)];
contador = Number(contador) + 1;
id = Number(local);
}
}
[/CODE]
}
--->