Getting inconsistent values when summing up response times

It is always a better morning when you find your own bugs :slight_smile:

The different total times I was getting was caused by additional clicks registered inside some iterations of animation_mouse.time.

So, instead of using

I just get the first value in the array

rts.append(animation_mouse.time[0])

Now, I don’t even have to flat lists anymore :wink:

I’m not used to Builder so I’m still learning how to debug using it.
I would like to thank @Becca and @wakecarter for all the great contributions to this forum.
They are helping me a lot :slight_smile:

I hope this, at list, helps someone else.

Best,
Flavio

1 Like