Quick question about ++ and --

how can you make it so that if you have something like

onClipEvent(enterframe) {
Variable++;
};

make is so that it only increases by one every other frame or every third frame instead of every frame?