I have some global layers. On one of these layers I have a sprite, 1 frame, 0 speed.
When I Load image into the sprite it flickers. This sprite is not global but is on a global layout.
Otherwise, when I make the sprite global and is on a global layer it stops flickering, but unfortunately makes another instance of the sprite when I move to a different layout.
Are sprites on a global layout considered global objects while on said layout? Or do I need to go through and make each object global?
Also, why is it making a copy of the global object when switching to a different layout? How can I resolve this?