johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

Add ability to toggle path begin point #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
MoveTo and "path" automatically generates a curve to the first point if the 
object is not at the exact position of the first point. Need to add a Boolean 
for toggling this behavior. Maybe call it "moveToPath"; will be true by 
default. 

Original issue reported on code.google.com by pixelplacement on 15 Aug 2010 at 3:53

GoogleCodeExporter commented 8 years ago
2.0.08 now has a "movetopath" boolean that toggles whether a curve is 
automatically generated to from the object's current position to the start of 
the path supplied.  I also "tweaked" the way DrawPath() works; I removed the 
way it automatically creates a path segment from the object's current position 
to the start of the path. It just works better this way.

Original comment by pixelplacement on 16 Aug 2010 at 1:52