I have "Set animation A" on Layout A.
But Animation A doesn't play whilst I'm currently on Layout B.
How do I fix this?
i think there's an expression called AnimationName.
you can save it to a variable, then use set animation to that variable.
I'm on mobile right now, can't open C2.
Develop games in your browser. Powerful, performant & highly capable.
change global to yes
Yeah make it a global object and then just toggle the visible on layout B load then toggle it back on layout load A
You could also theoretically just load the animation number / animation you want the object to start on onto on start of layout.