How do you check if a movieclip exists? Thanks.
trace(_root.movieclipinstance);
and replace the trace with an if and you got yourself the check 
I tried that using:
if(this["mymovieclip"]){
//code here
}
And it didn’t work…
then that movieclip didnt exist 
Nice one Sen 