Content tagged enemy-movement

Report Tag

34 usages of this tag
  • 5 replies
  • 694 views
This content is deleted
Forum Topic
How do I make an enemy that chases the player?
0 favourites

I am trying to set a movement similar to the enemies in the binding of Isaac. I've tried different ways to make an enemy chase the player. I tried to do it in t...

  • 3 replies
  • 824 views
0 favourites

I have a very bad problem where a pathfinding enemy that always chases the enemy goes trough the wall, this is really not a problem in a open area but in a plac...

  • 5 replies
  • 378 views
This content is deleted
Forum Topic
How do I smoothen out my 'Enemy' movement?
0 favourites

Keeping it short. I've been following along with the 'How to make a platformer game' in the beginners' guide. According to my own review, I've followed all the...

  • 4 replies
  • 669 views
This content is deleted
Forum Topic
I'm trying to make an enemy ai but don't know how
0 favourites

I'm trying to make an enemy ai but can't make it work. It should patrol beetween 2 point, when it reaches a point it'd wait for a few seconds and go to the othe...

  • 4 replies
  • 427 views
This content is deleted
Forum Topic
Snake plant enemy
0 favourites

I'm actually working on an enemy who's kind like the ones in Castlevania SotN: My main problem is to link my enemy to the base object on the ground. Actually al...

  • 2 replies
  • 2.4K views

I am a beginner and I thought making my own game best way to learn constuct 3 instead of making preset tutorial game. I am making a top-down shooter game. I wan...

  • 2 replies
  • 490 views

I know how to make the enemy ai walk on a platform and when it reaches the end it stops, but instead of stopping I want it to walk on the side then walk on the...

  • 1 replies
  • 831 views
This content is deleted
Forum Topic
How do I find the distance between two objects?
0 favourites

I'm trying to make an enemy chase the player,but if the player is far away enough,then it will stop. Help?

  • 5 replies
  • 476 views
This content is deleted
Forum Topic
All enemy destroying at once!
0 favourites

I making a mini shooting game...When create or spawn same enemy..when I shoot them...Every enemy of same time life reduces(when bullet hits on them), it's happe...

  • 2 replies
  • 506 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...