Hi guys,
I am using storyboard and a tabBar with 2 screens (tabBar.lua, screen1.lua, screen2.lua). , Similar to the TabBar sample come that comes with corona.
- in tabBar.lua I create a storyboard and the the tabBar which I dont insert in the storyboard group so it remains visible when switching between the tab screens
- In each of the 2 screens I create storyboard implementation that displays a table with rows.
- clicking on a row will call storyboard.changeScene(“startGame”).
Problem is that in the startGame scene I do not know how to remove the tabBar. As it is still visible.
My only idea is to use globals… but I am not sure this is the proper way.
Thanks for your help. [import]uid: 74667 topic_id: 30352 reply_id: 330352[/import]