Skip to main content

For Range

Category: Control For Range block screenshot

Runs a counted loop from a start value to an end value with a configurable step size. If you provide indexVar, the block also exposes the current zero-based iteration index. If step is omitted, the loop uses Blockly's standard default step for the chosen direction.

Inputs

InputRequiredValue KindTypesEnum Values
indexVaryesstringvariable-name
fromyesexpressionnumber
toyesexpressionnumber
stepnoexpressionnumber

Notes

No additional notes are available yet.

Examples

Render Active-Sequence Frames At Equal Distances To Fixed Folder

Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: frame export, visual probing, timeline sampling, runtime validation

Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json

Download JSON