How to make your flag button a different color

Nice!
It also would be great if we could save the way Snap! is configured, to save changes made in dev mode, like the "save image for end user" option in early Scratch. (above)
You can see early Scratch images and run them in your browser here: https://scratcharchive.naleksuh.com/

i might make a userscript for that

Nice

world.children[0].refreshIDE(0) works, but that also reverts all changes :frowning:

I have it:

world.children[0].children[1].children[5].children[0].color = new Color(255, 0, 0, 1)
world.children[0].children[1].children[5].children[0].changed()

Edit the values in new Color(255, 0, 0, 1) and run the script, it will automatically change the color of the flag symbol.

Great, but is there a way to do that with the online editor? I use that and cannot download the offline one... maybe with cookies?

what

what what

what online editor..?

This online editor
Or choose the "Run Snap!" option in the header of the forums and Snap! itself

That script isn't for the offline editor, you're meant to paste it into the browser console or a javascript function block.

Ooooooh that's why I was so confused

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.