← Back to extensions
Sprite Utils
A grab-bag of sprite math and rendering helpers for MakeCode Arcade: distances, angles, movement, timers, and simple drawing.
Pick a tool from the list on the left to see what it does, its parameters, and a copy-pasteable example. This extension has 28 documented tools.
Or open the extension directly in MakeCode Arcade: Import arcade-sprite-util.
- radians to degrees
- degrees to radians
- render on z-index
- draw transparent image
- draw circle
- fill circle
- console overlay
- set life image
- round with precision
- run code before/after engine step
- math constant
- null-like constant
- point (x, y)
- x, y (deprecated)
- is destroyed
- distance between
- get sprites of kind within distance
- angle from
- velocity angle
- speed
- place angle from
- jump impulse
- set velocity at angle
- move to
- move to at speed
- apply transform to sprite image
- on sprite kind update interval
- on sprite update interval