Question Groups And Sprites

hello,

I have a question, I think a function dynamically sprites groups:

function xxx ()

    character = _spriteFactory:newSpriteGroup ()

    character.name = tablex(i). name

end

as I can do to invoke the event, or the properties of one particular character, if all have the same name

¿¿Character. X???

Thank you