Question about _currentframe not working

I have this code

on(release){
_root.ohm_mc.gotoAndPlay(11);
if (_root.ohm_mc._currentframe == 25)
{
_root.ohm_mc.gotoAndPlay(“ORGANOS DE GOBIERNO”);
trace(“va”);
delete (this.onEnterFrame);
}
}

I need ohm movieclip to reach frame 25 and then jump to “organos de gobierno”, but although it is stopped at frame 25, it does not do the jump to the other frame … aAny idea why?? Please i need to fix this to finish a job. And in my previous times using this it always worked