Next stage

I can’t figure out why this isn’t working, its no going to the next stage!
Under enterframe

if(_root.enemyleft <= 0){
trace(“hit”);
gotoAndStop(“stage2”, 1);
}

but its not working, any help

Thanks