So what im trying to do is
When i click sprite 2, sprite 1 will move up out until it outside layout and sprite 3 and 4 will move down until it outside the layout.
And when i click sprite 2 back the sprite that outside the layout will come back at their last position
Same goes if i click the other sprite, the sprite that on top of it will move up and the sprite below it will move down.
I know i can achieve this with bullet or litetween behavior but i have more than 100 sprite so pls help me what is the efficient ways to do it.
Can i use litetween over 100 sprites? Can it give lag to mobile phone?