mapabox's Forum Posts

  • 6 posts
  • Hello,

    I'm doing simple quiz game where questions and answers are taken from array.

    When I play on desktop version, all is OK. But when I play on any mobile device - a lot of bugs appear. The main problem is that somehow game takes wrong answers from array.

    Anyone knows how to solve it?

    Many thanks in advance!

  • Thank you, both!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello.

    I'm doing a quiz game. Depending on question type there will be different list of answer options.

    How can I change all items in list by taking new Items from say array?

    Many thanks in advance!

    Tagged:

  • You are great!

    Thank you very much for your time and help!!!

  • Hi.

    Thank you for the previous answer!

    Based on the project you've shared I'm trying to create a quiz where you have question => options => answers. For example, question "How many colours does flag of this country have?", options would be different countries (10 in my case) and 10 correspondent answers.

    Please have a look:

    drive.google.com/file/d/1l_PnpUj8zU1s7KvM7dF37IrwsQqGRVIy/view

    I'm stuck in 2 very simple (as I thought) things:

    1.Please look on event sheet line 10/11 (now disable action) - I want txt_answerNew with relevant instance variable No. to be visible after OK button is pressed. But instead, all txt_answerNew become visible. Why? How to fix it?

    2. In line 8 there is a condition that txt_option may be chosen if instance variable "can_be_chosen" is equal 0. Then after pressing button OK (line 10/11) "can be chosen" for particular instance variable "No" should turn to 1 (so it can't be chosen next time). I think it's very simple with my first thing above - it doesn't work.

    May please explain how to fix it?

    Many many thanks in advance!

  • Hi guys,

    My quiz consists from 10 answers. So, I extended the array and copy/paste 5 additional txt_answers to the layout. However, those 5 are not generating values from the array but are absolute copy of previous ones. It must be very easy to fix but I'm stuck here. May you please help me?

    Many thanks in advance!

  • 6 posts