On start of layout, it creates only instances for Sprite from the container but does not create instances for SVG object that is also there. Can you rephrase?
"On start of layout" has sub-event "Repeat 100 times", which has an action "Spawn another object".
In the Manual for containers are such sentences:
- If one object in a container is created, every other object in its container is also automatically created.
- If a condition picks one object in a container, every other associated object in its container is also picked.
When I use the action "Spawn another object" and choose the Sprite object which is in the container it creates only 100 instances for the Sprite (I see it in debug layout).
As far as I understand from the manual, the system must also create 100 instances for SVG object, because it is in the same container with a Sprite, but it does not happen.