Hey Incognito_Clover! Please make sure to give credit to: @NitroBirdy123 This was made mostly by me, with pieces of code from others and a couple of taken sprites. This is what I personally recommend using. Here are some hints to make the intro work: You know how every block of code starts with "When Green Flag Clicked"? Remove EVERY SINGLE one of those. Now instead of the green flag clicked blocks, add "When I receive ___". Change whatever is in the blank to "Intro Done". THIS IS FOR IN YOUR PROJECTS, NOT THE INTRO What this does is that is makes everything in the project run only when the intro is over. However, if the person clicks the green flag twice, then everything in the project will show when the green flag is clicked again. To avoid this, IN EVERY SPRITE, add a line of code saying: When Green Flag Clicked: Hide This makes sure everything hides when the intro plays. But if that's the case, make sure to add another block saying: When I receive "Intro Done": Show This makes sure that the project shows when the intro is done. An example of this is shown in one of the sprites in the code, fyi. Have fun!
Again, make sure to replace every single green flag clicked block with when I receive intro over EXCEPT the block mentioned above Also, if it says Error Loading Backpack, then right click the sprite and download it.