[SOLVED] Help with learning PlayCanvas. Advice needed

Hello everyone, I don’t have a code line I have a problem with or something like that, I just want to ask for advice, how do I learn PlayCanvas, my personal issue is scripting projects I make, for example I am trying to make a simple 2D calculator right now, I made buttons and all but I have no idea how to write the code to make it work. Can someone share any kind of source you think could help me, I would appreciate it very much. Ps. I do know that there are many tutorials online teaching JS but it seems to me they all use HTML documents and that the code and language itself is kind of different than what is used in PlayCanvas.

Hi @adnacolakovic and welcome! If you are working on a 2D calculator with a lot of UI buttons, I think the page below can help you to make these buttons work. If you get stuck with this, you can always share a link of your project for someone to take a look.

https://developer.playcanvas.com/en/tutorials/ui-elements-buttons/

2 Likes

Thank you very much, I appreciate your help.