RunClickScript Command
- RunClickScript( <Object> )
-
Runs the click script associated with the Object (if it has one).
Let A and B be points. The OnClick script for B is SetValue(B,(1,1))
. Setting the OnClick script of A
as RunClickScript(B)
, moves point B to (1,1) when point A is clicked.
See also RunUpdateScript command. |