I have a questions to which I was having trouble finding the correct documentation.
I’d like to have 3 checkboxes “checked” before the player is allowed to goto the next scene.
I currently have an addEventListener function on a button to goto the next scene.
I don’t mind changing the mechanics as long as the condition of 3 checkboxes (there are more than 3) are true before changing scenes is allowed.
Maybe someone can point me in the right direction or if you know the answer :)
I’m still pretty new at this, thanks in advance.