Okay so i’m a person who used to use Spritekit, and I used to use Cocos(But too much Resources… That’s why I moved to Defold) So I started using Defold because it is lightweight, easy to collaborate, and most importantly Cross-Platform… but here’s when I have a question, In both engines there’s actions that Sprites or objects can run to move or whatever… For example you could have a Sprite move to X coordinate 150; and it would, but importantly the engine would move it smoothly almost like an animation, Is there anyway to run “Actions” in Defold, for now I’m using go.set_position()
to change the position of the character but is there anyway to smoothly have the character “move(Not just teleport instantly, but to almost walk there)” to a certain position ?
This is basically what I want to do