how to manage multiple levels in a game.

0 votes
i am using appwarp j2me sdk .

i am developing two plater game with three levels. and i put all game logics in Mycanvas class given as a reference by you.

how i can manage these levels.
asked Apr 28, 2014 in AppWarp by maheshsahu125 (20 points)

1 Answer

0 votes
You can use room properties. Room properties allows you to store some information along with the room. Hence you can create a property with key as 'Level' and it's value  representing the current level of that room.

For more details check out our documentation http://appwarp.shephertz.com/game-development-center/j2me-game-developers-home/j2me-client-apis/#updateroomproperties
answered Apr 28, 2014 by Suyash Mohan (900 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...