Open links in new tab
  1. Blockly - Google Groups

    Welcome to the Blockly developers group! Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the …

  2. Blockly Summit 2025: New sessions in EdTech, AI, accessibility and …

    Apr 3, 2025 · Discover how the Blockly community is shaping the future of block-based programming across AI/ML, EdTech, accessibility, robotics, and enterprise apps.

  3. Blockly Announce - Google Groups

    Blockly Accessibility Fund Deadline reminder The final application deadline for the Blockly

  4. Changing the default prompt in blockly - Google Groups

    Sep 18, 2023 · You can call Blockly.dialog.setPrompt (function (message, defaultValue, callback) { // your code here }); to set the callback function that will be run whenever a prompt should …

  5. Blockly v11 is here! + Q2 Announcements - Google Groups

    May 21, 2024 · Blockly Newsletter Q2 2024 Key Highlights & Announcements Our v11 release is here! This is a big release with many new features supporting customizability. Check out the …

  6. Uncaught Error: JavaScript generator does not know how to …

    Aug 7, 2024 · Prior to Blockly v10, when looking for a block generator function, the blockToCode method would look up the function on itself, i.e. look for this [blockType]. This created some …

  7. Blockly Games: Bird - level 9 - Google Groups

    Feb 28, 2023 · This gets the bird further along, but she then gets stuck with the "y < 60" condition intended for flying away from the worm, since that also applies when she flies towards the …

  8. typescript - Python to Blocks in Blockly - Stack Overflow

    Jun 27, 2020 · I run edublocks.org and I'd like to implement Python to Blocks. Currently, you can only move from Blocks to Python. Does anyone know how to do this? Thanks!

  9. How can I dynamically create blocks and add to the panel?

    Oct 31, 2019 · Instead of you using your JsonToBlocks function it is best to use the Blockly.defineBlocksWithJsonArray function. This creates a lookup table that can be used by …

  10. Scratch Design Convertion - Google Groups

    May 8, 2021 · Do you think there is a simple way to make the transition between Blockly to Scratch Blockly without creating everything from the beginning?