Content tagged move-to

Report Tag

49 usages of this tag
  • 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...

  • 2 replies
  • 357 views
This content is deleted
Forum Topic
How do I moveto next image point?
0 favourites

Looking for a solve for on control input to make a sprite move from one image point to another image point or the next image point+1. Was thinking something lik...

posted 3 years ago
  • 1 replies
  • 446 views
This content is deleted
Forum Topic
How do I disable Move To behaviour?
0 favourites

I'm trying to get a sprite to move to another sprite object and then stop moving. The sprite moves to the object but then continues moving and hovering over the...

  • 0 replies
  • 299 views
This content is deleted
Forum Topic
Using behaviors in javascript
0 favourites

I'm confused how to activate behaviors using Javascript. The behavior I am trying to use is the MoveTo behavior. I need to move a sprite to a set of coordinates...

posted 3 years ago
  • 2 replies
  • 541 views
This content is deleted
Forum Topic
How do I make enemy move around solids to follow player?
0 favourites

I want to enemy follow player around walls until seing the player from a distance. I give two boolen to enemy. 1- I saw you. 2- I am seeing you. What I am tring...

  • 2 replies
  • 503 views
0 favourites

First of all. I want my enemies turn their head to moving direction. I wrote moveto and pathfinding behaviours and they're working fine but I dont know hot to c...

  • 3 replies
  • 351 views
This content is deleted
Forum Topic
How do I stop my player from moving on its own?
0 favourites

I have my player (sprite) set up with 8direction for movement, and seemingly randomly it started moving upwards and off the screen every time I preview my game....

  • 2 replies
  • 246 views
This content is deleted
Forum Topic
How Do I pathfind towards an object?
0 favourites

I have a game where zombies are attacking the player, and he has to defend himself. How do I make it so that the zombies pathfind towards the player.

posted 2 years ago
  • 1 replies
  • 424 views
This content is deleted
Forum Topic
How do I update instance variables in timeline?
0 favourites

I'm new to Construct and was trying timeline to create a looped character walk in a city tilemap. I'm using to instance variable to track the animation state of...

  • 5 replies
  • 897 views
This content is deleted
Forum Topic
How do I 4 direction with pathfinding and move to?
0 favourites

Currently working on my NPC AI, and I'm using pathfinding to find a random XY position on the layout then using the Move To behavior to make the NPC move in 4 d...