Hi.
How to show the sprite after a random time (cancel) and after a random time display a new sprite in a different place.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
On start of layout, wait random(x,y) seconds, create sprite.
On sprite created, wait random(x,y) then create sprite at x=random(x,y), y=random(x,y)