Open aerovolvox opened 8 years ago
I am also facing Same issue
I also faced the same issue. It turned out that the animation should not be reused. Animations should be new-ed every time for ChainTourGuide to use.
@ckclark this fixed the issue for me. Thanks
I tried using new animations each time but sill ended up with the same problem, what fixed it was removing animations alltogether
I used similar example of Sequence.ContinueMethod.Overlay (continue method paramater). When I click normal there is no problem but when click fast it is not terminated. On screen it looks like it's gone but I can't click buttons. To my theory a transparent overlay is left. I want to bind a listener to overlay for track it but I can't select the overlay. Is there anybody has idea?