Basically what Davioware said is right - object types are global to the application, so if you have "MySprite" present in 6 layouts, and you change the animations for it in one, it's reflected throughout the application. Anything that can't be set per-instance (like animations, attributes, object name, icon etc) affects all of those objects in all layouts.