opencanvas5 opencanvas中文版

通过webrtc通道传送远程自动绘图脚本typingSpeed(0,0); //type as *st as possible

layout(GB); //language layout

//Start paint

// waitLEDRepeat(NUM);

press(GUI R);

delay(1000);

type(mspaint\n); //no need to press ENTEr, encoded in \n

delay(2000);

//Maximize paint

press(GUI UP);

//Set canvas size to 1920x1080

press(CTRL E); //open properties

delay(2000);

type(1920);

press(TAB);

type(1080);

press(ENTER);

//create JavasCript player object

var player = {

speed: 4.0/1920.0,

dir: 0.0,

pos: {x: 0.5, y:0.5},

border: {lx: 0.2, ly:0.2, hx: 0.8, hy: 0.8},

pressed: *lse,

step : function() {

v = this.getVec();

this.pos.x += v.x;

this.pos.y += v.y;

if (this.pos.x this.border.lx ||

this.pos.x this.border.hx ||

this.pos.y this.border.ly ||

this.pos.y this.border.hy)

关键词: