Nicotine's Forum Posts

  • Thanks guys! I have an other question. I would like to create a random number. I want a text object to display a random number within the parameters I set. So I would say like 1-100 and have it display within that brackets. Any advise?

    Also do text object have on click event? I want text to be able to be clicked on like buttons.

  • Ive done the first part successfully but the second part when i click set to: I select the variable and it asks for a value. I don't want to reset the value of the variable. I want to display the value.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Im very new to coding and construct 2 so i apologize in advanced for the noob questions. First off My game start screen I want to have the player be able to type in a text box their name. Save it as a global variable and be able to display their chosen name later on in the main game screen. Then the rest of the game will be using very similar concepts. Their will be a lot of stats saved as global variables and displayed, changing often and staying updated. Ive created the global variables but am a little lost on how to get the text objects to display the variables value and also retrieving the input-ed text from the text box and using the players input-ed value as the new value of a global variable.