Hi all
I have this strange issue.
http://www.pileofcrab.nl/Apps/Games/LittleCreatures/Issue.jpg
I have asteroids and i have little creatures.
The asteroids is food so the little creatures need to eat them.
Each little creature is assigned to a asteroid.
The assigned asteroids UID is stored in a variable of the little creature.
The little creatures walk up the the assigned Asteroid.
(so far all works)
But then when i want to check if they overlap their assigned asteroid, only 1 of them is eating.
The rest is not.
I want them all to eat individually, but only if they overlap their assigned asteroid.
As you see in the logic i am using i try to pick the assigned little creature for each asteroid.
Then do a overlap test.
Why is this not working?
why is only 1 of them eating?
I tried so many different ways but i cant figure this out.
Thanks for helping.
Savvy001