Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I have a sprite that is on a "sprites" layer and I want it to have a container with another sprite with a DestinationOut blend mode on a different layer for that object. I'm not sure if the blend mode changes because the debugger does not tell me. I'm not even sure if it's possible to have objects in a container on different layers, if it isn't possible, how could I have objects be created and destroyed at the same time without targeting all alike sprites?
-Thank you, William
Develop games in your browser. Powerful, performant & highly capable.
Containers only create and destroy and pick objects together. Each object can still be acted upon individually.
So create your object (and have the second created automatically), then have an action that moves one to the appropriate layer.
Thank you, oosyrag!