Editing Scene Attributes

Is it possible for an actor to edit a scene's attributes? I want to try and make it so the screen changes color under specific conditions for an actor, and the only other way I know how to is to make another actor that takes up the screen and changes color.

Having trouble with your game? Sounds like a personal problem.

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    You have to unlock an actor instance to be able to properly access the scene attributes.

    An actor instance is the actor you drop into the scene. when you double click on it, it will have a lock over the behaviors view which you can remove by clicking on it.
  • ADSentertainmentADSentertainment Member Posts: 397
    You have to unlock an actor instance to be able to properly access the scene attributes.

    An actor instance is the actor you drop into the scene. when you double click on it, it will have a lock over the behaviors view which you can remove by clicking on it.
    hm, that's a bit of a problem, since the actor that changes the scene color is spawned, not put on the screen. I can probably do something to work that out though. Thank you!

    Having trouble with your game? Sounds like a personal problem.

Sign In or Register to comment.