Tweening Background Color(Solved)

Hi i was trying to create day night effect by tweening background variables but its not working, i cant find the problem.

The ā€œToString(Variable(Day))ā€ is not evaluated - it’s treated as a literal string.

Do it this way instead (GDevelop will convert the number to a string for you if it’s added to a string):

image

1 Like