hI!
I use in my proyect 4 image svg but ist same with sprite, cause the image svg dont have collision set.
In the future we can have the same conditions? I prefer SVG image cause in my case not change the quality of the resolution.
You can suggest it on the suggestions site. construct.net/en/forum/construct-3/general-discussion-7/announcing-new-construct-161682
In the meantime, you could use an invisible helper sprite with a collision polygon in a container with and pinned to your svg object.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for the info, if i understand well, first i create a invisible sprite, containg the image SVG or create one and paste to pinned with the behavior of pinned right?
Two separate objects, put together with a container construct.net/en/make-games/manuals/construct-3/project-primitives/objects/containers
One is the visible SVG, showing the image, and one is the invisible sprite, with the collision polygon.
If they are in a container, they will always be picked together so you can treat them as the same object. If they are pinned, they will move together.