
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! v10.5 released - Announcements - Snap! Forum
Feb 28, 2025 · Snap! Forum Snap! v10.5 released. Announcements. jens February 28, 2025, 12:13pm 1. We’ve just released ...
Art & Music - Module 9: Designing Games (Spring 2025)
Mar 24, 2025 · "Creating Art & Music" is an introductory course designed to introduce creative activities in the context of art and music. Thus far the course has been taught at the middle school, high school, community college, and university level (with appropriate adaptations for each level). Each week this fall, students in the course are posting their projects in this strand …
Snap!6 is here, and it's all about scale - Blog - Snap! Forum
Jul 8, 2020 · Snap!6 is here, and it's all about scale. Thousands of miles apart, yet online together, our team of UC Berkeley researchers, SAP engineers and educators from multiple countries and continents just had a party releasing the biggest update to Snap! for years. Over the past months we've rewritten Snap's Morphic kernel to optimize graphics rendering while …
How to have multiple timers? - Snap! Editor - Snap! Forum
Jan 14, 2025 · Hi, so I was working on a game and used the 'timer' block in more than one script. Both scripts are within the same sprite, and both have a 'reset timer' block at the end. And I noticed the longer timer doesn't do anything because the smaller timer gets reset before it. So I was wondering if there was an inbuilt way to have separate timers or if I'd just have to build my …
How to correctly iterate through objects' costumes list? - Snap!
Jan 18, 2025 · Hello everybody! Immediately felt in love with Snap! once I got to know it, and wanted to thank you, devs and forum users, for all of your work and participation. It inspires! I have a question regarding objects' attributes. Maybe it's quite obvious as it is and/or well-explained in a certain Reference chapter I skipped, but there's the one thing I wanted to …
How to write snapblocks - Tutorials (Here's how to ... - Snap! Forum
Aug 27, 2024 · This will serve as a tutorial for writing snapblocks on the forum. The main snapblocks documentation is here, but I understand that not everyone on the forum can access that page (since most schools block github.io), so I have put the syntax page here on the snap forum. I will also make this post a wiki, so anyone can edit it and fix some mistakes I made, or …
Joining two 2D lists - Snap! Editor - Snap! Forum
Oct 10, 2024 · I had a look around but nothing obvious jumped out at me and I needed to join two 2D lists in a hurry so came up with this but I'm wondering if there is an "official" library block to do the job - apart from the …
Making Pong - Snap! Editor - Snap! Forum
Feb 13, 2025 · Hello, and welcome Snap!. It is recommended that you start a new topic for things like this, seeing as this topic was about helping kingico1133 in particular with their game, not help making games in general. In answer to your question, you may want to check out the (pick random (1) to (10) block. This will produce a random number in the ...
JavaScript tutorial (Part 1) - Tutorials (Here's how to ... - Snap! Forum
Oct 3, 2020 · Note: Due to CORS, some websites may not be able to be acccessed from outside themselves. e.g you can't access google.com from snap.berkeley.edu, or snap.berkeley.edu from forum.snap.berkeley.edu. Additionally, there is XMLHttpRequest, which is a lot more complicated and won't be covered here.