function enviar (i:Number) { pepe.sendAndLoad... pepe.onLoad = comprueba; } function comprueba () { if (i<xx) { i++; enviar (i); } }