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.

Move clone to GROUP Module

Home Forums Puzzles Move clone to GROUP Module

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #37317
    Petro
    Customer

    i try to move the cloned object to “Module” collection with:
    https://pasteboard.co/JJkNcWci.png
    but it seems it fail…

    app.ExternalInterface.addToGroup = function (objectToAdd,arrayToAddTo) {
    var myObj = app.scene.getObjectByName(objectToAdd);
    myObj.groupNames.push(arrayToAddTo);
    }

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