Level select?

How do I make a level select for each episode of Angry Blosics without having to make a bunch of actors?

Luyren

  • *
  • Posts: 2815
Draw a list of available stages on screen, have the player cycle through it and and change scenes as they select one of them.

Alternatively, create one actor that the player can click or whatever input method your game uses, and use instant customization for each one you place on your stage select scene, each leading to different a scene.
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.

Draw a list of available stages on screen, have the player cycle through it and and change scenes as they select one of them.

Alternatively, create one actor that the player can click or whatever input method your game uses, and use instant customization for each one you place on your stage select scene, each leading to different a scene.
Send me some code, and maybe I will check it out.

Luyren

  • *
  • Posts: 2815
Here is my video on behaviors, and it mentions instance customization: https://youtu.be/SaI5-TmRhOM

This should be enough so you can go with the actor type route I mentiond. If you want the list option, read about lists and attributes on Stencylpedia.
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.

Here is my video on behaviors, and it mentions instance customization: https://youtu.be/SaI5-TmRhOM

This should be enough so you can go with the actor type route I mentiond. If you want the list option, read about lists and attributes on Stencylpedia.
Where exactly does it mention "instance customization"?

Luyren

  • *
  • Posts: 2815
2:55, I even say that out loud in the video.
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.