Hello Dear community,
I would like to ask a newbie help, How could I reset a movie when it already ended. I am aware it needs to know when the movie finish ,and if it finishes then load the movie again. I know this is very simple but I need help on this :puzzled:.
The code that I use to attach movie is this:
var my_loader:Loader = new Loader();
my_loader.load(new URLRequest(“tellyin intro2.swf”));
addChild(my_loader);
Thank in advance for your Help
Cheers
Yutri