Call any library movie clip on stage

onEnterFrame = function(){
_root.attachMovie(leaf,_root.getNextHighestDepth());
}

plz help me