Common display objects between scenes

Hello,

I am building an admin section form my app that consists of 4 scenes

the admin scene builds a toolbar with four buttons (I implemented this as images so I can use my custom images as I couldn’t figure out how to customise the tapbar widget)

this toolbar is created in the createscene event of the admin scene

each of the buttons then calls another scene, I would like the toolbar to remain onscreen when I load the separate scenes, but it seems I have to recreate the toolbar on the createscene of each of the child screens.

I also would like to highlight the icon representing the scene I am in.

I’m sure this should be simpler than this…

Thanks in advance. [import]uid: 170811 topic_id: 32807 reply_id: 332807[/import]

Don’t put the toolbar into a storyboard group and it should stay on top from scene to scene. [import]uid: 19626 topic_id: 32807 reply_id: 130444[/import]

Don’t put the toolbar into a storyboard group and it should stay on top from scene to scene. [import]uid: 19626 topic_id: 32807 reply_id: 130444[/import]

What type of event listener or check would you use to destroy that display group when you no longer want to display the toolbar? [import]uid: 135255 topic_id: 32807 reply_id: 130495[/import]

What type of event listener or check would you use to destroy that display group when you no longer want to display the toolbar? [import]uid: 135255 topic_id: 32807 reply_id: 130495[/import]