How to make a very smooth touch scrolling of (all) objects on screen
(e.g. compare to chrome when browsing a web page up and down with a finger)
My current code works but it is not as smooth as I would hope:
IF TOUCH 0 SPEED >100
AND if touch ANGLE >50 and < 120 Balls.simulate8direction pressing down
The screen has plenty of balls each 8 Direction Behaviour max speed 1500, acceleration 1500, and decelaration 500, Move direction UP/DOWN only.
What parameters of speed would make it more smooth like Chrome browsing page?