I'm not sure exactly what your trying to do, but I've attached a file that conditionally shows a vertical line x=3 when the y-coordinate of a point P is less than 2.
New with 3.2 are conditional display of objects and conditional color of objects (line and fill color). Also, the conditions box is the place to change text color on a Graphs and Geometry page (see below).
In this file, (note, I'm a right clicker! But everything on the right click menu can be found on the Menu as well)
1. I constructed the line x=3 (there are a couple of ways to do this, I find the easiest is to create a text box and type x=3, then drag the text box to the axes and the graph
appears)
2. I created point P (Menu->Geometry->Points& Lines->Point) Label it P and show the Coordinates (right click)
3. I stored the y-coordinate as "yc" (right click->Store)
4. I right clicked on the line and selected conditions (also can be found as Menu->Actions->Set Conditions). Since I only want the line to be visible when the y-coordinate of P is less than 2, I typed yc<2 in the "Show When" field on the conditions pop-up box.
Another neat thing you can do with conditions is to change color conditionally. On the same page there is a line at x=-2, this line is set to change color when the y-coordinate of P is less than 2 (Green) or greater than or equal to 2 (Blue).
This is achieved by right clicking on the line and selecting
conditions. For this line I always want it visible, so I leave the "Show When" field blank, but I want the line color to differ conditionally. So I type "when(yc<2,4,2)" into the Line color field. When the condition (yc<2) is true, then the line will be color 4 (green) and when it is false, the line will be color 2 (Blue). You can see a list of the color numbers from the conditions pop-up box by clicking "Colors".
Note: if all you want is the color of the text to be different than black, you have to change it in the conditions box. Simply type the color number alone in the Line color or Fill Color fields, with no conditional statement around it. For example if you want the text to always be Blue, then right click on the text box and type 2 in the Line color field.
Hope that
helps.
Dennis Donovan