I'd like to show multiple slices of a sprite. Stacking clips like this doesn't work, because the last one overrules the others: clip(0,80,128,1) clip(0,82,128,1) clip(0,84,128,1)
Is there another way to achieve this effect?