Hi all, I'm stuck with this. I've not wasted a lot of time on it but thought I'd see if there is a way of efficiently doing it.
The situation is when you get so far in the game a lot of different coloured blocks come up and eventually there are no more moves, I've tried using active objects and alterable values to test but I can't figure out the way of testing this, also how would I tell if all objects match to each other's value and none of them differ.
Are you creating some sort 'match blocks together' game? It's the only thing I can deduce from your description, isn't going to be anything like Kirby's Avalanche? (Or actually Puyo Puyo)
http://www.youtube.com/watch?v=uPfYSH0dE_I
If so, you also want to check if a set of blocks is continuous, by checking if adjacent blocks have the same color.