View on GitHub

arcade-sprite-events

An extension for MakeCode Arcade that adds more Sprite events

MakeCode Arcade sprite events extension

This extension adds a few blocks to MakeCode Arcade that give you events you can use with sprites and tilemaps.

Here’s a quick sample of the events that are available:

Tilemap events

This event block gives you a lot of events that are useful when using tilemaps. Here’s an explanation of all of the different sub-events:

Sprite events

This event block gives you more options for the standard sprite overlaps block. They are:

Region events

Region events let you register events that run when a sprite enters or exits a certain part of the game world. In addition to using tilemap locations, you can also define regions using pixel coordinates. The different events are:

Use as Extension

This repository can be added as an extension in MakeCode.

Metadata (used for search, rendering)