Nmasterflash's Forum Posts

  • 2 posts
  • Thank you guys very much! The explanation and file were really helpful for me. I even understand it :-).

    But as I tested the difference between "time" and "wallclocktime" I noticed a discrepancy.

    In 2 minutes the time expression actually runs 6 seconds slower than wallclocktime. I don't know if you noticed it.

    Beside that, thank's again :-)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey you guys!

    I ran into a problam and I do need your help.

    As the title says I want to make a Textfield which "holds" the time so it can displays it in a soccer time like way 00:00

    What i got so far is that every second "1" is added to a textfield.

    So that after 2 Minutes 120 is written.

    My problems now are:

    • how do I show the time in the specific format eg. 00:00

    if the program itself is not capable of doing this

    • which is the best plugin to achieve this

    I actually tried alot and came accross a solution which I am not fully able to program.

    I could make 2 textboxes. One holding the Minutes and the other one holding the seconds.

    For the minute box I set: every 60 seconds add 1 to textbox. works out.

    For the seconds box i set: every second add 1 to textbox... BUT now i need to tell the program that if above 59 start again from 0. ... and i cant make it work. I simply dont know where to put the if statement...

    so if someone has a solution or an idea, please share.

    First post first big problem right :-)

    Have a nice day!

  • 2 posts