Closed GoogleCodeExporter closed 8 years ago
Kill(true) doesn't wait for a Sequence to complete, but INSTANTLY completes and
then kills it (instead than simply interrupting it where it is and killing it).
If you want to kill a Sequence as soon as it's complete you should simply chain
a SetAutoKill(true) to it, though that's already default behaviour so unless
you changed that there's no need to specify it.
About OnLoop, there is an OnStepComplete callback, which is called each time a
single loop cycle ends.
Original comment by daniele....@gmail.com
on 24 Feb 2015 at 11:15
Original issue reported on code.google.com by
slipster...@gmail.com
on 23 Feb 2015 at 9:26