TheYellowDyedPie's Forum Posts

  • 13 posts
  • Thanks lionz, i dont know why i didn't think of that.

  • I have an enemy that once it detects the player, it alerts all the other enemies. i have it set up so that when the global boolean is true, it triggers all enemies to attack the player. But i have it set to trigger once.

    So i want to know how i can repeat this.

  • It works, thanks alot

  • could you show me the code for it please

  • So when the player gets in the LOS of the enemy, it starts shooting at the player. But it seems that all the enemies have the same LOS, so when one enemy detects the player, instead of that enemy shoot, all the enemies shoot.

    I have no idea how to fix this

  • So I have an object that has a sine wave behavior, and I want the sprite to be mirrored when its moving right.

    Any suggestions?

  • I have an enemy that has a visible health bar that shows how much health it has left. but i don't know how to give a health bar to each enemy separately.

  • So i have an object that, when it spawns, it sets its position to the player origin. But when I start the game, it has a little millisecond of delay when I move. The only code that I have for this is, Every Tick, set position to Player (image point 0)

    So how do stop this delay?

  • You do not have permission to view this post

  • So im making a top down shooter and I want the enemy to follow the player when it detects it. But I don't know how to make the enemy keep following the player after hitting a wall.

    So can someone please help me

  • I don't think you can make a game similar to Don't Starve in C3, I think the closest thing is a top down game with a similar camera and that the objects stay at the same angle. But I'm new to C3 so maybe you can do a bit more

  • So I'm making a menu for my game and to access it you need to left click an object to open it up and click outside of the menu to close it.

    But I don't know how to do it.

    With the code that I have right now, when I hold down left click the menu stays open but when I let it go it disappears.

    (Object I want to click)

    (The menu)

    So could someone please help me with this

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It works!

    Thank you soooo much.

  • So I made an object that gets destroyed when a player lands on it.

    And I need it to respawn 10 seconds after it got destroyed, but I don’t know how to make it respawn in the exact area that it got destroyed.

    So could someone please help me with this

  • 13 posts