Hi ,
I am working with demo version of f2 developer edition .
I need some help . lots of people asked the same question before but it doesn't works with my version I guess. (there is no Atan2 function )
I want my object to rotate and follow mouse.
I ve created an area for this.
and wrote the function like that.
ATan((((Y( "Lt blue button info" ))-YMouse))/(XMouse-((X( "Lt blue button info" )))))
I ve used an button instead of an object.(no matter it shall work )
it rotates but not actually like that I want.
I guess returning angle values are not between 0-359 so it fails.
what shall I do.
Please help.