Page 1 of 1

how to make light / dark arias tutorial

PostPosted: Sat Nov 17, 2007 1:00 pm
by j2graves
quite easy actually.

first make an animation that is just white or just black. then you add the actors and call one light and one dark. then you add the animations and set the transparency so that you can see through them. then change the z depth so that it is in front of everything and you've done it!

Re: how to make light / dark arias tutorial

PostPosted: Sat Nov 17, 2007 7:20 pm
by j2graves
No one has looked here yet! hmmm, wonder why.

Re: how to make light / dark arias tutorial

PostPosted: Sat Nov 17, 2007 7:44 pm
by Kalladdolf
though I knew it before, I think somebody might be interested.
good u mentioned it :D

Re: how to make light / dark arias tutorial

PostPosted: Sat Nov 17, 2007 7:48 pm
by j2graves
Thanks 4 the coment.

Re: how to make light / dark arias tutorial

PostPosted: Tue Nov 27, 2007 6:29 am
by Bee-Ant
Set your all characters to :
r=150;
g=150;
b=150;
When they touch "DarkArea" (made with Filled region), change to :
r=50;
g=50;
b=50;
CollisionFinish of DarkArea :
r=150;
g=150;
b=150;
When they touch "LightArea" (made with Filled region too), change to :
r=256;
g=256;
b=256;
CollisionFInish of LightArea :
r=150;
g=150;
b=150;

I think it would more simple way :D :D :D

Re: how to make light / dark arias tutorial

PostPosted: Tue Nov 27, 2007 2:37 pm
by tufif
Bee-Ant wrote:Set your all characters to :
r=150;
g=150;
b=150;
When they touch "DarkArea" (made with Filled region), change to :
r=50;
g=50;
b=50;
CollisionFinish of DarkArea :
r=150;
g=150;
b=150;
When they touch "LightArea" (made with Filled region too), change to :
r=256;
g=256;
b=256;
CollisionFInish of LightArea :
r=150;
g=150;
b=150;

I think it would more simple way :D :D :D


But then you would either be all dark or all light. The other way you could stand halfway in a shadow and it would look more realistic. It'd be great for splinter cell style stealth games. Now I'm getting ideas! :)