onClipEvent (enterFrame) {
if (rew) {
this.prevFrame();
if(_currentframe == 1){
rew = false;
}
}
}

al tasto:

on (release) {
rew = true;
}