[SOLVED] Sprite Fade in help

Hi guys,
I am trying to make a sprite fade in at the beginning of the scene. I have tried using time delta but for whatever reason the sprite just does not appear. Could someone please explain how to do it?

If it’s in the “At the beginning of the scene” event it will only executed once.

1 Like

You can do the same adding a Tween to your Object.
then Tween it’s opacity.

1 Like