We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Anyone know how to get a circle move across the screen (sort of like a sun rising and setting) and then have the color of the background change as it moves ('day' to 'night')?
Answers
What have you tried? Post your current code! Have no code? Attempt to write some, then post the attempt!
Yeah, use background and look at lerpcolor
To move a ball: x,y as position
Then x++;
y could be a long sinus wave
Show your attempt as entire code
Best, Chrisir