Forum Topics tagged move-to

Report Tag

48 forum topics with this tag
  • 2 replies
  • 302 views
This content is deleted
Forum Topic
How do I use MoveTo behavior relative to dragging?
0 favourites

I've got a water level with a buoy in it. When the player jumps on the buoy, I'd like it to smoothly sink down about 90 pixels and then stop so the player can j...

posted 4 years ago
  • 4 replies
  • 522 views

Below is a link to a demo of a combat game that utilizes a simple combat AI from combining a state machine with move to behavior and distance. I have also creat...

  • 4 replies
  • 522 views
0 favourites

So I have this enemy which I want to go quite fast. Now I've put the turning speed on it quite low so it's not super hard to dodge, and what I'd like it to do i...

  • 2 replies
  • 271 views
This content is deleted
Forum Topic
Kingdom Hearts-Esque Targeting?
0 favourites

I am completely stumped. All I want is to be able to use a targeting system like unto Kingdom Hearts, where the game automatically picks the nearest target (pro...

posted 3 years ago
  • 4 replies
  • 2K views

I want to have an object to follow the path of the player. Currently I have a move to which I add a waypoint every 0.1 to which works, but the movement is prett...

posted 3 years ago
  • 3 replies
  • 695 views
This content is deleted
Forum Topic
Homing missiles using random targets
0 favourites

Okay. I've seen a few different workarounds for homing behavior, but none are what I need. The player object spawns 10 homing "missiles" (objects with bullet be...

  • 2 replies
  • 301 views
This content is deleted
Forum Topic
How do I avoid "L" path with pathfind behavior?
0 favourites

So, I'm using moveTo with pathfind(direct) to move an enemy, there are no obstacles, but instead of moving in a straight line, the path is in "L" shape all the...

  • 0 replies
  • 308 views
0 favourites

I just noticed that when a sprite with move-to behavior is initialized with a negative speed number -- it moves away from the a move-to target. However, when ma...

posted 3 years ago
  • 3 replies
  • 355 views
0 favourites

I'm experimenting with MoveTo and Timelines for a few Cutscenes, but I am stuck! I have a Sprite that requires MoveTo.MovingAngle to direct it's animation to fa...

  • 1 replies
  • 499 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...