[SOLVED]How To Fade In/Fade Out Of Scene When Switching Scenes Using "Tween"?

Hi,

Working on scene fade from black/fade to black transitions between scenes.
I did some Googling and the suggestion is to use a “Tween”.

I already have a black sprite covering the entire scene window.
How can I fade from black/fade to black(change opacity) when switching scenes using a “Tween”?

No ideas on how to proceed, any help would be appreciated, thanks!

Jesse

Below is my current progress:

1 Like

Hi,
Googling is good but you can search the forum as well. There are many useful solutions and maybe you find something that works for you. What about the solution given by MrMen in this topic?

Hi,

I have fading from black working in both scenes now.
But am stuck on the fade to black followed by showing next scene.

Please look at my event code in the screenshot below:
Let me know what I am doing wrong, thanks!

Jesse

Ok…

Fade from black and fade to black are working now.
But it is not switching scenes?

I just displays the title screen when clicking [START!]?

Code is below, need assistance…

Jesse

Sorry, I found the issue:
I was destroying the object.
When not destroying the object the scene changes.

Thanks!

Jesse

1 Like