Hi all
Once I got the gist of how to iterate the nebulae with the FOR loop, I went ahead and put all the drawing / animation code for the nebulae in a single loop.
It ran just fine - is there a reason why we put in a separate loop for…
- Animate
- Draw
- Update position
…rather than do all three in one loop?
Thanks in advance!