Difference between revisions of "RunClickScript Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
 
Line 2: Line 2:
 
;RunClickScript( <Object> )
 
;RunClickScript( <Object> )
 
: Runs the click script associated with the Object (if it has one).
 
: Runs the click script associated with the Object (if it has one).
:{{Example|1=Let ''A'' and ''B'' be points.  The ''OnClick'' script for ''B'' is <code>SetValue[B,(1,1)]</code>. Setting the ''OnClick'' script of ''A'' as <code>RunClickScript[B]</code>, moves point ''B'' to (1,1) when point ''A'' is clicked.}}  
+
:{{Example|1=Let ''A'' and ''B'' be points.  The ''OnClick'' script for ''B'' is <code>SetValue(B,(1,1))</code>. Setting the ''OnClick'' script of ''A'' as <code>RunClickScript(B)</code>, moves point ''B'' to (1,1) when point ''A'' is clicked.}}  
 
{{Note|1=See also [[RunUpdateScript Command|RunUpdateScript]] command.}}
 
{{Note|1=See also [[RunUpdateScript Command|RunUpdateScript]] command.}}

Latest revision as of 09:07, 12 October 2017


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