Block Text invisible for few second

Hi!
I want to make the Block Text to invisible at random, during few second.
EX, Out of blocks 1 to 4, make 2 of them invisible at random.
Help PLZ!!!!!!!!!!

Invisible at random, for a random amount of time?

Want set Time interval

Sorry, could you please reiterate that? I couldn't quite apprehend your apostrophe.

I Make number puzzle. I want make game difficult. So, I want select the blocks, and the blocks text invisible, during 1 second.

So, when you click on the component, it turns invisible for 1 second? And which component is this exactly?

I can't that. Thanks!

Π£ Ρ‡ΠΎΠΌΡƒ, власнС, ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠ°? Π—Ρ€ΠΎΠ±ΠΈΡ‚ΠΈ тСкст Π½Π΅Π²ΠΈΠ΄ΠΈΠΌΠΈΠΌ, сформувати часовий Ρ–Π½Ρ‚Π΅Ρ€Π²Π°Π», Ρ‡ΠΈ Π·Ρ€ΠΎΠ±ΠΈΡ‚ΠΈ Π²ΠΈΠΏΠ°Π΄ΠΊΠΎΠ²ΠΈΠΉ Π²ΠΈΠ±Ρ–Ρ€?

1 Like

To make text invisible, set its ink color to the background color.

randoms randoms_in_range.aia (3.1 KB)

To pick some random Labels, init a global LabelList to a list of your 4 Label components.

Use the enclosed randoms value procedure to generate a list of 2 random numbers from the range 1-4.

Make all the Labels in LabelList Visible. Then
use the items in the list of 2 random indices as indices into LabelList for the Labels you want to make invisible.

2 Likes