kiki4construct's Forum Posts

  • 4 posts
  • Ok, thank you very much, I will try it!

  • Thank you so much, it helped a great deal. I implemented your solution but I set isCorrect in the Layout view to be true for the images that i know that are the correct ones. It works but the problem is that more than one correct image gets displayed on the screen. Should i create a different set of instances for the correct images?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, i would appreciate it if you'd share some ideas on

    how can i create a quiz game that displays 3 random pictures

    on start of layout and on picture click.

    One picture of the displayed three, will contain the correct answer and must not be displayed again.

    Also the images should be placed in three random spots.

    Here is how I am starting

    dropbox.com/s/dzy0eomffxhi40p/i.PNG

    I have an instance variable for each image to indicate it as correct or false.

    I intend to delete the round(rand(0,array.width)) variables on each display.

  • Hi! This topic seems to be answered, however the answer is no longer appearing. My take on the issue is this. I should state I have many checkboxes and this is the way i find which one was checked.

    /*

    on checkBoxFunction

    for each checkbox, set local variable localcheck to true

    if localcheck is true

    pick instance with uuid Function.Param(0), then set myTextBox text to "Checkbox with UID "&checkbox.UID &" was checked";

    */

    checkbox Is checked call("checkboxFunction") with the parameter checkbox.UID

    If someone has a better solution please provide it here

  • 4 posts