Difference between revisions of "Today"
From CodeStuff
| Line 35: | Line 35: | ||
addChaser(200,100); | addChaser(200,100); | ||
| − | addChaser(300, | + | addChaser(300,400,0.5); |
| + | addChaser(400,400,0.45,"magenta"); | ||
function drawSpot(colour,x,y) { | function drawSpot(colour,x,y) { | ||
| Line 130: | Line 131: | ||
run(move); | run(move); | ||
| − | |||
| − | |||
</edcode> | </edcode> | ||
Revision as of 23:33, 3 July 2017
Useful things to refer to.
The API page has a list of some of the functions you can use such as