Button Scene Switching

I need some help with button scene switching. I saw the example project but I am not sure how to do it still. Can you guys help me?

What have you tried so far, where problems are appearing, how have you tried to debug them?
You need to learn to code and do things yourself first, and only if you have troubles ask for help.

People around are busy with their own stuff.

Please post questions for specific problems.

I’m afraid I have no idea whatsoever how to do the things I ask about.

You could start simple:

  1. learn how to make UI using HTML + CSS.
  2. learn how to attach interaction to ui elements.
  3. learn how to load scenes: http://developer.playcanvas.com/en/api/pc.Application.html#loadSceneHierarchy

Thanks! That link helped. I have an idea to experiment with for buttons in js.