Hi!
How can i put a command for wait 2 second in actionscript, i’m a noob in AS, i have to put a text from an external file but i have to wait 2 seconds or 50 fotograms.
this is my code:
var loading = new LoadVars();
loading.load(“LOL.txt”);
loading.onLoad = function (success)
{
if (success)
{
_root.text1.text = loading.text;
}
}
Thx for help