Simple Coin Collect

10064
10065
28
29

Arrow keys to move. Collect the coins to increase the score.

The player object contains a Collision trigger that increments a score stored in a Number block. The Number's output is connected to a Label to display it on the screen.

The Coin objects play a sound and use a Destroyer to remove themselves from the level when the player touches them.

The Coin object also contains a simple animation

Editor