I have included the link to the game project.
The student created a sprite called “yellow” and it is not showing up on the screen. We have tried different coordinates and everything. I even tried making everything else “invisible” to see if it was anywhere and it is not. What are we missing?
Hi Sarah,
if you use the watchers function at the bottom right of the screen, you can track where your sprite is as the program runs. I tracked the properties yellow.x
and yellow.y
and I saw that the sprite is off the screen the whole time, which is why you can’t see it. It’s getting bounced off the wall sprites, which is why it’s not on the screen anymore.
Elizabeth
1 Like