Play a Scene backwards

Hello!

Is´t someone tha could help me with my problem?

I would like to play one Scene backwards not all of them. When I try to do this I play the hold site backwards See

_root.onEnterFrame = function() {
if(this._currentframe > 1) {
this.prevFrame();
}
}

Hop someone understand my problem

Best Regards
Christian