shadowvalley's Forum Posts

  • 7 posts
  • hi dop2000 my game is a platformer i use line of sight and platform behavior the issue im having is the ai overlaps themselves and when they attack they move to far away from player im looking for a system that is structured nicely and will fix overlap and other issues im having the ai pushes themselves away when they attack making it look glitchy

  • Hi guys i had used construct 2 for a longtime but i struggle so much with enemy ai? does anyone know a good system that allows enemies to not overlap each other that wont overlap the player and will attack without colliding on top of each other? Ive tried many different solutions i got the moving part down and know how to do that but my enemy ai will jitter around next to the player then when the enemy is in attack mode they will slide across the map anyone have any suggestions?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • after july 2021 will construct 2s online service for multiplayer games be shutdown? or will we still be able to create multiplayer titles?

  • make sure every time u pass that sprite it adds one to the variable doing this will lchange the color then u could reset it to go back whenever u want to

  • First do u have the game built? if not u can use the flappy bird template and go from their, second u can use a sprite as a trigger event to make the background change color.To do this place it in between both pipes make sure collisions are on, now create a code "on collision with other object" select the corresponding sprite your colliding with,now all u have to do is create several animations that have different colors lets say grey fading all the way to black you will also need a variable name it anything for example background switch, create different number values and set each animation to the color u want it to be also make sure the variable will go up and reset on the value u want it to, for example if background switch = 1 set animation "Default or animation name"

  • Hello i was wondering if it is possible to be able to save a loaded image using the load from web feature with a file chooser i am trying to save that image so that when i close application that same exact image i loaded from my pc will be thier agian does anyone know a solution thanks!

  • I was wondering if thiers a way in the engine to create a game icon on the exe export but im not seeing it usually engines have this option but im not able to find it any help?

  • 7 posts