If question

This is a bit of newb question,
I’d simply like to load an mc from my library if my condition is true:

if (condition != false){
insert movieClip here
}

Thanks