I have a group of multiple objects. If I select one object from the group, then i use the method: click="makeObj(event)" And then the function:
protected function makeObj(event:MouseEvent):void
{
var targetObj:Object = event.currentTarget;
}
But how to use all the other objects in the group except clicked (target)?