Parece que el nuevo flash 8 incluye ya la función global setTimeOut, disponible en javascript y muy útil para líneas de tiempo.
Pero es curioso que hayan olvidado incluirla en la documentación.
hay que acostumbrarse a escribir :
Actionscript:
-
var id = setTimeout (nombreFuncion, 3000);
en vez de :
Actionscript:
-
import com.electroduendes.util.timeLine.TimeUtils;
-
var id = TimeUtils.setTimeout (nombreFuncion, 3000);
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment