Pausing text output until fade finished
Posted: Fri Aug 05, 2022 8:42 pm
Hi there! Love the plugin it's been super useful in my workflow and I can forsee it helping a lot in the future as well!
I'm currently using it while having a full screen picture being displayed on the screen I want to fade out, change the picture, then fade back in. Currently I have this setup in the sequencer
Which works great but the problem is the text starts typing already during the fade in. I couldn't find anyway to make it stop within the sequencer is there a custom module or something I could be using for this? Or is there a better route I should be taking for what I want to achieve
I'm currently using it while having a full screen picture being displayed on the screen I want to fade out, change the picture, then fade back in. Currently I have this setup in the sequencer
Code: Select all
SetContinueMode(false);
Fade(stay)->Message(SetPortrait);
SetPortrait(Intro Cutscene,pic=2)@Message(SetPortrait)->Message(Done);
Fade(unstay)@Message(Done)->Message(ReallyDone);
SetContinueMode(true)@Message(ReallyDone);