Lookat feature
-
Is there some way to turn off the lookat feature after it is started.
-
Yeah. You can also change what it's looking at; try:
if getVar("look")==1;lookAt("box");else;lookAt("sphere");end
-
@wacov said:
Yeah. You can also change what it's looking at; try:
if getVar("look")==1;lookAt("box");else;lookAt("sphere");end
Ok thanks.
-
Right now you can't make an object stop looking at anything. You can change the target but not clear it. In the future lookAt("") will clear the target.
Advertisement