anyone want to tell me why this MC allways jumps to frame 76...

here is my code

function goQuestion(e:Event){
if(e.currentTarget.frame <=(60)){
e.currentTarget.gotoAndPlay(60)
}else{
e.currentTarget.gotoAndPlay(76);
}
}