I made and if else code, that loads a movie, but want to set a time interval on the middle
here is the code
loadMovie(“e-movies/microsoft.swf”, “_root.juan”);
_root.juan.stop();
dale = _root.juan.play();
if (_root.juan.getBytesLoaded() == root.juan.getBytesTotal()) {
_root.juan.Play();
} else {
///wait here 10 seconds and repat the script above
}
i commented (///) the action in the else case. How can i make flash wait 10 seconds before it repetas the script?
help please!
thanks!