Hey
I'm very new to Construct 2, also to Javascript, and I would like to know more about how Construct 2 works on the technical side of things. Reason for this is that sometimes I don't understand how Construct 2 runs trough the code (the events and actions). For example, if I'm looping trough some actions and using the "Wait" function (I know now that I have to use seconds * loopindex, but thats another story) it loops, but as it loops other actions are running simultaneously, so they are not waiting till to loop ends.
Anyway, maybe there was a mistake by my side. Long story short: Is there an explanation how Construct 2 runs the events and actions on a technical view of things? I think that would help me understand the behaviour a bit more.
Thank you