Hi,
sorry for asking, but I couldn't find any help, though I was searching a while on google and construct2 forums. However I have a simple problem (from my point of view). I have a loop calculating some new values for a 2dimensional array. This takes some time (>20s) so I want to have a progressbar to inform the user about the status.
But I can't get it to work. The progressbar shows only the final values but not any stauts in between. I tried different methods (timer, an action within the loops) but nothing worked. Probably I need something to interrupt the execution of the loop and let other tasks to be done. But how?
Here is the test-code I generated to play around.
This image shows the layout (red text are the object names).
This is my event sheet:
Any help would be nice. Thanks.