Content tagged enemy

Report Tag

81 usages of this tag
  • 1 replies
  • 422 views
This content is deleted
Forum Topic
Enemy's acting the same
0 favourites

I am trying to make each the enemys start in an idle state and then attack the player when they spot them. This has been done through using a boolean instance v...

  • 7 replies
  • 392 views
This content is deleted
Forum Topic
Need Help Fixing Enemy AI
0 favourites

So, i'm making a platformer game where there are enemies who switches sides whenever it hits a wall, the AI works fine when put on a solid platform like this. B...

posted 4 years ago
  • 1 replies
  • 300 views
This content is deleted
Forum Topic
Can Enemy NPCs follow player though teleports/doors?
0 favourites

I have a tile map and I want my player to draw enemies who have line of sight to stop moving in their paths and follow him. If my player was to trigger a telepo...

posted 4 years ago
  • 2 replies
  • 549 views
This content is deleted
Forum Topic
8-direction. Player and Enemy Movement?
0 favourites

I had set up coding for the players 8 direction movement and the enemies 8 dir movement, but it isn't working when I run the game. I had done this using variabl...

  • 10 replies
  • 755 views
0 favourites

In this rpg game my player has a choice to travel up and around vehicle objects to get away from the enemy. However the vehicle objects each have a solid box on...

  • 4 replies
  • 412 views
This content is deleted
Forum Topic
How do I get Enemy to find path to Player with Move To?
0 favourites

My 8 direction enemy moves around smoothly, but he struggles to work his way around an obstacle to reach my player. I have included a link to a visual and a lin...

  • 8 replies
  • 1.4K views
This content is deleted
Forum Topic
'Spawn enemies RANDOMLY' ????.....
0 favourites

As you can see in this image, I need to spawn the enemy randomly in the ground while the Player is running. I've manage to draw all the animations, player and z...

  • 11 replies
  • 642 views
This content is deleted
Forum Topic
Issues with enemy movement
0 favourites

I'm working on a minigame with the following layout: Enemies are supposed to spawn from the pink and green spawn points, but during test runs enemies only spawn...

posted 4 years ago
  • 2 replies
  • 910 views
This content is deleted
Forum Topic
How do I spawn multiple sprites at the same time?
0 favourites

I would like to spawn several enemies in a shmup as a basic enemy wave. When I try to run the program only 1 enemy is being spawned. Also regardless of if the t...

posted 4 years ago
  • 1 replies
  • 386 views
0 favourites

Right now, I want to make an enemy follow a player where ever he goes. Like if the player tries to run away from the enemy. The enemy will follow him. Can anyon...