Rewind 5 frames button

Hi,
how can i make a i rewind button and return just 5 frames?

i try this:

on(release){
_root.gotoAndPlay(_root._currentframe - 9);
}
but i try rewind animation, like prevFrame().