I want to make a simple 2D android game, and i'm wondering, what is the easiest/correct way to implement different screen views ? My game will have a few different screen views, and i want to be able to switch between them by swapping left/right, i want it to be like android main menu, where you can swap between different pages full of icons. So how can i do that ? I thought about creating different scenes, but will i be able then swap between scenes without loading time, and how then main game script/logic will run ? Or should i create one scene, and in that one scene create all different views, one next to another ?![alt text][1]
[1]: /storage/temp/81617-47520-untitled.png
↧