C3/Mobile Game
Can I get some help thinking this one through please?
It’s a simple sorting game, but with a twist - the balls generate every X seconds from the bottom, pushing the other balls up. If the Balls reach the top, you lose. That part I’ve got - everything is populating well.
What I need is when the blue ball is on collision with the green ball, the blue ball is destroyed - That part I got.
BUT when the green ball is on collision with the blue ball, I need the program to do nothing.
1. How do I tell C3: Don’t destroy?
2. The other question is, as the balls auto generate every X seconds, how do I get the blue balls not to destroy if a green ball generates below them?
Right now if a green or blue ball generates under a green or blue ball, the blue ball is automatically destroyed - I need that to stop.
As I go, the green balls will be destroyed if they touch the red balls …. and I’ll be honest, I’m not sure how I’m going to destroy the red balls. I’m thinking if 2 green balls are destroyed on the red ball then the red ball is destroyed on the second destroyed green ball. But first things first.
PS - All the sprites are giant/over sized/big - this is slapped together so I can learn how to do it.
The C3: drive.google.com/file/d/1fLSIQo5nVof8rs0Xo7JDyeNfBg5YyAvK/view