fanusgames's Forum Posts

  • I removed the loading part and made my own loading page but my logo appears on a white background on the first boot without opening the loading part

  • It's because of the wait, remove it

    Thank you for the help

    yes the problem is solved but why add seconds it doesn't work I was curious

  • I use "trigger once" but still, when the fail screen appears and when the complate screen appears, the sound is played more than once, sometimes it is played 1 time

    I want it to ring only 1 time when a screen appears

  • it was working properly at first, but then it became like this

    It's supposed to be this way.

    but...

    this is the code block that does this

  • I don't want it to be in the form of a labyrinth because it is too simple, it should be more like solving a puzzle.

    How can I create these levels automatically from the internet or elsewhere, it is enough to have a printout in the form of a photo

    it takes me a lot of time to think and make these levels one by one there are automatic labyrinth creation sites on the internet but they do not give exactly what I want

  • dropmefiles.com.ua/en/7RvNLH

    thank you very much it worked

  • How can I create as many level buttons as the number I enter? and how can I sort them one after the other as in the picture

    and if it is in the form of a page, it will be much more useful to me, I could not do it for 8 hours :'(

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Did you guys solve it or do you still need help?

    AnD4D was very helpful and resolved the error very nicely thnx for the helping

  • > > Just have it shoot a bullet. Then when it makes contact with a wall, have Construct pick the wall closest to the impact point. Then have the moving block or whatever it is tween to that location. That would allow you to include cool tweens like bounce, to really improve the look of the impact.

    >

    > thanks for the answer but i don't quite understand what you want to say, give the tween effect to the character so that it looks like it is not instantaneous, but as if it has crashed and returned?

    Send me the code and I'll show you what I mean :)

    Just realised this forum has no DM stuff... are you able to invite me to a discord or join mine? discord.com/invite/KaWdcYx

    i cant add do u add me onur.#9545 dc name

  • Just have it shoot a bullet. Then when it makes contact with a wall, have Construct pick the wall closest to the impact point. Then have the moving block or whatever it is tween to that location. That would allow you to include cool tweens like bounce, to really improve the look of the impact.

    thanks for the answer but i don't quite understand what you want to say, give the tween effect to the character so that it looks like it is not instantaneous, but as if it has crashed and returned?

  • There really isn't enough information in the screenshot to be able to answer your question. To really be able to help you fix a bug in your code, it would be best if you attached your project for us to work with.

    However, without actually playing with your code, I believe a project I built to answer a previous question can help you as well. Take a look at this:

    https://drive.google.com/file/d/1BFP_BkjSzgAKj7A2-rRAQ4g-jKEUIcqp/view?usp=drive_link

    Specifically, take a look at the setPlayerStopPosition function.

    Hopefully that gets you what you need. Good luck with your project.

    thanks for your answer If I give you my e-mail address, can you help you if I send the file from there? or another contact address

    thank you very much for the file you sent, it helped a lot, but when you make the bullet speed 1500, it jumps over the walls, and when you make it below 1500, the game is very slow.

  • thanks for your answer I didn't want to share the work directly in case of copying but I can send it privately if you want

    I also sent an access request for the file

  • I have a game where we solve the maze by swiping right and left on the road. there are walls in the game. when I swipe the character to the right, it slides in the direction I swipe until it hits the wall, and when it comes to the wall, there are sensors indicating that it touches the wall, in this way, when it receives the information that it touches the wall, it centres its position just 1 square next to the wall, that is, on the road, but sometimes this code block runs late or slowly, so it throws itself back after it gets on the wall, so when playing the game, it gives the impression that the game is running momentarily. When this happens several times in a row, it stands out too much, I couldn't solve it no matter what I did.

    The bug :

    youtube.com/shorts/-866PwK8D0Y

    As you can see in the first and last move, it goes over the wall, but this does not happen in the others.

    so the code