Random walk

6 views
Skip to first unread message

Marcus Westin

unread,
Oct 25, 2009, 10:08:09 PM10/25/09
to js.io
Martin showed me a cute little random walk script for the demo at
http://js.io/#worlddemo. Thought I would share it :)

javascript:jsio('from examples.world.world.constants import *');
(function(f){setInterval(f,5000);f();})(function(){client.move
(kBounds.maxX*Math.random(),kBounds.maxY*Math.random())});void(0);

Reply all
Reply to author
Forward
0 new messages