You know how you can have multiple images in a sprite type?
Is there a block that lets me get a random image in Sprite Type? Like there is a random item of list?
Like this except for Sprite Type.
You know how you can have multiple images in a sprite type?
Is there a block that lets me get a random image in Sprite Type? Like there is a random item of list?
Like this except for Sprite Type.
you can specify sprite image by number, right? So just use the random block (from math) to specify a random number.
How clever! That’s an amazing idea and I’ll try to implement it.