its because mode a+ so changed to this code and now it works : fs = openFile “D:\Projects\Zaeem\Exports\Map\info.txt” mode:”r+” skipToString fs “lin…
registerTimeCallback will not working in rendering , its work in viewport only. ty cache your file before render , or use render callbacks .
select your object and then try this : myObj = $ startF = #() endF = #() findPositionKeys = myObj.position.controller.keys append startF f…
thanks alot josef
thanks a lot dude
thank u very much dude
thank u dude , but i got this error : Unable to convert: false to type: Integer my code : objhelper = $Dummy001 fn compareDistance obj1 obj2 = (dis…
yes i read that , actually i want to try use relative position to check object move up or down , maybe its work.
thanx a lot , its working
i changed if to this : if posZ > this.prevPosZ then print “Object moved in positive direction” else “Object moved in negative direction” but i …