ScratchScript 1.0 Help

Backend (ScratchIR)

ScratchIR is an assembly-like language that converts commands into Scratch blocks.

For example, this code:

on start load:number x set var:x 1 end

Produces the following blocks:

Basic ScratchIR example

The code for its parser/handler can be found here.

Last modified: 02 мая 2024