Jayram
#1
Hello,
I’m trying to create a game with 10 levels.
When a player is on the menu screen, I want camera to focus only on the current level
Eg. If player completed level 4, next time they come on menu screen, camera should focus on Level 5 object.
Level 1 to 4 will have completed icons (tick mark eg), level 6-10 will have locked icons and level 5 will have unlocked icon
Pls suggest ideas to do this
MrMen
#2
Have you tried setting camera focus on the unlocked icon sprite?
Jayram
#3
Thanks will try it out. Is there a way to show only current level, current level -1 and current level +1 in the menu, similar to angry birds etc
MrMen
#4
It’s very possible. Make each level selection 1/3 of the width of the screen and display them horizontally would be a simple way.
1 Like