Difference between revisions of "Objects"

From CodeStuff
Jump to: navigation, search
(Created page with " <edcode> var qqq = {}; qqq.x=300; qqq.y=300; qqq.name="Frank"; function drawPlus(x,y) { drawLine(x-20,y,x+20,y); drawLine(x,y-20,x,y+20); } function drawPerson(per...")
 
(No difference)

Latest revision as of 08:28, 7 May 2015