What exactly are you trying to do?
If you want to change the opacity of sprites one by one with 0.2s delay, remove "For each" and add recursive function call as the last action in the function (after "Add 1 to i").
The function will call itself until there are no more objects with id=i.