Screenshot using getmovieframe how to get shot of both front and back screens

I’ve edited your post but in the future please do this to show code properly:

Your code above doesn’t include anything related to showing a movie so it is hard to give more than general advice, which would be: draw the movie first, then the circle, and then call mywin.getMovieFrame(buffer='back') (or just mywin.getMovieFrame() if you have already done a myWin.flip()).

The order of drawing is important.