https://studio.code.org/s/csd3-2018/stage/21/puzzle/10?user_id=39512977.
none of the sprites will move/ some dont show up, and when they do show up and i can put the code in the code goes backwards.,
https://studio.code.org/s/csd3-2018/stage/21/puzzle/10?user_id=39512977.
none of the sprites will move/ some dont show up, and when they do show up and i can put the code in the code goes backwards.,
Hi Rick,
The student is drawing the backgrounds after all of the other sprites have been drawn, which means that they are covered up. The if statement that draws the backgrounds in the draw loop needs to come before the drawSprites
command.
Elizabeth
Thank you for your feedback!!