Code Problem for unit 3 lesson 27

the score only shows on screen for the first background? any ideas?

@timothy_lau

When the background changes, that is happening below the score function inside the draw loop. This places the backgrounds on top of the score. The function that displays the score needs to come after the functions that draw new backgrounds.

Good luck!

Mike