Move and jump with arrow keys. Bump the blocks to dispense a coin.
- The Coin Block objects contain a Collision trigger that activates when the player contacts the underside of the block.
- The Collision trigger is connected to a Toggle Switch to ensure that only one coin is dispensed.
- A coin is emitted using an Emitter, and a sound effect is also played
Note: The Coin Block has its Emit Angle set to 270 degrees so that it will emit coins into the air.