Create your own games without coding. · By easygamemaker
Hi, another question.
It is possible to make pathes like example vectorpathes that objects follows ?
I am interested to create a tower defence game, like kingdom rush.
Than the enemies could follow the pathes to a target.
Thanks for reply.
Hello.
You can create "invisible arrows" and when an enemy collides with an invisible arrow, make it move in the arrow direction.
Something like the image below:
The visual script for that will be something like show in the image below:
To make the arrows invisible, set the "alpha" attribute to "0":
Works really fine ! Thank you very much