Hello, I want to do a color matching game where I need to match 5 pieces together to make a combo, the colors comes in at a sequence (always the same) and you have to fill your ball with the correct 5 colors in the correct order to do the combo things. If you collide with a color you already have, you loose that color.
Im trying to do something like this:
Hero collision with Bar Yellow = Change animation to Yellow
Destroy bar yellow
set color to 1
Hero collision with Bar Blue = Change animation to Blue
destroy bar blue
set color to 2
And so on for each of the 5 colors
If Color = 5 Set rage visible (a red coloring thing that covers the entire screen)
Change animation to full (rage animation)
and so on.
But I am having trouble (as in lost, dont know what to do) about how to set up when hero hits a color it already has, to make your hero lose the color it collided with...
Each animation adds the current color you are colliding with to the previous ones on your ball.
Here is the capx:
https://www.dropbox.com/s/k24ythv9tsq5d7r/Match%20Runner.capx