Im trying to make the joystick tutorial for my game in c3.
But the example has the function object so i need to translate for c3 , on a fuction called Scalex i have a setretunr value of "CanvasToLayerX("HUD", touch.AbsoluteXForID(Function.Param(0)), touch.AbsoluteYForID(Function.Param(0)) )"
How to make this on the new function format???