LPMarvin99's Forum Posts

  • Hello, I would like to make a game in Construct 3 that plays like Sonic The Hedgehog. So that means I would like to know how to make functioning loops that you can run through. And how the tracks work that Sonic can grind on. In 2D.

  • Hello, I am playing with Construct 3 where there are checkpoints and a tiel screen. If you die in a level, you end up at the checkpoint again. It was done like this: on load complete: aud Audio Stop All, Audio Play Music File. And when you touch sting: on collision with sting then load game from slot mysave. It all works, but if you are in the title screen so another layout and then click on "Load game" button then it loads the last checkpoint but the music is Suddenly louder then it should be. And when I touch a sting, everything is normal again. With the Load Game Button I simply said: when loadbutton clicked load game from slot mysave. The error only comes when another layout is loaded with Load Game From Slot My Save. Can someone help me?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It is really strange. When I say: if PlayerHP <= 0 then Restart Layout, my timeline animations works. But when I say: if PlayerHP <= 0 then Load game from slot "" , then my timeline animations doesn't work. In the On loading section is the same code as in the on start of layout section.

  • I created a boss in Construct 3 that starts the timeline animations at his animations. Everything works as planned, but when I reload from the checkpoint because I died, the timeline animations don't work properly anymore. An object is missing or the objects move outside the level although I say in the programming that the position should be reset. And it worked perfectly before, only if you restart from the checkpoint nothing works anymore.

  • I think that Construct 3 really has a problem. Because it has often happened to me that if you export more than 1 time, the memory is suddenly filled up. I had 14 GB free and my game is only 1.2 GB so how can it be that after the 2nd time exporting my memory is only 900 MB instead of 14 GB? This has happened to me so often now and I can't always guarantee that I only export once because the exported version and editor version are different.

  • Ok the exported version is now working. I ran out of memory so it stopped working.

  • I have uploaded all necessary files.

    I have already exported my game and everything worked, even in the exported version there were no errors. I only increased the damage values ​​for the bosses again because the boss fights took too long and now I wanted to export the new version and in the exported version I can't even get into level 1, although that worked before.

  • Hello, my problem is the following, the game works perfectly in the preview project and in the exported version I can't get to the first level. I get the error you see in the picture. what exactly do i have to do to fix this?

  • Thank you, I have now solved the problem like this:

  • Hello, everyone,

    I would like to add a boss fight to my game. The boss should simply repeat the sequence of actions you see in the picture as long as his lives are greater than 5000. However, I can't do that with the loop. How can I tell him to repeat this sequence of actions as long as his lives are greater than 5000? The sequence of actions also states that he should spawn a "LackBlase" and a "BigLaser", but he should only spawn 1 of each.

    Would appreciate your help.

  • Hello, I want to make a mini map in my game just like in the legend of zelda games. The map should have a icon that shows how the player moves.

    Can anyone tell me how to do a mini map in Construct 3 ?

  • My game is finished and I tested it in the editor and everything works. But if I export it and then start the exported version and play up to a certain point, it just hangs even though it worked in the editor. I once pressed F12 and what you see in the picture is displayed. Can someone do something with it and tell me what I have to do to fix it?

  • Hello I finished building my game with Construct 3! In the layout test and project test of the program everything worked perfectly as planned, but when I export it as a WebView version, problems suddenly start, the music is suddenly missing or it just doesn't go on after a cut scene and all blocks of the layout disappear! But in the test in the program everything worked, so why does my exported WebView 2 version not work?

  • And when I just say On Start of Layout Stop all Music and play Musicfile. Then the music will continue at the checkpoint. But when you close the game and open it again and click in the title screen the Load Game Button, then the last checkpoint will be loaded but the music is not there. There is no music.