About 15,700 results
Open links in new tab
  1. 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 …

  2. Snap! v10.5 released - Announcements - Snap! Forum

    Feb 28, 2025 · We’ve just released @SnapCloud v10.5 featuring sound recording capabilities on iOS devices and a new block for getting tilt sensor data from your phone or tablet ...

  3. How do I make a list? - Help with Snap! - Snap! Forum

    Feb 7, 2020 · For a quick start however, this might help: 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 _ …

  4. Help with Optimization - Snap! Editor - Snap! Forum

    Jan 25, 2025 · Snap! is a blocks-based programming language built by UC Berkeley and used by hundreds of thousands of programmers around the world. (Also, ignore the costumes for the …

  5. Snap! v11 is released - Development - Snap! Forum

    Aug 29, 2025 · Snap! version 11 is released and available using Snap! Build Your Own Blocks

  6. Make a clone delete itself when it touches another sprite? - Snap ...

    Nov 18, 2024 · I am making a space-invader style game that has clones of an alien sprite descend from the top of the screen. The user will press space to fire a bullet sprite (not a …

  7. Art & Music - Module 9: Designing Games (Spring 2025)

    Mar 24, 2025 · In this week's module, we will begin exploring how to create games in Snap!. Since games tend to be more complex, this module will extend across multiple weeks, as we …

  8. V10.4 has been released - Snap! Editor - Snap! Forum

    Jan 22, 2025 · 10.4.0: Notable Changes: "Quicksteps" Evaluation - Dynamic Scheduling: Keep stepping non-animating processes between animation frames, makes "warp" and "turbo …

  9. List Randomizer - Share your Projects - Snap! Forum

    Feb 18, 2023 · Have you ever wanted to randomize the items on a list? Now you can with this custom block! Just put the list in its spot, then put the number of times you want to be …

  10. Frame rate, rendering and performance - Advanced Topics - Snap!

    Feb 12, 2025 · Alas, Snap! 's scheduler doesn't do real time slicing; it relies on explicit yields that Snap! carries out at the bottom of every loop iteration. So if the first script doesn't have any …