In our previous post we have created and set up project for game "Zombie: Rising Up". Now we need to make game navigation that you can accomplish by using ViewNavigator manager. This manager has ability to switch between views and load necessary textures. It also can plays different transition such as animated effect, shows loading indicator or advertisement while textures are loading. ViewNavigator reacts on activation/deactivation and lost context events loading dropped textures and showing special loading indicator.
URL for downloading showcase project is provided at the bottom of this post, you can download it and import as project into your FlashBuilder IDE. So now, it's time to add into our game main view that will be like container for other views and hold view navigator. The best place to add it - handler for Starling initialize event.
URL for downloading showcase project is provided at the bottom of this post, you can download it and import as project into your FlashBuilder IDE. So now, it's time to add into our game main view that will be like container for other views and hold view navigator. The best place to add it - handler for Starling initialize event.


