Hi there!
I've got a question about visual logic and some IF/ELSE logic.
Now if I could do this with scripting, like in DashBoard, this would be no problem what so ever... However, visual logic seems to confuse me.
I have a text element, that when there is text, turns the visibility for a group object containing the text and a quad.
Likewise, it hides the group with both elements if the text field is empty.
(The text field gets it's value through DataLinq, and the visual logic checks "ifEmpty" block from the text object)
Now... There is another text object in the scene, and I would very much like to be able to set that objects X position and width based on wether or not the group mentioned above is visible or not.
But I cant get a way to set the X value if above check is true. Seeing as it's a boolean value, not an int value (well, it's a 0 or 1 but yeah)...