d=2; while ((a%d) != 0 & d<a-1) { d += 1; } if ((a%d) == 0) { gotoAndStop(14); } else { gotoAndStop(15); } stop();