dashed curveTo
Tuesday, April 26th, 2005I needed a dashed curveTo for a couple of projects I’m working on. The goal was to keep it as simple as possible. If you read my deput post, you’ve probably guessed that I’m still a fan of prototyping. Here’s me code. MovieClip.prototype.dashCurve = function(sx, sy, cx, cy, ex, ey, gap) { var t = [...]

