Hello everyone :D
I am trying to make a simple 2D Top Down Plane Shooter, something similar to Sky Force game. I implemented a few things in the game, like enemies, power ups and other things, but I have a little problem with the control system.
What I want to achieve is the following: if the player tap anywhere on the screen, the plane will slowly go to the location of the touch.
For that I have the following events:
But with those, if the player touch anywhere, the plane will spawn there from its previous location.
Can someone help me and teach how I can do a better control system?
I tried looking in the events, but all the things that I tried, does not come even close to what I want to achieve.