Transition.to question

Is it possible to check for an event during a transition to? I have a number of characters that move using transition to but I’m unsure how to trigger an event when they move over a certain y point? I know we’ve got onComplete and transition.cancel but I can’t find an onUpdate?

Thanks

Tom [import]uid: 55068 topic_id: 10843 reply_id: 310843[/import]

Could you run a runtime eventlistener for your object by using onStart in your transition? [import]uid: 33866 topic_id: 10843 reply_id: 39442[/import]

Ah, why didn’t I think of that?

Thanks cl-apps :slight_smile:

Tom [import]uid: 55068 topic_id: 10843 reply_id: 39452[/import]