AllActor variable
Posted: Fri Jun 29, 2007 4:43 pm
Hello everyone,
Is it possible to make a game where all the actors have the same variable assigned to them, without them being parented.
What i mean is, if i wanted to change the transparency of all my actors that are in my game, but i dont want to make TONS of change transparency events, can i put something like...
in the script editor?
I have been trying to figure this out for ages. Is it even possible to assign a variable to an actor/actors?
Please help
Is it possible to make a game where all the actors have the same variable assigned to them, without them being parented.
What i mean is, if i wanted to change the transparency of all my actors that are in my game, but i dont want to make TONS of change transparency events, can i put something like...
- Code: Select all
AllActors.transp = 0.5;
in the script editor?
I have been trying to figure this out for ages. Is it even possible to assign a variable to an actor/actors?
Please help