09 September 2014
Tutorial: Working with curved paths
If you want to move an object from point A to point B, the simplest approach is to use a transition, but what if you need to move it along a curved path generated by a bezier algorithm or the user's "drawn" path on the screen? This tutorial outlines how to achieve both methods and set an object to follow the resulting path....