And is there any way to make it working like MoveTo? In C3 runtime I cannot use the Rex´s MoveTo am I right? I need it in my project, thanks for any advice.
Also I need to make similar thing like Rex´s RotateTo in C3 runtime (rotation with following angle of actual touch position with some speed and acceleration).
I tried simply (it is without acceleration):
every tick -> rotate 600*dt degrees toward (Touch.X, touch.Y)
and this causes massive FPS drop on mobile (down to approx 25 FPS, only this event), how is it possible? How can I recreate in different way RotateTo ? Thank you.