Debugging Challenge click on the green flag; they start moving ofter 1 sec. the blu cat should do the loop like the orange one; same behaviour at different distance. Instead the blu cat moves differently How do we fix the program?
Another tricky bug! :) How I approached this: I noticed that orange cat and blue cat had identical code, so should be doing the same thing. I then noticed that the starting positions of the two cats looked different (despite being sent to the same x/y coordinates). This clued me to it being a bug related to their visual appearance, specifically, their costume centers. I updated blue cat's costume center to match orange cats, which seemed to fix things!