I have added BasicGL to the iScript.Now it's easyer to control the graphics,like this: var g = GraphicBox("myBox"); var c = g.getContext("2d"); Ink(c,"#ffff00"); Move(c,0,0); Draw(c,20,20); c.stroke();
Log in to post a comment.