About Squiggle Drag Drop


Hello. I am making a Simple Electrical Circuit Simulation. I am using Squiggle to connect the wires. Everything is fine but when I drag and drop the Squiggle points, they do not stay in the position I want in the first state. Is there a way to do this?

1 Like

Yes, any time the Squiggle or Blob points are adjusted with code you need to call update() on the Squiggle or the Blob.

1 Like

When you hold down and wait, the point that is held down is erased. I don't want this to happen. The user may unknowingly hold down and wait. How to prevent this? editPoints:false, didn't work.

1 Like