Painting Random Dots On A Panel
-
Hey Musiclovers
Trying To Draw Random Dots ( Circles ) On A Panel, With a Timer.
The Position Of Dots Needs To be Randomizes And Keeping Updated By A Timer.Any Help Is Much Appreciated

-
Use
Math.randInt();to generate random XY positions for your circles. -
@Natan https://docs.hise.audio/tutorials/recipes/ui/scriptpanel.html#horizontal-list-example
Just above (it has no link in the doc) -
@d-healey Yeah That's The Magic Code :) Thank You Sir
@ustk Oh Wow That Looks Nice -
@d-healey @ustk How to Use A Loop To Draw 100 Circles?
-
@Natan Try it and post a snippet, then I'll help you fix mistakes.
-
@d-healey I'll Send You A Message :)