Content tagged tile-movement

Report Tag

22 usages of this tag
  • 1 replies
  • 319 views
This content is deleted
Forum Topic
Problems with multiple units moving at once
0 favourites

I have been having troubles when I have two of the same sprites moving both at once. I am wondering if there's a way to fix this or will I have to create multip...

  • 10 replies
  • 1.7K views
0 favourites

Imagine a classic Roguelike game such as Stoneshard for example; You move on a tile by tile basis and your enemies do the same. I am trying to simulate the same...

  • 0 replies
  • 267 views
This content is deleted
Forum Topic
Time Scale changes affect Tile Movement
0 favourites

I am making a tower defense game, and to make the enemies follow the path I want them to, I created an arrow sprite with four different animation frames pointin...

  • 0 replies
  • 369 views
This content is deleted
Forum Topic
Problem with Tile Movement and changing tab in browser
0 favourites

When I test my game in a browser using the Tile Movement behavior, there's a problem if you change the tab in the middle of the movement. The object returns to...

  • 11 replies
  • 271 views

Yeah, that's it.

  • 1 replies
  • 491 views
This content is deleted
Forum Topic
Tile Movement along pathfinder path
0 favourites

Is there a way we can hook the tile movement and make the character move along the path found by pathfinder? While the character navigates from A to B there are...

  • 3 replies
  • 808 views
This content is deleted
Forum Topic
Pathfinding with Tile Movement
0 favourites

I am looking to implement just a 4 direction movement (no diagonal movement required). However, when my sprite moves along the pathfinding path, on the turns it...

  • 2 replies
  • 322 views
This content is deleted
Forum Topic
Choosing Animations for TileMovement Behavior & RPG Party
0 favourites

I want to use the Tile Movement behavior for controlling an RPG character on a grid. What's the most efficient way to determine which direction the character is...

posted 2 years ago
  • 5 replies
  • 376 views
This content is deleted
Forum Topic
Tile Behavior on Movement finished?
0 favourites

Is there a way to check when the tiled behavior completed a movement? I was expecting an on movement finished trigger . I guess I have to use extra variables to...

posted 2 years ago
  • 2 replies
  • 357 views
This content is deleted
Forum Topic
How do I do Tile Movement "Up" from the event using JS
0 favourites

Ok, I have read through all the tutorials wrote on Javascript. I understand how Keyboard movement works. I understand how we use import from script/modules etc....