Hi all, I suspect nobody will know the answer to this unless I tag Ashley, but will try asking anyway...
I have found something that seems wrong to me, but I did some testing and discovered it was wrong in Construct 2 as well, so I don't want to file a submit a bug if it's 'working as designed'.
If I have 2 events like this:
#1 On Left Button Clicked AND Cursor Over Sprite -> Action 1
#2 On Left Button Clicked -> Action 2
Then when I click on the Sprite, Action 1 runs before Action 2 as expected.
However, if I do this:
#1 On Left Button Clicked on Sprite -> Action 1
#2 On Left Button Clicked -> Action 2
Then clicking on the Sprite causes Action 2 to run before Action 1
These are two methods of achieving the same thing, and my expectation would be that both these examples should run the same, with Action 1 coming before Action 2.