cant you just use 2 families on one object? and then compare them by a variable
like
blue value=0
green value=1
(but those groups are only for one object)
how would i call the private value of a family? it's not listed and i guess i'm getting the syntax wrong when i try to type it in manually...
like how would, instead of Sprite, use Blue here:
Sprite.Value('link2')
it won't let me do Blue.Value('link2')
edit: well i can do green... it's like Construct doesn't know Blue has the private variables. how would i fix this?
edit2: ah, forgot i had other objects in the Blue family.
got it working.