Jump to content
Search Community

jeremyp

Members
  • Posts

    2
  • Joined

  • Last visited

jeremyp's Achievements

0

Reputation

  1. Hey, thanks a lot, it work perfectly, i've just made it on my project and it's cool! And while doing that, I saw the method cubicToQuadratic for bezier, it will help me to draw my curve! Thanks for the help!
  2. Hi, I have two questions, i've already some kinds of solutions, but I would to know if you have some ideas about it : first, I would to know if I can easily combine drag and bezier : I mean, drag an object along a bezier curve using drag & bezier plugins? My current idea is to create a timeline with my object animated along the curve, stop this animation, and control the timeline with a simple horyzontal drag in the bounds box of the curve. Do you see what I mean ? Then, I would to be able to draw the curve ( dotted.. but it's another problem ), do you have any ideas of how I can convert my bezier coordinates to use canvas's method quadraticCurveTo() for example ? Let me know if you have any suggestions, advices.. Thanks !
×
×
  • Create New...