Looking for Guidence

I have an idea for what I thought would be a simple game, however I’m not quite sure on how/if I can create it with this engine. My idea is for a match 3 type game. But I can’t seem to figure out how to make the spawn for the orbs. I have the sprites, sounds, and the general concept in my head, but yeah… Not sure how to connect the dots here. The basic concept would be for the top blocks to “spawn” a random colored orb if the block below it is empty. But I don’t see a way for it to spawn a random orb, only one that’s pre-selected. Is there a way to do that?

Random number and filters, check those out in the help section

Thanks, I’ll check it out. :slight_smile:

Okay, So I’m trying to make a match-3 type game. In order to make it so that if colors next to each other are destroyed I am using an AND gate. using Proximity to same color as (a) and Collision with same color as (b) the end result being destroy. But that doesn’t seem to be working… What should I do differently?