I have a slide where I want students to translate a triangle. I want students to work on the graph and drag the points to where the image should be. I have created an action button that reveals the image but I would like it to appear after the student moves the points.
If this is possible, I would really appreciate some help.
You could have it hidden when the coordinates of the point are equal to the original coordinates. So if the point starts at the origin for example have hidden: graph.number(xCord) = 0 and graph.number(yCord) = 0