Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Pathes in easy game maker ?

A topic by VintageGamerC64 created Nov 24, 2024 Views: 79 Replies: 2
Viewing posts 1 to 3

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.

Developer

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