Hello,
I have a question concerning touches and scene transitions.
My aim is to code a swipe between a row of scenes, using touches on a scrollView in composer: A touch is detected, and as it moves horizontally more than an limit, composer will go to the next (or previous) scene.
This works well so far, a s long as the scene transition starts at the “ended” phase of the touch.
But if the scene transition starts at touch phase = “move”, the swipe script in the upcoming scene is fired as well, immediately causing another swipe – and so on. It seems that the event data of the first touch is passed to or still available for the following scene, though the touch event listener ends with return true.
Any idea of what has to be done, so that a scene transition can be activated during a touch move?
Thanks for help!