AS3: How to check if a movieclip already exists?

In AS2, I’d create a movieclip and give it an instance name. Then all I’d have to do for example is, check if _root[“myinstance”+i] == undefined

but in AS3, if i’m dynamically creating 10 movieclips, how do i check to see if it already exists?

sorry if the question is dumb.