dhanalakshmi's Forum Posts

  • 10 posts
  • Thanks Ashley,

    I did that,Now am able to display object values in alert using "browse".But, where i have to specify the path of external javascript and how can i get that object values in external js file.Please tell me.

    Please see the code

    "javascript:function myFunction() {

    alert('"& qn_id.Text &"');

    }myFunction();"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi all,

    I want to run custom code from the tool and at the same time i want to pass objects values(score,total) with out using HTTP call.Is it possible?

    Please kindly assist us.

  • hi Ashley,,

    okay...

  • Hi hundredfold,

    please see screen-images attached, in that you can see how we displaying question's and answer options randomly.

    we calling another file through construct 2 ajax and running that file on particular answer option is clicked, like that we build in construct 2.

    that ajax calling file have to run at particular option is clicked, but the problem is that file calling/running multiple time's(like 8-40) when we're playing the game & that particular option clicked.

    in that ajax file we placed code to insert values in database, but calling/running multiple times we're getting another problem's.

    also is there any way to get that randomly displayed question&options from construct 2 tool to ajax calling file ?, for that we can insert that to database, at the time of when user clicked on particular option.

    Please kindly assist us.

  • Hi Folks,

    Kindly assist.

    I want to get the construct 2 array values(questions and answers) from construct 2 tool in certain condition(if player clicks the right answer or wrong answer).

    Please kindly assist us.

  • Hi Folks,

    Kindly assist.

    I want to get the construct 2 array values(questions and answers) from construct 2 tool in certain condition(if player clicks the right answer or wrong answer).

    Our idea is to find out how many times the user is clicking the right or wrong answers for a game.

    We would like to capture the right & wrong events as well as answers to it. [Simple terms Game Analytic]

    Please kindly assist us.

  • Hi Folks,

    Kindly assist.

    I want to get the construct 2 array values(questions and answers) from construct 2 tool in certain condition(if player clicks the right answer or wrong answer).

    Our idea is to find out how many times the user is clicking the right or wrong answers for a game.

    We would like to capture the right & wrong events as well as answers to it. [Simple terms Game Analytic]

    Please kindly assist us.

  • Hi hundredfold , thanks for your answer...

    in construct 2(game) already we're having questions and answers(in construct2 arrays), we're displaying this one by one in the middle of the game, each question having three options.

    now, when user clicked on any option of a particular question, we have to pick up that question as well as clicked option and we have to save these both(question & clicked option) in database.

    Our concept is to maintain all user's played data in a database.

    Please kindly assist us.

  • Within the game we have questions with multiple answer choices.

    When the user selects a radio we want to capture the option and send it to our server and save in a database. This will be done using REST webservices to which i will make an AJAX call. Dont know where to write this function.

    Actually we need to capture game analytics. We want to know which user took how many attempts to answer a question in the game.

    Please let me know how to do this.

  • hi,, i want to show "alert message" in game when player touching the specific object. Is it possible?

    Please if anyone knows Reply me soon..Thanks.

  • 10 posts