hi guys
here is the deal. i have made two swf file, where i am calling the one swf to another main swf file.
1st it loads the movie to the main swf file, but when i reclick on that button and again it loads that 1st swf to main swf. this keeps on going loading as keeps u pressing that buton which loads the one swf file to main swf.
i am trying to do is once the one.swf is loaded than no matter how many time u click on that button it will not reload the one.swf. it should load once only to “stage main swf”
i used this script
**on (release) {
loadMovieNum(“one.swf”, 1);
}
**
but after how do i add the condition for the no more reload.???
:sen: