[Solved] Fading a scene in and out


I’m just not getting it.


this should work just fine.

there is no need to set the opacity to 255 at the beginning, since this is the default value, unless you changed it before.

2 Likes

That worked perfect. Thank you. I changed the delta time from +10 to +1 to get a slower fade in and delay the button press.
Thank you to all of you. Been an amazing help!

1 Like

last line should be less or equal to 0
If not, and the value is exactly 0, the sceneswitch is not triggered.

It works perfectly now. Thank you

Hey so what’s the name of the action for the Do - TimeDelta() + 1 to the opacity of Fade?
Stupid question, I know :sweat_smile:
I’ve been trying to find it for a while but couldn’t.

@p.iinksoda, you’ve resurrected a 3 year old thread. Please don’t. Instead start a new thread, and link this one into it.

GDevelop has changed a bit since then, so some solutions back then may not be applicable today.

Ah, my bad. :sweat_smile: I’ve created a new thread for my problem, thanks for telling me!