XpMonster's Forum Posts

  • Why you're using "Z" Array. You don't deal with anything that complex.

    XY will do just fine. All you need is Index of Question (to address it later with loopindex) & then index of variable (0 - answer true or false, 1 - timer)

    QuestionTime variable doesn't make sense.

  • You mean you want to put it somewhere, but can't, because it doesn't take integer?

    You need to convert your integer into a string:

  • Congratulations on your progress! The feeling must be great when you release it into the world :)

    1) Timeline is the best pick. After its introduction there are not so many reasons now to create your own custom event-based trigger scenes.

    2) In terms of coding not much difference, but surely tile-based games have their own approach to cutscenes. I suggest to look into other games of similar genre to see what looks good and what doesn't.

    3) You should have invisible "camera" sprite to which game would switch on trigger scene & follow that instead of player. You could use then timeline on your camera object to move it.

  • Just put Players in one family and transfer information from the family.

  • I'm sorry xD I made timescale to 10.0 so I would test it faster xD

    It was updated again...

  • Try Construct 3

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

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

    Now it count minutes & seconds.

  • drive.google.com/file/d/1uQUo2X0Qz6VdkAmqi-AV-Xm46NrVOteD/view

    I have made a slight improvement to Timer based on how your game works.

    Now you can see the Time in which you answered your question after you confirm your choice.

    When you start each question - Timer Stops & then Starts Again.

  • No wonder it doesn't work.

    Delete this event & your Seconds variable. Then add one empty event & action:

  • Show event which changes text to current time.

  • No. Duration.

  • I see.

    I thought your Questions must have been answered in Fixed time. People sometimes do that in Quiz games.

    Seems like you only need Timer to measure time. Then in SetQuestion write instead of time system expression: infinity

  • You can find it in Event Sheet "eCamera"

  • For your save.

    X (any) - is index of your question

    Y (0) - Player answered right or wrong. Stores boolean: 0 or 1

    Y (1) - Timer in which Player answered the question

    Also don't forget that On Timer 'Q' would also have to trigger checkQuestion function otherwise if your Timer run out your array would store 0 (because Timer didn't run)

  • Have you read & viewed everything in this Multiplayer Manual?

  • I mean sprites which will be placed on top & on the bottom of your list object. So your scrolling listbox always fades in & out of them.