Transition pause issue

Hi,
I’m working on an app and stuck in pausing transition.
I’m creating ten object through loop and moving all the object through transition over on screen and assigning them to drag event.
But whenever user touch the particular object I want to pause transition of that particular object then I’ll check my condition and if matching then that object is not resume if not matching then that object’ll resume.
Is it possible. If yes reply asap with example.

Thanks in advance. [import]uid: 75428 topic_id: 22463 reply_id: 322463[/import]

There are examples in sample code for pausing transitions; there is no transition.pause() API so you would need to use third party class like TransitionManager or the like.

You could also cancel the transition and then continue it if that seemed simpler to you.

Peach :slight_smile: [import]uid: 52491 topic_id: 22463 reply_id: 89823[/import]