Deleted old separate projects ====================================== Oct 26, 2025 So, i just relized volume is actually for this sprite only. And that's why set volume to 0 might not mute the project It was weird when the sound have the almost exact same volume and only mute when it's 0 when i set it. it took me literal hours to fix my game. That's all, i just want to share something. ====================================== Nov 7, 2025 So the "when this sprite clicks" block is actually more complicated than you think. It doesn't detect a click when the sprite is hidden or behind another sprite (layer) So if you have a touch block, even if it's hidden or at the back layer, it will still detect a touch. I thought it only detects a touch if the sprite is invisible because of the ghost effect, not hidden. So if you leave the mouse down and touching the mouse pointer will still detect a click. I've had this bug in two of my previous shooter games, where the start button, even though hidden, would still broadcast start when clicked. So I'm sharing this experience with you guys even though it's a bit late. ====================================== Feb 8, 2026 I've realised that the "set color effect" block is basiclly the "Color" slider in the costume editor, though the block is based-200 and the slider is base-100 since about last month. So it might help you in some cases