I just want to make sure I am not wrong when I tell students there is no way to code this project so the “windows” that are drawn with the rect
and ellipse
commands appear to be behind the monkey when it rises up from the couch. The background is a sprite, so drawSprites()
must come before the shapes are text are drawn. But that means the monkeys (also sprites) are going to be behind the shapes and the text.
There’s no way to draw the background sprite, then the shapes, and then the monkeys, right?
Thanks,
John
Link to the project or level: [Game Lab - Code.org]