Content tagged enemy

Report Tag

81 usages of this tag
  • 3 replies
  • 510 views
0 favourites

Firstly, I am pretty new to Construct 3 and gamedev in general, so sorry if this is a super easy topic. The issue I am having is that I've got a little spiny tu...

  • 4 replies
  • 419 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...

  • 3 replies
  • 398 views
This content is deleted
Forum Topic
How do I make enemies die at not the same time?
0 favourites

So it's not exactly about enemies dying at the same time that is the problem, it's more of a bug/glitch that's happening. So basically, enemies have like a one...

posted 3 years ago
  • 2 replies
  • 257 views
0 favourites

In the game I build my character can shoot at enemies and after 2 hits eliminate them. I created a global variable for the enemy of ENAMYHP = 2 and as it hurts...

posted 3 years ago
  • 1 replies
  • 311 views

So I just found out purely by accident that all of the enemies are moving when the arrow keys are hit. How do you disable the arrow keys for the enemies so this...

  • 1 replies
  • 513 views
This content is deleted
Forum Topic
How do I Pass Through Platforms?
0 favourites

I am making a side scrolling platformer. I have a platform that moves left to right back and forth. I have an enemy sprite that moves along the same path as the...

posted 3 years ago
  • 3 replies
  • 796 views
This content is deleted
Forum Topic
AI Movement For Top Down Shooter
0 favourites

My problem is that, I can't figure out the events for the ai movement. It is pretty hard, because its not straght top down, more like RPG style and it uses diff...

posted 3 years ago
  • 1 replies
  • 547 views
This content is deleted
Forum Topic
How do I do enemy respawn?
0 favourites

I am trying to make a enemy respawning system like in the classic Megaman games without enemy spawners. When an enemy exits the screen it won't respawn until it...

  • 1 replies
  • 871 views
0 favourites

How do I make the enemy respawn and respawn again when the enemy is killed?

posted 3 years ago
  • 3 replies
  • 1.3K views
This content is deleted
Forum Topic
How do I have enemies follow the player?
0 favourites

I'm working on a top down space shooter for a game jam. I'm trying to have it when a certain enemy spawns in to chase the player until collision. My main issue...