Guys,
I come again for your aid, since i couldn't solve another problem in my project on my own. This time, i've tried to modify a project found here in the forums, so it would suit an idea of mine, but to little end.
As you may see in the project that i will submit, we have two player-controlled balls that modify the color of each bouncing ball they touch. So far, i was successfull on that.
Unfortunately, i couldn't add the last condition to my prototype, which is: every ball that had its colour changed by a player-controlled ball may change another ball's color only once.
That is, the player touches a blue ball, and that ball will modify the next ball it touches to the color that it has after being touched
by the player.
The second ball in the sequence cannot modify any other ball's color.
Can you help me with that? I tried do it by creating different frames of the same object and attempting to make them change after collisions, but it also didn't go well.
Do you folks have any idea how to do that? I'm really lost.
speedy.sh/WfDf6/Plague.capx
Many thanks,
Orwin