LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plz need help

I want to make matrix or array 6*6 contain alaphapet letters and numbers that flashing randomly or if you can't may regular flashing

need help if you can plz reply quickly

thanks

0 Kudos
Message 1 of 2
(2,317 Views)

Make a 2-D array of strings.  I would color the background transparent.  That way you can overlay it on top of a 2-D array of booleans or color boxes.

 

Generate 2 random numbers from 0 to 5.  They would be your row and column indices.

 

Now set up a routine to change the color of that element in the 2-D array of color boxes (or true/false of that 2-D array of booleans) so that it appears like it is flashing for how long you need it to.

0 Kudos
Message 2 of 2
(2,301 Views)