In the beginning fragment I have: BalokFadeToBlackScene.Apply()
In the end fragment I have: BalokFadeToBlackScene.Remove()
Function imgmod() FadeToBlackImod.Apply() ;fades to black Utility.Wait(2.5) ;the fade to black actually lasts 3 seconds, but I add the hold IMS early to prevent getting a flash of regular screen FadeToBlackHoldImod.Apply() ;holds blackendFunction
Function imgremove() FadeToBlackBackImod.Apply() ;fades back to normal FadeToBlackHoldImod.Remove() ;dont forget to remove the hold blackendFunction