Hi, you can put the change attribute behaviour in an actor in the scene but off-screen. That way, when each scene opens, your attribute will change.
You don't mention what this attribute is used for, or how it changes depending on which scene is opened, so I'll assume you just want 1 added every time a new scene is opened.
So in this actor off-screen (one per scene) put:
Rule: Change Attribute YourAtt To YourAtt + 1 --------- as an example.
Answers
Hope this helps,
pan_joshua
@haza
Hi, you can put the change attribute behaviour in an actor in the scene but off-screen. That way, when each scene opens, your attribute will change.
You don't mention what this attribute is used for, or how it changes depending on which scene is opened, so I'll assume you just want 1 added every time a new scene is opened.
So in this actor off-screen (one per scene) put:
Rule: Change Attribute YourAtt To YourAtt + 1 --------- as an example.
Hope that helps.