Feljo130's Forum Posts

  • 10 posts
  • But how do I save a list of words from .txt to a file format that Construct 2 can work with (like dictionary)?

  • What I actually want to do is when a person writes for example a word "screen" the program detects the last 2 letters of that word and writes an entirely new word (which it picks up from the document from the list of words) and that word begins with the last 2 letters of the word that the person entered. Ex. "screEN", "ENtertainment". I've been trying to figure it out but I can't seem to do it. Any suggestions?

  • Hello! I am making a wordpaste game and in it when the player writes a word the game should check is the word that the player has written in the dictionary and if it is a valid word. I have a document containing all the words of my language but I don't know how to retrieve that document and check is the word valid. Is there a way to do it?

  • Ok I have a question.

    I set some objects to spawn in random positions on the screen, but there is a problem.

    Sometimes some of them spawn on top of each other (because they spawn at a random location,and sometimes that random location is on top of another object)

    Can I make them spawn in random positions, but prevent them from spawning on top of other objects?

    I appreciate your response and help.

  • Can you please explain it a little bit?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok now I have another question.

    I set some objects to spawn in random positions on the screen, but there is a problem.

    Sometimes some of them spawn on top of each other (because they spawn at a random location,and sometimes that random location is on top of another object)

    Can I make them spawn in random positions, but prevent them from spawning on top of other objects?

  • Thanks for your response R0J0hound, it worked!

    Thank you all for your help!

    Construct 2 really has a great community!

  • I want to have a mathematical task in one text, and the solution (result) of that math task in another text.

    Example:

    First text: 6 & "/" & 2

    Second text: result of the first text. (3)

  • Ok thanks. But I am having problems doing that.

    Can you help me out a little with doing that.

    I am still a beginner at Construct 2.

    A little help would be appreciated.

  • I just wanna know, how do I make one text to show a result of a math task in another text?

    This is a text for a math task: round(random(1,100)) & choose("+","-","/","*") & round(random(1,100))

    Now, I want to make another text, which will show a result of that mathematical task.

    How do I do that?

    I appreciate your response and help.

  • 10 posts