Hello. I want the image to randomly appear and disappear. The procedure is attached to the button. I don’t understand how to correctly connect random with boolean
Pick a random item from the list true,false
Thank you. Helped. As always, I complicate, but it turned out to be easier.
We gave you what you requested, but probably not what you needed.
If you need the dice to appear in random locations represented by a list of pre-positioned Sprites or Images, you would want only one of those to be visible at a time.
That would require keeping a list of those Sprite or Image components, that you could loop through to set them all invisible, and a select random item from list block to pick which one you want to use to display the die in its new position and value.
This approach requires use of the Any (generic) blocks.
No, everything is okay. And thank you. I need an image so that the game dice randomly move around the screen after being thrown. This is for non-visible images that are pushed randomly.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.