Hi!
I am using MotionStreak in the following way:
On touch began and moved i change the position of the streak to match the touch point.
The issue i am having is that:
- i draw something
- i lift my finger and draw somewhere else
- the last point and the first one of the new streak get connected.
Is there a way for me to reset the streak on touchEnd so when touching again, the "last" and the "first" point don't get connected?
Thanks!