times++;
if (times==3){
gotoAndStop(190);
} else {
gotoAndPlay(2);
}