How do I make Advance Wars-like movement?

0 favourites
  • 3 posts
From the Asset Store
Source file (commented event sheets), art and all music included and 100% royalty free.
  • I would be grateful if anyone can either explain how to make it or just make a simple project and send it to me. I don't really have anything else to say.

  • My recommendation is to first get the easystar behaviour for tilemaps if you are using a square grid like AW did. I use it myself for my projects and its fantastic. It is possible to recreate its functionality with events but believe me it is faster to have a plugin/behaviour for this rather than do it via events. And by faster I mean it will use less CPU power.

    You can also get the move to plugin as well and see how the demo of easy star with move to works (found in the topic below):

    Basically you need two things. You need pathfinding functionality with diagonal movement disabled (easystar can be set to do that) that returns a list of tiles describing the path (easystar does this, accessing it might be a bit tricky at first). You also need something to move a unit along the path (after the tile is clicked/selected).

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I see. What else?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)