[SOLVED]How do i make an object tween to a color and then go back to it's original state?

How do i make an object tween to a color and then go back to it’s original state?

It is supposed to tween to red, then tween back to its original color

i have tried a few things but it either tweens to red and then nothing happens, or it tweens to red and then tweens to black(original color is almost like a sick green)

Conditions & actions

Tweened to red

imageTweened to black

image
original color

In order to revert to the original color, I believe you need to tween it to 255;255;255.

When i did this, it made it tween to black for some reason

i figured it out. I read the post you showed, and realized that you have to tween it to 255;255;255 AND remove the original tween

1 Like