All,
In slide 3, I just want my graph (with an image) to be hidden until the student hits the button. I have CL in there that I found by searching, but the image shows up as soon they move to it .
In the graph1 CL, try this:
hidden: when button1.pressCount = 0 true otherwise false
That did it.
Thank You
Hooray! The hidden sink is incredibly helpful.