RunClickScript Command

From GeoGebra Manual
Revision as of 08:07, 12 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


RunClickScript( <Object> )
Runs the click script associated with the Object (if it has one).
Example: 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.
Note: See also RunUpdateScript command.
© 2024 International GeoGebra Institute