Kuzukaze's Forum Posts

  • 3 posts
  • Heyho I read this tutorial.

    This(and similar) examples use 1 button to shoot(mouse or key) I wonna a lot of button to shoot regular bullets in different directions(Binding of Isaac style).

    So if I have A for shooting right.

    And B for shooting left.

    How make it "if I shoot left I can't shoot right at the same moment"

    I solve problem like I write earlier but question is still here=).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • setting Instance variables for bullet timer(make it 1).

    Condition for shooting(bullet timer >0).

    Set bullet timer 0 every time I shoot and reset bullet timer every 0.2sec

    some how solve this poblem=)

  • Hello, get a problem with topdown shooter.

    I got "8" for shooting up and "6" for shooting right but if I pressed it simultaneously player shoot in both direction.

    And if I make "8+6" input for diagonal shooting it will be 3 shoot at same time.

    How make it be the only one(not on screen just shoot one at time)?

  • 3 posts