Page 1 of 1

Get Actor

PostPosted: Thu Jul 17, 2014 10:58 am
by Zeuh
Hi,
How do I get an actor from another actor's script. Like, I have an actor called A, now from its script I have to change some property of actor B, e.g. visibility?
I don't quiet understand how to use the GetActor(x, y) method. How do I use it if the actor changes its position and its x/y property is unknown to me?

Thanks in advance.

Re: Get Actor

PostPosted: Thu Jul 17, 2014 12:00 pm
by Zeuh
Never mind, I found it. Took me a little time to understand it :).

Thanks.