Hello -
How do I show the number of lives a player has as sprites (like Marios or Pac-Men) instead of a number? In another language I used in the past the correct term was to "replicate".
Thanks, regards.
I use tree as lives meter in following example: https://www.dropbox.com/s/f6a6vchulevej8m/Clock%27O%20Gear.capx?dl=0
An easy way is to use a Tiled Background object instead of a sprite. If the width of the heart image is 20px, then all you have to do is set TiledBackground width to PlayerLives*20
Thanks! The loop worked fine.
Interesting file, by the way!
Develop games in your browser. Powerful, performant & highly capable.
Thanks! I will also try this method out.