AS2 problem with goto previous frame

Hello, I’m using a simple piece of code on a button…

on(press){
_level0.prevFrame();
}

… to go to previous frame but for some reason it causes the main movie clip to flicker. Is this a known problem or am I doing something wrong? Many thanks.