Content tagged move-to

Report Tag

49 usages of this tag
  • 0 replies
  • 97 views
This content is deleted
Forum Topic
Enemy will not move, why?
0 favourites

  • 2 replies
  • 170 views
This content is deleted
Forum Topic
How to make flying meteors using MoveTo and Rotate?
0 favourites

I am making a side scrolling game with meteors that move from off-screen right to off-screen left, which players have to avoid. The meteors would look more real...

posted 1 years ago
  • 2 replies
  • 227 views
This content is deleted
Forum Topic
MoveTo doesn't work after hitting solid object
0 favourites

I have created a point-and-click system with MoveTo and Touch. When I enabled Stop on Solids, the point-and-click system stopped working entirely instead of the...

  • 5 replies
  • 188 views
This content is deleted
Forum Topic
MoveTo behavior stuttering for some odd reason
1 favourites

I am trying to create an enemy type that when it reaches the range it can attack a player from, it dashes into the player. I tried to do this with LoS instead o...

posted 11 months ago
  • 1 replies
  • 185 views
0 favourites

I want to disable "Set angle" of "MoveTo" behaviour using Javascript. But I can't find such property in scripting reference doc:

  • 2 replies
  • 156 views
This content is deleted
Forum Topic
How do I have npcs run away from me?
0 favourites

What's the best way to have enemies run away from my player? It's a stealth game so if they see him they run off and you have to chase them. It's top down so I...

  • 6 replies
  • 114 views

2d platformer, and I have a patrolling enemy (bee). I have has his patrol event set properly, and it works: (Bee Patrol Group, Line 9 - see pic below)). Bee tra...

  • 2 replies
  • 130 views
This content is deleted
Forum Topic
How do I fix this wall glitch?
0 favourites

As you can see in the gif, my character at times just changes sides from this moving solid object. The object is using "MoveTo" and "Solid", and my character ha...

  • 7 replies
  • 160 views

I can never get the Pathfinding movement speeds right. Doesn't matter if it's set to 200 or 12 the sprites always seem to move in the same speeds. The solution...