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.

Just out of curiosity, can this “exec script” be recreated using puzzle blocks?

Home Forums Puzzles Just out of curiosity, can this “exec script” be recreated using puzzle blocks?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #86217
    Xnarf-888
    Customer

    I created my first configurator for a client. It’s amazing how easy this is with Verge3D.
    However, I have an “exec script” with the following javascript:

    var newText = “”;
    var elements = parent.document.querySelectorAll(“.cond87”);

    for (var i = 0; i < elements.length; i++) {
    elements.textContent = newText;
    }

    Just out of curiosity, can this be recreated using puzzle blocks?

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.