Edit: Found the bug specifically, other issue was improper coding
Link to .capx file (required!):
docs.google.com/file/d/0B7mHJO1CK--NQ0tNeFdEVVlxclU/edit
Steps to reproduce:
1. Look at code
2. Run Preview
Observed result:
array.CurValue = 1 doesn't trigger, but array.CurValue > 0 and Array.Curvalue = "1" trigger (could also use Array.CurValue = Int(array.curvalue) to do the same thing.
Expected result:
The result should be one of two things
1: Only array.CurValue = "1" // array.curvalue = int(array.curvalue) should work
2: All conditions should work.
Browsers affected:
Chrome: yes
Firefox: yes/no
Internet Explorer: yes/no
Operating system & service pack: Windows 7 x64
Construct 2 version: r119 x64