I got this to work. But I also want to
clear the interval on this MC.
function wait() {
_root.createEmptyMovieClip("holder",1);
holder._y = 120;
holder.loadMovie("myClip.swf");
}
myInterval = setInterval (wait, 2000);
Can anyone help me with this?
Thanks
regards