BlueOnyxStudios's Forum Posts

  • 3 posts
  • Update: Apparently, the script of the Player Death group was if checkpointnumber = CurrentCP> destroy player1> system wait 0.1 seconds> spawn player1 at (SpawnPointX, SpawnPointY), basically destroying the character on contact and putting them in a permanent death loop. I feel like a total idiot now. To anyone reading this, organize your code properly and pay attention to what you're doing.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I was working on adding health to the player, but when the player touched the Checkpoint, they disappeared. I looked through all the code to see what was wrong, but I couldn't find anything. If you need, the .c3p file is right here:https://drive.google.com/file/d/1SBaxKPFnupTLjMxuOdVCNBVXhFwUqJup/view?usp=sharing

    Thanks in advance.

  • I'm making a 2D platformer/shooter game, and i was wondering how i would set up local multiplayer with Gamepad controls (like the title says). When i used keyboard input it worked fine, but when i used the Gamepad's input, the other 3 characters wouldn't move and only Player 1 would move. Please help, as my deadline for this game is tomorrow and i need to finish this so i can work on the menus & sound design.

  • 3 posts