get a variable from creator or parent?
Posted: Fri Sep 29, 2006 11:30 pm
hello all,
is it possible to have an actor get anothers "actor variable" from it's creator or parent? I thought it might be this but I was wrong. on draw actor event
any ideas?
is it possible to have an actor get anothers "actor variable" from it's creator or parent? I thought it might be this but I was wrong. on draw actor event
- Code: Select all
localvariable=creator.localvariable;
any ideas?