How to set spawn Instance's mirror to parent's?
Develop games in your browser. Powerful, performant & highly capable.
In same event, after action that spawns instance add action: set Instance.angle to Parent.Angle+180.
Thanks!podpathos
Now I think I understand more about C2.
BTW,the parent is a platform sprite,so I test it's mirror,and then set it in an sub event,now it works.