wr41569's Forum Posts

  • 4 posts
  • Thanks all! The factor I didn't include was that multiple keys can spawn a bullet from the turret... sort of like a multiple choice quiz that only destroys the correct answer. After trying various things, the way to get it to do what I wanted was the actually set each key that spawns a bullet to Bullet.Count = 1 and create a different (identical) bullet for each of the keys.

    Thanks for helping me figure it out!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ohh, see I'm so new at this I didn't even know what that meant! And I still don't. I go to add a system or a bullet action and I can't get any thing like "compare" or "count" or an "if/then" option. Help?

  • Thanks! That helped tremendously. The turret still goes through the animation at the start for no apparent reason but now it also does it when it's supposed to!

    Any thoughts on how to limit the number of bullets the turret can spawn?

  • 1. I want to limit the player to one bullet at a time. Meaning that bullet must complete its journey (either impact with target or leave the screen) before another bullet can be fired. I've tried changing the rate of fire but it seems to influence absolutely nothing in the behavior at all. As fast as I can push a key, that's how often I can fire the turret.

    2. I have set the turret to be triggered by a keyboard key press down and I want an object on the screen to animate each time that happens. Nothing fancy, just change colors to indicate the turret was fired. I've given the sprite two frames to toggle between but instead of ping ponging when the key is pressed, it does it as soon as I hit play and never again.

  • 4 posts