I'm using the arcade physics engine. I understand how to iterate through all members of a group to perform the same actions on the entire group as a whole, but I can't seem to find any information on how to make changes to an individual member of a group.
For example, on a certain event, I would like to change the velocity of one member of a group in particular. Could somebody tell me if there's a way to do so by referencing a specific index of the group or something?
Thanks.