This works nicely too!
![]()
Quick question:
The “60” in this line. Is that chosen because it’s a multiple of 5 referring to the 5 elements in the array?
Or it could be any number? As frameCount%60 == 0 will equal “0” for the first 60 frames therefore,
will generate a random number 60 times?
Just want to make sure I understand what is happening under the hood.