Debug code please

[Posts in the debugging category need to have the following pieces of information included in order to help other teachers or our moderator team best help you. Feel free to delete everything in brackets before posting your request for debugging help.]

**Link to the project or level:**Game Lab - Code.org
What I expect to happen: girl continues to scroll left
What actually happens: girl disappears before reaching left
What I’ve tried: changing the - to higher number

@sherry.wood,

Line 40 appears to be causing this to happen… Not quite sure if this was the intended behavior, but when the book sprite touches the boy sprite, the x position of the girl sprite (“kid”) is reset to be off the right side of the screen… Is the wrong sprite being referenced here?

Mike