I’m looking to have a top and bottom navigation bar pop up when a user touches the top or bottom of the screen, similar to how the nav works in the “War in the Pacific” application. Any thoughts on where I should start? [import]uid: 16420 topic_id: 6779 reply_id: 306779[/import]
One way would be to have a transparent button or Rect along the bottom or top of the screen and add a touch event to them. This way you can bring up/down your navigation via a touch listener. Another method would be to have a touch listener for the entire screen and only activate the navigation based upon the x,y coordinates of the touch. [import]uid: 8891 topic_id: 6779 reply_id: 23829[/import]
awesome - thx! [import]uid: 16420 topic_id: 6779 reply_id: 23959[/import]