Cannot edit scene attributes
Im having trouble using behaviors to edit attribute on the scene. Can you pls help? Im creating a plane game and I want if all the planes are knocked out, the scene is changed to You win. But I have more than one scene doing the same thing. Can anyone help?
Comments
You need to use game level attributes not scene level.
I'm having this same issue. If you can add attributes to a scene why can't behaviors access scene.Attributes? For example, if you need an attribute to reset when the scene resets, it seems logical to use a scene attribute, no?
@cousinisaac, you can access Scene Attributes but only by un-locking an actor on the scene and making it an instance actor.