Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi,
Correct me if I'm wrong, but, as I understood, you would like to spawn a particle with random color on creation? 

This isn't implemented in GameMaker's built-in particle system but can be achieved via a line of code like:
part_type_colour1(global.Snow_Part, c_white);

What I can do is to allow to disable the color blend for 3 colors and add custom Randomize checkbox for 1 color.

Is this what you'd like to see?

Thanks for the reply! Yeah, if I could preview random colours in GEON (a checkbox would be perfect) that'd be useful to me. I like a lot of funky multicoloured particles! Cheers!