im making scrolling objects with the mouse when dragging the objects vertically.
When i scroll to the bottom my code WORKS i can make the objects do an infinite vertical scrolling.
BUT if i try to use the sames values and invert for scrolling to the top, nothing works, my objects stop scrolling !
I CAN'T use the two functions move up & bottom freely at the same time, it only work if i deactivate one of the two groups but i need the two functions working.
Can someone help???
here my 3 objects and my code