No other event listeners are present.
This also makes sense, since no event.preventDefault() is present in visual_logic.js:
eventHTMLElem('click', '_001_button_002', true, function(event) {
tweenCamera('Camera.001', 'Cube.002', 1, function() {}, 1);
});
I got it working with this cumbersome workaround (see the attached file).
Attachments:
You must be
logged in to view attached files.