babymumu's Forum Posts

  • 7 posts
  • Thanks buddy! Never know this. Learned so much from you!

  • THANK YOU so much for all the help dop2000!! It works now. Btw, how can I be as nearly good as you guys in the future? Do I need to learn javascript to know all these?

  • Thanks for your kind help dop2000! I am at my wit's end now. Could you help check the capx? Really appreciate your help!

    https://goo.gl/CT8Kyz

  • Thanks dop2000! I used a textbox addon, but I also tried the normal textbox before that. Neither worked. I tried the Debug Mode, but failed to find any glaring issue. I cannot figure it out why it doesn't work when I set the textBox.text as the question.text which is a randomly displayed text from the array. I don't understand why a randomly displayed text from the array hasn't been recognized by Construct 2 as a value.

  • Hi friends

    I am trying to design a simple word quiz game. I successfully displayed a random word as the question by using array and ajax. Then I want the user to type the same word in the answer text box as a practice. If correct, a simple game will be shown for a short time before the user continues the quiz study. However, when I set the condition as answer.text = question.text (which is the randomly displayed word from the array), the action won't be triggered even if I type in the displayed word. In comparison, if I manually typed in a word and make it the "set text" of the answer text box, it works well. Sorry for the lengthy question. The image might make it more clear. It seems the randomed displayed word was not recognized as a value. Thank you and I appreciate your time and help!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks guys! I tried again, and in the test run the Chinese characters can be displayed. But in the layout area the words cannot be shown. Trying to figure it out...

  • Hi I'm a Chinese and first-time user of C2. I typed some words in Chinese in the inserted text box, but only some squares were shown. Is there any way to display Chinese text correctly? Sorry if it is a solved issue. Thanks for the help!

  • 7 posts