MikeS7077's Forum Posts

  • I'm making a Trivia Game using this opentdb.com/api_config.php for the questions.

    I'm trying to figure out how to import the questions from the JSON API URL to the screen.

    I have no idea what I'm doing here and I have no experience with JSON files. Is this even possible with Construct 3?

  • Forget it. Dialogue Designer is garbage software with no tutorials.

  • I got Dialogue Designer in hopes of making a dialogue tree easier. However, I have no idea what to do. I exported the JSON file from Dialogue Designer and imported it to Construct 3. But I can't figure it how to set it up. I have no experience with JSON files. Can you tell me what I'm supposed to be doing? Thanks in advance!

  • Hi, I'm having an issue I never had before. I started a new project and when I preview the layout/game the game is zoomed out and there are black borders surrounding my game. How do I fix this?

  • I'm planning on making a game with A LOT of dialogue in it. Is there an easy way to make a bunch of dialogue boxes because I don't know where to start.

  • Hello again. I had an idea to have players import their mp3 music files to be played in-game. I have no idea how to do this. I tried user media AND file chooser but can't seem to get it right. How do I do this?

  • Thank you for the example! I was able to change it a bit and got it working kinda. I was able to rewind the music playing I just need to make the bar go smoother.

    Here is what I did.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm making a top-down shooter game where the player can rewind the music mid-game. I'm trying to set up the music progress bar and I'm beginning to think that this isn't even possible. I tried the progress bar, slider bar but no dice. It's been a while since I last used Construct 3 and I'm a bit out of practice. All I got working is the music playing on startup.

    Any ideas?

  • Hello again. I'm attempting to make a racing game like F-ZERO or Super Mario Kart on the SNES. Is it possible to change the camera's angle so that it will follow the player from behind. Kinda like Mode 7 on SNES. Any help is welcome. Thanks!

    Tagged:

  • I'm making a top-down sports-like game and I want to add gamepad support. I'm having issues with the movements. When I press up on the controller it goes in the wrong direction or moves strangely.

    I attached a photo of how I have it set up. What am I doing wrong/missing?

  • Nevermind I figured it out. I used the "Move To" behavior and set it so that every tick the enemy would move to the X and Y player coordinates.

    Here is an image of what I did:

  • I'm working on a top down space shooter for a game jam. I'm trying to have it when a certain enemy spawns in to chase the player until collision. My main issue is how do I set up the enemy AI to follow the player. I've tried multiple things but I can't get it to work. What am I doing wrong? Thanks in advance.

  • I'm planning on making a game with a lot of dialogue in it. I'm a complete noob when it comes to this stuff. What I'm trying to ask is what is the best way to make dialogue boxes appear when the player interacts with an NPC or something. Thanks!

  • That worked. Thanks!

  • I am working on a platform shooter game and I can't figure out how to shoot bullets to the left. Shooting to the right works fine. When I press the fire button it only shoots to the right even though the player is facing left. Can anyone help me with this?