ijust8's Forum Posts

  • I'm trying to do this code for switching players and I have my code set up like this.

    I'm looking through the debug and it isn't showing that I'm even pressing a button(which I base on because the value isn't adding) Perhaps I'm not doing the code for button presses right.

    I've checked through the platforming school .cap and I can't understand what I'm doing wrong.

    I've edited the image so it says "pressed" instead of down.

    This isn't the problem I'm having the problem is the code for pressing the button just isn't working. I even tried saying On"Switch" pressed > Player1: Jump and that didn't do anything either. I also tried doing it with keyboard controls and it didn't work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Wow kick ass response time Ashley!! Thanks I'll do that!

  • In my game I want it so you can switch between two players using one set of controls. I want it so you tap "Z" for example and it will toggle between player 1 and player 2.

    How would this be done, can you turn off platform plugin for one sprite and turn it on for another and vice versa?