Just correct the one line in this as please

 on (release) {
 if (_root.tv.currentFrame == 1) {
  _root.tv.gotoAndPlay(13);
 }
 _root.tv.nextFrame();
}

ok i know that .currentframe is wrong… how would i go about checking what the current frame is