how to?
stanimation
Member Posts: 406
How would one create attributes to do this: If four actors are selected in a certain order, you get a green light. If not in a certain order, red light (just an example). Cant seem to get this type of thing working? Any help would be greatly appreciated!
Comments
hmm..
ok, how I think it could be done with my limited knowledge
create 4 attributes (boolean true/false)
then have make it so,
if actor is pressed, and all 4 attributes = false, change attribute to true.
but have the rule for each of the 4 actors, so they are looking to see certain other attributes already true before turning green themselves.
Then either try and use the 'otherwise' box make it so it goes red.
or another rule, if actor pressed and the right attributes are not true, make it turn red.
Not sure how well you know GS but hope the above is of some use.