processing / p5.js-video

177 stars 38 forks source link

interactive circles timing #33

Closed shiffman closed 10 years ago

shiffman commented 10 years ago

I think maybe the circles should avoid the head area and the mouse immediately. If I'm correct the current behavior is that the interactivity turns on when I mention it. It feels like they should always be interactive and I'm just reminding the viewer when I reference it. Thoughts?

scottgarner commented 10 years ago

Sure. That was leftover from an early version when there was only one repel target that I switched form head to mouse, but with two targets we can definitely leave them.

shiffman commented 10 years ago

Great, working great now.