For..In is a looping action. Its purpose is to cycle through the individual properties of an Object (such as a Sprite) or through the individual elements within an Array and execute a statement or set of statements for each.
For (.. in ..)
Deselecting this option will convert a For..In loop to a For loop.