Skip to content


Fixed Path Moving.

I fixed the way you moved paths, it was really simple, I changed

var xinc = left-xshe;
var yinc = top-yshe;

to

var xinc = left-box.x;
var yinc = top-box.y;

So paths can be moved correctly now. I also changed the default grid size to 5px rather than 15px

Posted in Ajax Animator.


4 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. admin says

    Sorry, The link doesn’t work

  2. admin says

    Ok, I fixed it!



Some HTML is OK

or, reply to this post via trackback.