if (a >= 3) {
_root.slide.gotoAndPlay(33);


} else {
_root.slide.gotoAndPlay(26);
}