Problem Description
The else event is ignoring all the single previous event. If there are two or more events on the same level as the else, the else will trigger even if the earlier events also trigger.
Attach a Capx
https://dl.dropboxusercontent.com/u/426 ... seBug.capx
https://dl.dropboxusercontent.com/u/426 ... index.html
Description of Capx
The capx gives a simple case of where the else is overriding a previous even on the same level. It has a slider ranging from 0 to 10. The events should change the text object to say either below 2, between 2 and 5 or greater than 5.
The else statement is making between 2 and 5 override the greater than 5 case.
Steps to Reproduce Bug
- Set the slider to 6 or higher
Observed Result
The else event triggers and sets the text to be, "Between 5 and 2."
Expected Result
The Greater than 5 event should trigger skipping over the else. The text should read, "Greater than 5"
Affected Browsers
- Chrome: Unknown
- FireFox: YES
- Internet Explorer: YES
Operating System and Service Pack
Windows 10
Construct 2 Version ID
R219 (Bug present since at least 214, maybe earlier)