Hey All
I'm working on a project and the one I'm working with has asked me to make an image move along a drawn path. Both the image and the path are made in illustrator so I can use them as png images or as svg shapes in processing. The path is a series of curves that arent really in an sort of pattern. I'm wondering if there is a way of moving the image along this path that would be simpler than breaking the path down to the specific curves and treating each curve with its own math equation for animating the stitching all that back together. Is there away to get the points out of the svg path and move to those?
Or is there an entirely different path i should look into for this?
I'm working on a project and the one I'm working with has asked me to make an image move along a drawn path. Both the image and the path are made in illustrator so I can use them as png images or as svg shapes in processing. The path is a series of curves that arent really in an sort of pattern. I'm wondering if there is a way of moving the image along this path that would be simpler than breaking the path down to the specific curves and treating each curve with its own math equation for animating the stitching all that back together. Is there away to get the points out of the svg path and move to those?
Or is there an entirely different path i should look into for this?
1