greetings…
I have 2 Text Objects called NewObject and NewObject2
using HTML5(android/web)
When I place my cursor over NewObject2 I want to set NewObject x and y position.
I tried using this code but it does not work -
runtimeObject.get(“NewObject”).setX(0);
runtimeObject.get(“NewObject”).setY(0);
What am I doing wrong ?