my.metal=on;

Posted By: aslan123

my.metal=on; - 05/10/07 10:27

i dont understand what metal is
can somebody explain it please
Posted By: zazang

Re: my.metal=on; - 05/10/07 10:40

Place an object in the level and set this code :-

Code:

action metal_object
{
my.metal = on;
my.albedo = 70;
sun_light = 50;
while(1)
{
my.pan += 2*time;
wait(1);
}
}


You should be able to see a sun spot on this object as if its
a metallic object lighted by the sun.Read the manual for more info !

cheers
zazang
Posted By: aslan123

Re: my.metal=on; - 05/10/07 10:45

thnaks for your help
5 stars for u
© 2024 lite-C Forums