1)I want to create something like a mirror(for example). I set a camera and set a surface. The view FROM the camera will be shown ON surface. It will be like an "anim mat".(camera views to you and you see yourself at the surface).
2)And one more thing: how to create this one:
If you activate a thing(or surface, pressing space button)- something will be changed
for example:
code:
"If (inuse=1) or something like that"
Setcamerafocus(.....);
Setcurrentcamera(0);
Slep(9999999999999999999999);
return;
end
2)And one more thing: how to create this one:
If you activate a thing(or surface, pressing space button)- something will be changed
for example:
code:
"If (inuse=1) or something like that"
Setcamerafocus(.....);
Setcurrentcamera(0);
Slep(9999999999999999999999);
return;
end