Ask Your Question
4

After screen.blit, why is surf.fill not effective?

asked 2022-10-13 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-09-11 09:00:00 +0000

qstack gravatar image

There could be several reasons why surf.fill is not effective after screen.blit. One possibility is that the surface that is being filled (surf) is not the same as the surface that is being displayed on the screen (screen). In this case, filling the surf surface would have no effect on what is displayed on the screen.

Another possibility is that the blit function is overwriting the surface with the fill color, so the fill function is not visible. In this case, you would need to fill the surface after blitting it to the screen to see the fill color.

It's also possible that there is something else in the code that is interfering with surf.fill or preventing it from executing properly. Without seeing the code, it's difficult to diagnose the issue accurately.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-10-13 11:00:00 +0000

Seen: 9 times

Last updated: Sep 11 '21