Hi,
i v created a grid of physics box in 6*12 and when i click with the mouse on a box , it destroy it and that make fall down the group of box. I want to do a smooth vertical scroll to have the center of screen on the min Y position of the group of box but i don't find the best function to return it.
For the moment i use :
Every tick > system > set scroll Y to lerp(scrolly, Sprite.Y , dt)
I have smooth scroll but not on the min box Y .
Ty for helps