I'm trying to get a circle move across the screen and as it does this- have the screen color change?

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

Sign In or Register to comment.