CaptainLepidus

Freezing

Dec 3rd, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Robot.prototype.onScannedRobot = function(ev) {
  2.     var robot;
  3.     robot = ev.robot;
  4.     robot.fire();
  5.     robot.back(20);
  6.     robot.rotate(10);
  7.     robot.rotate(-10);
  8. };
Add Comment
Please, Sign In to add comment