Difference between revisions of "Hexagonal kolam"

From JSXGraph Wiki
Jump to navigationJump to search
Line 100: Line 100:
 
function run(nr) {
 
function run(nr) {
 
   brd[nr].suspendUpdate();
 
   brd[nr].suspendUpdate();
   var code = $('inputtext'+nr).value;
+
   var code = document.getElementById('inputtext'+nr).value;
 
   if (code=='') { return; }
 
   if (code=='') { return; }
 
   t = turtle[nr];
 
   t = turtle[nr];

Revision as of 21:42, 29 October 2009

For an explanation see L-systems.