Slow the turtle down: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
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 14:15, 25 February 2009