GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

Variable tweens are not setting the variable to starting value at creation.

Open VanCastar opened this issue 2 years ago • 0 comments

When creating a variable tween, the starting value is not set as the variable value when creating the tween. The variable is refreshed only after the next pass.

And this example quits instantly. image

The only way to work around is to set the Variable as 255 before the Tween starts OR start the tween AFTER the variable checking image

Windows 10 with GDev version 5.0.140

VanCastar avatar Sep 05 '22 19:09 VanCastar