Help with this project

the student wants the heart as the first thing, like as a background if that makes sense, any suggestions?

You should put drawSprites(); right after background("lightpink");. This wasn’t working because it was first drawing the text and then drawing the heart on it. By doing it the way I showed the heart should be getting drawn right after the background.