Unit 3 sprite Lesson 28, Transparent area in sprite filling in with color

This student’s volleyball net, is suppose to look like a net, however it goes all black after briefly looking like a net. How do we fix this?

Hi @troy,

Love the game! The net turns black because it is constantly being drawn in the draw loop. If you add a white background to the top of the draw loop, then the background is also drawn each time through the loop and allows the net to only be drawn one time on each background.

Hope that helps!
~Michelle

2 Likes