Level Chooser?

pixelitodesign

  • *
  • Posts: 35
Hello, how do I create a Level Chooser Page like the game in this example? I need a way that the game recording the level a player reached and offer him to start from level xy when he starts the game again. Is that possible for istencyl?

Rexasul

  • Posts: 147
One way of doing it is to make a global list attribute. When a player reaches a level, you could add the scene name (using a scene name getter which can be found under scene > world) to the list.

On your level select screen, you would then make the buttons useable only if a certain "scene name" exists in your list. You could maybe grey out the images for levels that aren't in the list.
my website |>>| shadowlabs.net

nifeab

  • Posts: 4
where is the palette "Levelsunlocked"?

nifeab

  • Posts: 4
in custom??? I can not find

captaincomic

  • *
  • Posts: 6108
The purple one is a game attribute. You can create game attributes under "Attributes" in the panel on the left.

Xietao

  • Posts: 725
See this Tutorial for unlockeds and lockeds levels.
Tutorial

« Last Edit: April 21, 2012, 10:37:25 am by Xietao »
Free Time:
Monday, Wednesday, Friday: 13h
Tuesday, Thursday, Saturday, Sunday: 7h
Loving Linux...

Innes

  • *
  • Posts: 1960
Emanuele Feronato created a tutorial about how to manage level selection:

http://www.emanueleferonato.com/2011/12/27/manage-saved-games-with-stencylworks/

Note that at the beginning of the above tutorial, there is a link to the previous tutorial which you will also need to read.
Visit www.TheStencylBook.com - the only published book for learning Stencyl.