gotoAndPlay(previous?)?

I have abutton that makes a movieclip in the main timeline go to the prevous frame… but it doeasn’t work. Here is the code please help.

on(release){
_root.pregunticas.gotoAndStop(prevFrame);
}

It shows no errors in the output panel… so please help.

Ty