I have a sprite that I want to display on my game over screen.
But I only want that sprite to appear at random, let’s say 1 time out of every 20, other times (19 out of 20) it just doesn’t display.
How would I go about this?
Thanks all :)
Develop games in your browser. Powerful, performant & highly capable.
System Compare two values: random(20)<1 ...... Sprite set visible