We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

rebuhleiv

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rebuhleiv
    Participant

    Awesome. For me the camera jumped when using “every frame do”; I also had problems when rotating top/bottom wards.
    These problems are solved here if somebody is interested:

    Attachments:
    You must be logged in to view attached files.
    in reply to: eventListener return false #58842
    rebuhleiv
    Participant

    Thanks for your answer. Indeed, a button-tag instead of an a-tag is also a good solution. Thanks!

    in reply to: eventListener return false #58731
    rebuhleiv
    Participant

    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.
Viewing 3 posts - 1 through 3 (of 3 total)