Ok here is the scene
In my project I have a clip (let’s call it enemyContainer) with a couple clips inside (one for each type of enemies)
Is it possible to .clone() clips inside the containerClip from functions in project root?
targeting like:
project.enemyContainer.enemy1.clone() do not works
putting a clone function inside the container clip and calling it from outside do not works
project.enemyContainer.doTheClones(); NO
cloning in the container clip frame script do works tough
Any ideas how to do it?