Backwards Animation Problem

Hello, Im trying to use this code to make my animation go backwards. The problem is that I need to stop it before reach the beggining of the timeline. The Stop code doesnt work backwards. Can Someone help me please.

Thanks

this.onEnterFrame = function(){
prevFrame();
}