Hi guys, so i have confetti at the end of my game. But when I create the random colors for the confetti, there are some black or darker colored pieces. Out of 100 pieces of confetti there will be like 2 or three black ones. Is there any way I can negate those darker pieces of confetti.
ConfettiSprite--On created >> ConfettiSprite--Set color to random(9999999999)
Develop games in your browser. Powerful, performant & highly capable.
Huh, it must be taking it as one color.
Try rgbEx(random(random(50,100), random(50,100), random(50,100))
Thanks alot