Hi there,
Previously, I asked how to drag a node to move it: https://www.b4x.com/android/forum/t...ve-it-to-another-position.106875/#post-668735
Now, I am trying to drag a rotated node and I am having trouble using the previous code.
Here is the code I used to rotate a node:
Previously, I asked how to drag a node to move it: https://www.b4x.com/android/forum/t...ve-it-to-another-position.106875/#post-668735
Now, I am trying to drag a rotated node and I am having trouble using the previous code.
Here is the code I used to rotate a node:
B4X:
Dim jo As JavaObject = Button1
jo.RunMethod("setRotate",Array(120.0))