Difference between revisions of "Today"

From CodeStuff
Jump to: navigation, search
Line 18: Line 18:
 
var cx=320;
 
var cx=320;
 
var cy=240;
 
var cy=240;
 +
 +
var qx=200;
 +
var qy=240;
 +
 
var power=0.1;
 
var power=0.1;
 
var penSize=4;
 
var penSize=4;
Line 76: Line 80:
  
 
   setColour("red");
 
   setColour("red");
 
+
  fillCircle(qx,qy,penSize);
 
    
 
    
 
}
 
}

Revision as of 08:38, 26 June 2017

Useful things to refer to.

The API page has a list of some of the functions you can use such as


This program is also available at http://jsbin.com/kizubop/1/edit?js,output