I have a series of buttons which all load diferent .swf into my main movie when pressed using the code
on (release){
loadMovieNum("****.swf", 1);
}
This works, but if I load an .swf by clicking a button, when I click the button again it reloads the .swf again.
Is there a way to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.