In my game, I have two arrays of equal length and I want to compare the values of one array with the values of the other. If I was writing this in Javascript, I would use a for loop and check to see if firstArray == secondArray but I'm not sure how to reference the index in a for loop in Construct 2. I have tried using i but it doesn't seem to work.