NecipOnatMathIzmir's Forum Posts

  • 10 posts
  • I am designing a drag and drop activity in construct 3. I have 6 pairs of images that I want matched. I can match them together correctly. However, when I make a wrong match, I want the image I dragged to return to its original place. If the point where I left the image is not the correct point, it will return to the starting point. How can I achieve this? Is there an example?

    Tagged:

  • Thank you. I must be writing an error somewhere. I hope I succeed.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Dear friend, my problem is that after I turn off the background music that was playing at the beginning by pressing the mute button, it starts playing again when the page is refreshed and the frame of the button returns to its previous state. I think this can be done with local storage, but I think I'm making a mistake somewhere. That's why I asked for an example. However, the example in the link controls the volume with the slider!

  • I designed a game in Construct 3. At the beginning, background music starts playing. When I press the volume button the sound turns off. However, when the game refreshes itself, the background music starts playing again. Can you help me with this? Is there an example link for this? Thanks in advance...

    Tagged:

  • I think I explained it wrong. When I open the "Create new object type" window, there is no "function"! Naturally, it does not appear in the "add event" or "add condition" windows.

  • I am using construct 3 r346 version. When I tap on "Insert new object" the "function" property does not appear. I can't add it to my work. What is the reason?

  • Thank you very much for your interest. It was as I wanted.

  • I am inputting numbers to construct 3 textinput. I log in with the up and down arrows to the right of the textinput. But it also gives negative numbers. I want numbers between 0 and 99 to be selected or to be entered with the keyboard. How can I do it? Can you help? How should I write the code?

    Tagged:

  • Thank you very much. Finally happened. However, it has been expressed in this way in many sources. Best regards.

  • Hi, I'm new to Construct3. I have a problem that I can't solve:

    I created a Text Input object. "TextInput"

    I set the type as a number.

    I have set a global variable. "InputText"

    I want the number I am inputting to be a global variable.

    system set value: TextInput to float(InputText.Text)

    or TextInput to int(InputText.Text)

    When I enter a number, the value always increases to 0 in Debug.

    Not working. Can you help with an example application. Thanks...

  • 10 posts