Use this in your game to stamp into your screen Topbar Icons! Use this for settings, or for whatever you want! It’s easy to control, here are the steps: ——— STEP 1 ——— - Create 1 costume for each icon named with this steps — Icon name — Example: “Settings” — If it is only an image, center the image. If it’s image and text, make the image be in a certain position in all other icons that contain text, in the project there is an example position for the image in “Test” costume. — If you want to only insert text, align the text with the image’s position and delete the image. — Examples in “Template” sprite, make sure to check it. ——— STEP 1 INFO ——— - There, you can paste, draw or import your image and/or text. ——— STEP 2 ——— - Create another costume with the previous name followed by “Overlay”, like “SettingsOverlay”. — If the icon is meant to be circular, copy the white circular overlay and paste it. If it’s meant to be long, then copy the long white overlay and paste it on the new costume. This will help doing an action when the icon is clicked. ——— STEP 3 ——— - In the custom block, enter the ID of your icon in the first input (the name of the costume created before but without //Info, in this case, just “Settings”) - In the second input, type “Default” or “Long”. This will determine the length of your icon. ——— CUSTOMITZATION ——— - To customize and create your own topbar style, you just need to edit “Icon//Default”, “Icon//DefaultOverlay”, “Icon//Long” and “Icon//LongOverlay”. ——— OTHER ——— - If you want to delete all of the icons of the topbar, you’ll need to broadcast in some way when something happens, and in the broadcast (must be broadcasted by a clone, not from the sprite), enter a “delete this clone” block. — If you want your topbar back, just use the custom block again. - To make an action execute when the topbar icon is clicked, go to “See Inside” button and enter your code in the “when i start as a clone” block.
If you do not want to read the instructions, follow the pattern specified inside the project and try to figure out what it means. In the “Template” sprite you can copy and paste into topbar some examples to make sure your topbar does not glitch. Make sure to check it! Credit or remix so i can see your creations!