I'm working on a game where if you get hurt enough, effects will appear. Is there a way I can make it so that the entire layout is affected by the effects, or do I have to do every layer 1 by 1? Or is there any workaround / plugin that I could use to fix my problem?
Thanks.
All your effects are in your event sheet, so if the other layouts share the same event sheet, they will run.
Develop games in your browser. Powerful, performant & highly capable.
what type of effect u want to apply in your layout
if it is screen shaking or like something
You should use ScrollTo behaviour
it has shake event
You can add effects to layouts as well as layers.
what ashley said, or create a layer above all, and do effects on it.
Thanks Ashley and saiyadjin