EXPLANATION This is an interchangeable intro. This demo runs through A FEW possible options. To edit it, press z. Please use full screen in edit or otherwise you cannot see all the options! Then you can add, insert, move, or delete the ones you want and order them. Also, for convenience, I kept all necessary coding in one sprite. EDITOR Z to go into editor. In editor, it will have a section in asterisks(*) and the just tell you how common something is and how hard it was to make. The rarities from easiest to hardest are: simple, easy, hard, and special(special means uncommon and harder to make). The type means where you are advised to put it. For example, and end one is designed to be put at the end of your intro. CONFUSING OPTIONS Some options, like Box Slide have complicated entering instructions and have continuations in instructions in examples below it in the list. Here is more additional info for Box Slide: (4num color) & (4num brightness) means you have to enter a 4-digit number for color & brightness. Negatives go in font meaning that if you want -10, you must enter -010 to keep the negative symbol in front, while still having 4-digits by adding in the extra 0. The types you can enter for types are: TR-BL, BL-TR, TL-BR, BR-TL, R-L, L-R, T-B, & B-T the letters representing: T = Top, B = Bottom, R = Right, & L = left. Example: -011 0100 TL-BR = -11 color effect, 100 brightness effect, slides top left corner to bottom right corner ONCE ADDED TO A GAME: Find the editor script inside. It should be at the top of all the scripts & marked with a comment. Once you find it, delete the script it if you are done editing your intro & are sure it is saved & working, because that is the editor script. Hello! ;)
100% by @warbling_gerbil , me. Helpful things about this project: 1. I did keep all necessary code in just the intro sprite! That means only one sprite necessary to backpack. 2. All variables have "Intro: " in the front of it, so my intro variables don't get mixed up with the variables in your game. 3. Of course, the fact that you can edit it for your own preferences to be in it. 4. Although it is currently close to 2,000 blocks, it still loads fast.