Hey guys, I need help, I'm working on a puzzle and I need when the puzzle is done jump to the next scene.
Thanks for your support.
Puzzle-Hype.zip (576.7 KB)
Hey guys, I need help, I'm working on a puzzle and I need when the puzzle is done jump to the next scene.
Thanks for your support.
Puzzle-Hype.zip (576.7 KB)
The way I handled this was:
in setup()
:
window.completed = [];
false
in check()
:
completed[i] = true;
completed[i] = false;
Puzzle-fixed.hype.zip (258.0 KB)
Hello Jonathan, thank you very much for your help, you are a true master, your deep knowledge of programming is an inspiration to me, I work hard to learn every day and become a decent programmer
Again, thank you very much.