In today's video, I'll show you how to make a randomized loading screen for your FNF mod, similar to what we saw in the Bob and Bosip EX update.
LINKS:
Cache.hx download: https://www.mediafire.com/file/knkjx0...
CODE:
Paste this:
var menuBG:FlxSprite = new FlxSprite().loadGraphic(Paths.image('loadingScreens/loadingscreen-' + FlxG.random.int(1, 8)));
menuBG.screenCenter();
add(menuBG);
(Sorry if it looks weird, I couldn't get it to look how it does in the code. Just position it so it looks how it does in the video)
How to compile code:
• Video
this mod code comes from the Phil mod, go check it out, it’s really cool. My intent is not to steal, but to give this knowledge to more people. It’s why FNF is open source