I think you could assign the four spheres to the same ENTITY pointer.
e.g.
ENTITY* sphereGroup;

action sphereAction()
{
me=sphereGroup;
.....
}

Then when you use sphereGroup, it refers to the four spheres.