Lesson 28 Debugging Help

My student is trying to get the cloud to move once the score is 20. We put in a watcher and it is showing the velocityX = 6. We can’t figure out what is keeping it from moving.

Hi lorikaye,
I caught two bugs:
Line 133: Change to visible = 1 (instead of 0).
Line 134: Remove the block, it sets cloud.x = 0
I hope that helps!

1 Like