Event Actor = Actor that is receiving the Event from Himself.
But what did you mean ? Using the NAME of the actor (like BALL) that would receive himself the Event instead of just leaving the Event on Event Actor ?
If you want to put an Event on BALL itself, both methods (using EventActor or its name) will give the same results. Change Event Actors to specific name whenever Events are given to other actors by Event Actor.