![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
So.. Snap! has 3D now :) - Share your Projects - Snap! Forum
Mar 10, 2024 · someone on the snap team just decided to make a bit more modern version of beetleblocks. Hi, you're right, and I'm that person in the Snap! team. I also was the developer of Beetle Blocks, so it was my obvious job to make something similar for Snap!, now that we have a nice extension framework.
Api help - Advanced Topics - Snap! Forum
Jan 29, 2025 · Ive been trying to see if i can make my own "Api's" to use for snap tho im running into an issue. when i use the url block its just returning me the code i have on the page not the page value. if anyone has anything that could help please lmk. https://batteryapi1.glitch.me/ // Override the page content with JSON when the battery data is ready …
Snap! Forum - A friendly place to discuss programming with Snap!.
This category is for people interested in the inner workings of Snap!: what's inside its implementation, how to extend it, and so on. Please do not post advanced-topics-ish messages elsewhere. The goal is to ensure that the vast majority of users, who make projects in Snap ! without knowing how it works, aren't scared away from the forum or ...
Snap 10.3.0 - Share your Projects - Snap! Forum
Dec 5, 2024 · Here's the release notes for snap 10.3.0 10.3.0: New Features: Custom Hat Blocks Custom Hat Blocks, expressed as predicate defining a condition that fires the event Custom Hat Blocks can choose to be "events" reacting to a state change (default) or "conditions" observing state (indicated by an infinity symbol) new "Events" library featuring custom hat blocks reacting …
Tic Tac Toe! - Share your Projects - Snap! Forum
Dec 18, 2019 · Snap! Forum Tic Tac Toe! Share your Projects. 21alliterski December 18, 2019, 4:34pm 1. This is my new TIC ...
Variadic if-else reporter - Snap! Feature Requests - Snap! Forum
Jan 3, 2025 · Considering the if <> { } @addInput block has been variadic for a while, I found it strange that the if <> then [] else[] block has stayed the same. I have way too many projects with much too many nested if <> then [] else[] s, which could have been much more elegant (and possibly faster) if we had this as a primitive. Now, of course you can make this in snap, but of …
How do I make a list? - Help with Snap! - Snap! Forum
Feb 7, 2020 · Snap!'s list block is a reporter (ovally shaped block that reports a value and can be used as an input to other blocks (e.g. the item _ of _). image 1593×555 91.5 KB image 1815×150 59.6 KB
Bubble and Quick sorting - Share your Projects - Snap! Forum
Aug 27, 2020 · I made some blocks that do generic-comparator bubble-sort and quick-sort, and report #comparisons, #swaps, which I think are pretty cool, and could be useful for a BJC/CSP/other class. Here is the link, the comments describe some experiments that students can do, not to mention examining the code to understand the algorithms (you have to go to the …
Snapmegle! Concept (Snap! x Omegle)
Apr 18, 2024 · I'm making a concept based on Omegle, using MQTT. I've had several iterations of the Snapmegle! logo. Here are a few: Changed text of the Snap! logo Changed lambda in the logo to omega and removed the cap Changed the colors of the logo to fit with Omegle's color scheme Added back the cap to the logo I've only created the logo, so any advancements will …
Switch background - Snap! Editor - Snap! Forum
Oct 25, 2020 · In this case, Snap! has a more flexible way of doing things than Scratch. Any sprite (or the stage) can ask any other sprite (or the stage) to change its costume. The way I do this is - select the stage - and directly choose what costume you want the stage to …