We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Does anyone know if there is an easy way to make these aliens move faster and be better? https://www.openprocessing.org/sketch/433119
When the alien is by itself, it moves faster and looks better than in the array. I just change the dx = dx + 5 line. https://www.openprocessing.org/sketch/428281
when I try to change the speed in lines 43 and 53 in the array sketch, it looks terrible.
Thank you,
Answers
What are your thoughts about making it better? When it is by itself, the speed is 35. Is that what you mean by better? You can implement the same value in your first sketch. I did some minor modifications below.
Kf
Thanks for your help.
In answer to your question about making it better, when I changed the speed (in the array sketch), it ruins the graphics.
On my finished product, I want really good graphics.
Also, now or soon, I need to add the other rows of aliens. Since the graphics get messed up when I change the speed, adding more aliens is going to be tough.