KadiRReis's Forum Posts

  • 8 posts
  • Hello Where can I find quality game sounds? Where do you get your game sounds? Do you have paid free resource advice? I need sounds like scroll level completion for my project word game.

  • Okay done it. Thank you

  • Hello, when I click the button, the text box appears, but I want to change it as follows: As soon as you press the button, the text box appears, but when you stop pressing the button, the text box disappears. So I want the text box to appear as the button is held down. How can I do that?

  • > > > Also, as another question, how can I add hint buttons at each level? Thanks.

    > >

    > > Can you explain a bit more on what you want the hint button to do? And how is your level setup?

    >

    > I have a word game, there are at least 2 and at most 5 words that should be present in each level. If the player is unable to find one of these words if it cannot be found, I want it to be a pop-up window when the hint button is pressed and a text box showing what the word is about.

    Is your data per level stored in an array separately? If so then add an additional layer in the array that stores the hints value. Then add a hidden layer in the game screen with the UI that would pop up and use Array.At(loopindex, xxx) to pick the hint data.

    In my quiz game, the array has row for quiz question, quiz index, quiz hint. Then to load each question I use a variable (you can use loopidex as well) which I increment by 1 so it loads the next question.

    Since my variable tracks the current question, then when you click on hint button, it runs Array.At(variablename, 2).

    Thank you very much for your long and detailed answer that I will try and do it.

  • It's a pretty complex question. You need a deep understanding of how to implement a Boolean switch with variables.

    I would also take a good look at how Timelines work. Its like the ultimate thing for doing tutorials.

    Thank you very much for your reply. I know it's very complicated, but I try to solve the construct by working this way. To me, the easiest way to learn is to practice.

  • > Also, as another question, how can I add hint buttons at each level? Thanks.

    Can you explain a bit more on what you want the hint button to do? And how is your level setup?

    I have a word game, there are at least 2 and at most 5 words that should be present in each level. If the player is unable to find one of these words if it cannot be found, I want it to be a pop-up window when the hint button is pressed and a text box showing what the word is about.

  • I'm new to Construct 3. I want to show you how to play the game at the first level in my project, how can I do? Also, as another question, how can I add hint buttons at each level? Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, I want to place my own slash screen at the opening of my app. For example, how do I place a logo like below.

  • 8 posts