I several Items on the stage.
If I say, on event sheet, ...
Item -> some condition -> some action
...it works as expected for all the Items.
If I say...
System -> For Each Item -> (subevent) Item -> some condition -> some action
...it also works as expected for all the Items.
So in the first example, is it looping through an index of all Items on the stage? iow. an implied for each loop?
Is there any advantage ( performance, etc ) to explicitly using a For Each loop ?