how we can choose an image in medias
-
Hello, I have a problem, I can't select one image, I want to select one image on these icons, how can I do that ? https://photos.app.goo.gl/MpUGdk8ykygeyCTH7
Thank you for answering -
OK so this is a tiled image. You need to set an animation first. This can be a sequence or an individual tile
see https://fuzearena.com/help/view/setSpriteAnimation
So if you just wanted tile at position 42:
setSpriteAnimation( sprite, 42, 42 )
-
@popinet21 @pianofire Or you can do the drawsheet function to draw one tile from a spreadsheet.
https://fuzearena.com/help/view/drawSheet -
Thanks a lot, I'm trying the two solution...
I'm think the animation one is more easy to understand