ecucurella
Programmer
Hi,
I need to load a swf movie when i release a button.
So:
on (release) {
loadMovie("\\video\\intro.swf",_root);
}
But when this movie finish I want to come back where I was before loading the movie.
How can i do this?
Thanks,
I need to load a swf movie when i release a button.
So:
on (release) {
loadMovie("\\video\\intro.swf",_root);
}
But when this movie finish I want to come back where I was before loading the movie.
How can i do this?
Thanks,