Picture Appears when point is correct

Is it possible to have a picture to appear once the points are dragged to the correct location? I have seen this before, but the coding is so complicated.

Try:

C=total({abs( [a-3,c-8])>0:1,0})

(I’m using a “piecewise” function to check if the difference of a and c from their correct location is 0. If total is 0, it’s correct.)
Then, for the center point of your image:

(0,0{C=0})
1 Like