They are now enabled on the forums but not in the editor.
when green flag clicked set [santa hats V] to <t> when flag clicked::santa say [Santa hats are back!]
also why did the forums keep typing a santa emoji when i tried to type ::santa lol
They are now enabled on the forums but not in the editor.
when green flag clicked set [santa hats V] to <t> when flag clicked::santa say [Santa hats are back!]
also why did the forums keep typing a santa emoji when i tried to type ::santa lol
They are always available on the forums, but actually they are in the dev version right now!
yipeeeeeeeeeeeeeeeeeeeeeee
also i know they’ve always been an option on the forums, but now they’re default just like they were exactly 1 year ago i think
Oh, OK.
when green flag clicked
I enabled them by default on the forum just cause it’s a simple toggle. Enabling them in snap requires an update, which isn’t as easy.
Santa’s hat support is still there
but moved slightly out of sight.
// ==UserScript==
// @name Snap! Santa's Hat
// @namespace http://tampermonkey.net/
// @version 2025-12-06
// @description XMas Hats
// @author DD || Snap!
// @match https://snap.berkeley.edu/snap/snap.html
// @grant none
// @require https://snap.berkeley.edu/snap/src/santa.js
// ==/UserScript==
(function() {
HatBlockMorph.prototype.xmasSkin = true;
})();
drag this into snap

(then go to settings → looks)
Whats the point in obfuscating your solution?
BTW: executing the generic event script when pic is dragged seems like a misfeature.
What are you talking about?
i think he’s talking about how the hat deletes itself right after you place it in the editor
if that is what you mean, it’s probably because there’s no point in having the block take up space in the editor/palette after it adds santa hats, since that’s its only purpose and you can’t add it twice
i, personally would just delete it if it didn’t do it itself
sorry, it was just way more convenient for both me and the person who uses the block.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.