Closed GoogleCodeExporter closed 9 years ago
Issue reproduced. In timelines, callbacks of inner tweens seems to be skipped
if they belong to the last tween. Adding a pause after tween.call() makes it
working again.
I'm trying to fix that.
Original comment by aurelien.ribon
on 16 Apr 2012 at 8:43
I fixed the issue in latest commit. This change added a lot of precision to the
engine. You should now be able to send any delta-time to a tween or timeline,
and every callback of every timeline child should be correctly triggered.
However, I only tested that on my own test-cases, and I don't want to miss any
corner-case. Can you build the library from the repository (ant build.xml
script is provided) and tell me if that fixed your issue?
Thanks
Original comment by aurelien.ribon
on 17 Apr 2012 at 4:50
is this fixed in 6.3.1?
Original comment by felixwatts
on 19 Apr 2012 at 5:53
Original issue reported on code.google.com by
felixwatts
on 15 Apr 2012 at 7:43