Difference between revisions of "Slow the turtle down"

From JSXGraph Wiki
Jump to navigationJump to search
Line 10: Line 10:
 
     t.fd(20);
 
     t.fd(20);
 
     t.lt(12);
 
     t.lt(12);
     run(n-1);
+
     var st = 'run(' + (n-1) + ')';
 +
    setTimeout(st,50);
 
   }
 
   }
 
}
 
}

Revision as of 16:15, 25 February 2009