if (Math.random() < .7) gotoAndStop(2 * Math.floor(Math.random() * 3) + 2); else gotoAndStop(2 * Math.floor(Math.random() * 3) + 1);