Perfect transition of acts, after dying, the fadein effect of the title card returns #74
Answered
by
TrianglyRU
KauanGamer2130
asked this question in
Q&A
-
|
I set the title card's fadein effect to only run in act 2 after act one, but it runs even if the player dies or the player starts act 2 from the dev menu. How can I configure this to not happen? How can I make the title card fadein effect run after the player dies? Sonic.The.Hedgehog_.Reinvented.2025-01-28.01-01-47.online-video-cutter.com.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
Jan 28, 2025
Replies: 1 comment 3 replies
-
|
You should have a global flag to detemine if the game should do a fadein or not. Clear and set it whenever you need. It is basic programming |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TrianglyRU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You should have a global flag to detemine if the game should do a fadein or not. Clear and set it whenever you need. It is basic programming