Sprite duplicating as it moves

I’m sure this is an easy question but what am I missing in my code…right now it looks like my sprites are duplicating when they move instead of just the sprite moving like it’s supposed to?

Kellee,

Please share using the “Share” button in the top left corner so everyone can “debug” it! It sounds like you might need to draw a background inside of your draw loop which would draw a background > sprite > background > sprite etc… but seeing the code would help!

Brad

Just realized what I did!
I had a fill block instead of a background block.
Thanks for getting back to me!