Hello!
I am very new to Defold and I need your help:
I have a gameobject(with planet sprite and collision object with sphere shape) and another gameobject(it should be a cursor). My plan is to make movement of planet that way:
1)User clicks on planet(selects it)
2)User clicks on place it should be moved to
3)Planet moves to that place
I have no problem with 2 and 3 steps(I read tutorials and so on), but I have difficultes in 1 step.
I am trying to make it with collisions, but I don’t understand how it works, I haven’t found any examples.