A have a student who has a clever game.The player races sprites on a track. However, he hasn’t been able to get his sprites to automatically loop around the track. Any ideas?
hi @jillbrandeberry!
Would you be able to share a link to the project?? It’ll make troubleshooting a lot easier, thanksss!!!
-kevin
Jill,
Use complex conditionals with your if statements. Right now the aliens are looping back because they are meeting the x condition, but if that condition was only true if the x && (and) y positions were met the aliens would loop back.
Hope the helps!
Brad