Auto Scene Menu / Navigation Builder

Wow! Yes, that code is really clean and half the work to set up.
I'll use this over the old method for sure.
Unfortunately it still conflicts with the swipe options of the Scene Inspector.
I did a bit of testing by adding different options from the Scene Inspector to the file you shared with me, and it seems the "On Swipe ~" functions on a scene makes the menu on that scene unresponsive.
I assigned a "jump to scene" function to the "On Key Down" and the menu still worked fine.
I also tried assigning "play sound" to a swipe action and that broke the menu too, so the conflict seems to be related to the Swipe related options and not "navigation".
Maybe using external js code for the swipe functions instead of the Hype Scene Inspector options would solve the problem?
I've started studying javascript in order to do more with Hype! I've learned to read and tweak it a bit but I'm still far from writing anything from scratch.

That is rather strange and seems to be a bug on the Scene Load handler. It I’ll have a look once I am back in a regular computer. Currently I am on the road. It totally should work.

Thank you! :pray: