Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Absolutely LOVE this program. I think it's amazing for setting up GM particles and I'd probably have gone mad without it. My biggest wishlist item would be a way to do random colours (right now, to achieve this I'm spawning particles individually in Step, using a random colour, and every time I need to do this I forget how to and have to look it up so if Geon could export code for that too (even commented out) it'd be super handy for me lol). Having a way to preview random colours would be a help, if at all possible.

Anyway though, I love it and I'm really glad I have it. It's a MUST HAVE for anyone using GameMaker. Thanks for making it!

(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!