Director and Native UI Screen Transition

Hi, I’m using native ui elements such as input text boxes, and obviously they do not slide in and out with the rest of the page when transitioning from one to the next. I’d just like to know the best way to add the ui elements to the scene after the transition has finished, rather than appear straight away on top of everything while the page slides in.

Thanks! [import]uid: 110859 topic_id: 23784 reply_id: 323784[/import]

I had the same problem for my latest app… but luckily its not that hard to work around.

What i did was to create the text box outside of the screen boundary, then when the scene is created you transition it into the position you want. Then it gives the impression that it moved in with the scene. [import]uid: 69826 topic_id: 23784 reply_id: 95725[/import]

Thanks for the reply, I’ll give it a go :slight_smile: [import]uid: 110859 topic_id: 23784 reply_id: 95745[/import]