Keep clicking the red button. It turns orange when you hover your mouse over it. When you click it, it will change position.
All code by @ITeachMathInClass0. You can use it with credit. Scroll down for usage guide. If you have any suggestions, let me know by commenting. I may or may not add it. If it is a good suggestion (like something about a bug in the engine), then I will most likely add it. If it is bad (like about the project itself or something impossible on Scratch), I probably won't add it. Usage guide: 1. If you want to use this, press "see inside" and delete the "when green flag clicked" block that has a comment saying to delete the blocks. 2. If you want to create a button, use the "Create button [data...]" block. 3. The "clicking" variable reports 0 if the user is not clicking a button. Otherwise, it reports the button id. 4. Where it asks for the color, use the formula for RGB below: C=(R*65536)+(G*256)+(B) 5. Enjoy using this! Just make sure to credit me for it!