I need help with changing the opacity(transparency) of the objects and dragging the objects. I can change the opacity(transparency) but when I do the objects are no longer draggable.
Something like this: p5.js Web Editor
To avoid ‘loosing’ the handle when moving fast there is a variable storing the currently dragged point. Of course this would be nicer using arrays and classes to ditch the code duplication.
Thank you very much philipplehmann, I truly appreciate your help. Someone did that in this forum and I do not really understand what he did. I will study your approach and see if I can make modifications.