I would like a simple if statement, so if movie clip already then dont do anything. The script I did is like so:
on (press) {
this.createEmptyMovieClip("container",1);
this.loadMovie("all.swf");
_root.mc_mapwindow.mc_map.center.container._x=2;
_root.mc_mapwindow.mc_map.center.container._y=0;
}
So really what I would need would be an else if statement, so if this is already loaded, and I click the button I dont want it to try an add it again. Although later on in the movie when that mc is not there, the user may want to go back to it,
but an if statement for this would be cool
Anyone know.
mmm come to think of it,
if (success)
please someone put me on the right track
regards to all
T