Sorry I mean LAYOUT name not layer name.
So if I have
Layout1<>MainEventSheet
Layout2<>MainEventSheet
A global sprite with an instance variable "BoundLayout" = "Layout1"
On my main event sheet I want to "at start of layout" set any sprites that aren't on this layout to visible = false.
So then if I use global sprite objects can show/hide depending on current layout.