cool it working, but it there a way to input that inside a script controller other than using another node to control the scale and using a dependsOn …
worked like a charm thanks for both answer
thx but I already tried this command that in my initialisation function and didn’t help. like : fn initLv theLv= ( –Setup the forms view th…
impressive but: -how does it reacts on an object with 100 keys is there any kind of slowdown? -can you only get the handle for the current timeline …
yeah haha I already knew that your fonction was way better than mine and more efficient what I meant is why would you use dir:dir in your functions …
my IsParent fn fn isParent n1 n2 = ( local obj = n2 while obj.parent != undefined do ( obj = obj.parent if obj == n1 do return true ) retu…
alright had to rewrite my Isparent to make is much more simpler and doesnt require name now which annoyed me anyway works like a charm :applause: :…
I guess there’s something wrong cause when I combine my Isparent fn with sorth hierarchy and qsort I dont get the correct results 1 node gets mispla…