Coin Block

11792
11793
30
31

Move and jump with arrow keys. Bump the blocks to dispense a coin.

  1. The Coin Block objects contain a Collision trigger that activates when the player contacts the underside of the block.
  2. The Collision trigger is connected to a Toggle Switch to ensure that only one coin is dispensed.
  3. 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.

Editor