Hi, is it possible to shift items in an arrray (this was previously called rotate in construct 1 I believe).
I am wanting to store the last 10 positions of a sprite so that when a new postion is added to the 10th slot the position currently in the tenth moves down to fill the ninth, and so on so that the item currently in the first slot gets replaced by the second and is dropped off the end.
Is there any way to accomplish in Construct 2?