Dear All,
Similar questions have been asked before and it shouldn’t be very difficult to solve the problem but somehow I am not able to do so.
I create squares on mouse-click and each square has an object timer. I just want to display the time of each object timer individually above each square. That sounds not very difficult but I cannot find the right position in my events to start the timer.
If I do it as shown in the events the timer of each object is as expected reset again when a new square is created - which is not what I want.
I tried to put the “start the timer”- action in a For each-condition but the timer is not starting (at least that’s what the text-object displays). The same happened when I dragged the action in a block below the creation-event. I also tried to start the time based on boolean object variables but without success.
How can I solve this problem?