Page 1 of 1

A question about "Event Actor"

PostPosted: Fri Apr 23, 2004 4:56 pm
by Just4Fun
When is it better to use a specific actor rather than use the "Event Actor"? It seems like they both do the same thing. :?:

PostPosted: Sat Apr 24, 2004 7:53 am
by ingsan
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.

PostPosted: Sat Apr 24, 2004 6:13 pm
by makslane
If you choose "Event Actor" on a action, only the actor which receives the event will execute the action.

If you use the actor name, and some clones, the actor and clones will receive the action