This is a hex color test, it finds the hex color code at the mouse pointer (or any pixel you want!) It's a bit slow, but there's not much I can do about that. Use the arrow keys to change backdrops. You can also upload your own. Press space to stop the project. (This is helpful if you want to copy the text in the hex color list. without moving the mouse.) Simply backpack the hex finder sprite and type the coordinates into the x:() y:() custom block! It's also a good idea to read the notes I put in the sprite. The Return variable returns the color detected after using the block (since custom return values don't exist yet.) The hex values take about 3 seconds load before they can be used. Feel free to use this! Credit is optional.
I got the idea for this project from https://scratch.mit.edu/discuss/topic/250529/ Most of the scripts in this project are from Adaptive Scanner by @imfh. I got the block for the thumbnail from https://scratchblocks.github.io -------------------- Project info: Version 1.1.1 (Updated on March 1, 2021) What's new?: Improved color accuracy. Added more backdrops Add the list in the corner. Known issues: The project lags. It takes a while to load the hex colors It's very slow on mobile. Coming soon: less lag (hopefully), a loading message and easier to understand code. -------------------- #pen #mobile #workarounds #description(This project acts like the Color at x: y: block that some Scratchers want.)