Difference between revisions of "Dependent gliders"

From JSXGraph Wiki
Jump to navigationJump to search
Line 8: Line 8:
 
var C = brd.create('glider', [ 3,-1,li]);
 
var C = brd.create('glider', [ 3,-1,li]);
 
brd.addHook(function() {
 
brd.addHook(function() {
     B.position = A.position + 0.5;
+
     B.position = A.position - 0.5;
 
     B.prepareUpdate().update(true).updateRenderer();
 
     B.prepareUpdate().update(true).updateRenderer();
 
  }, 'update');
 
  }, 'update');
 
</jsxgraph>
 
</jsxgraph>

Revision as of 22:17, 10 January 2012