Hi guys,
Quite often when looking at code I’ll often see something like this…
items[i].object:translate(0, (i \> 1) and items[i-1].object.contentHeight \* (i-1) or 0)
What I don’t get is the second half of the parameters ( from the i>1 onwards). Could someone help me make sense of it please.