{"id":11343,"student_id":10,"content":"setBackdrop(\"#222\");\n\nvar grid = [];\nvar shape = 'circle'; \nvar index = false;\nvar animate = true;\n\nfor(var x=0; x\u003c60; x++) {\n grid[x] = [];\n for(var y=0; y\u003c40; y++) {\n if(Math.floor(y/4) % 2 == 0) {\n grid[x][y] = \"blue\";\n } else {\n grid[x][y] = \"white\";\n }\n if (x \u003c 20 \u0026\u0026 y \u003c 20) {\n grid[x][y] = \"blue\";\n if(8 \u003c= x \u0026\u0026 x \u003c 12) {\n grid[x][y] = \"white\";\n }\n if(8 \u003c= y \u0026\u0026 y \u003c 12) {\n grid[x][y] = \"white\";\n }\n }\n }\n}\n\n\n","created_at":"2017-03-01T20:52:04.729+08:00","updated_at":"2019-10-26T11:23:06.792+08:00","name":"希臘","language":"javascript","screenshot":{"url":"https://cdn8.koding.school/uploads/project/screenshot/11343/6c8c634f015b5e9a195fcfd76e341faa.jpg"},"parent_id":11194,"plugin":"var grid = [];\nvar padding = 20;\npen.size = 0;\n\nforever(function(){\n\n var w,h;\n\n w = grid.length;\n h = 1;\n for(var i=0; i\u003cgrid.length; i++) {\n if(grid[i].constructor === Array \u0026\u0026 grid[i].length \u003e h) {\n h = grid[i].length;\n }\n }\n\n var a = (640 - padding*2) / w;\n var b = (480 - padding*2) / h;\n var cellWidth = a \u003e b ? b : a;\n\n var offsetX = (640 - cellWidth * w) / 2;\n var offsetY = (480 - cellWidth * h) / 2;\n\n var time = Date.now()/1000;\n\n for(var i=0; i\u003cgrid.length; i++) {\n if(grid[i].constructor === Array) {\n for(var j=0; j\u003cgrid[i].length; j++) {\n if(grid[i][j]===undefined) continue;\n pen.fillColor = grid[i][j];\n if(window.shape == 'rect' \u0026\u0026 !animate) {\n pen.drawRect(offsetX + i*cellWidth, offsetY + j*cellWidth, cellWidth - cellWidth/10, cellWidth - cellWidth/10);\n }\n if(window.shape == 'circle' \u0026\u0026 !animate) {\n pen.drawCircle(offsetX + i*cellWidth + cellWidth/2, offsetY + j*cellWidth + cellWidth/2, cellWidth/2 - cellWidth/10);\n }\n if(animate) {\n var waveX = Math.sin(time*3.5 - Math.PI*i/8);\n var waveY = Math.sin(time*3.5 - Math.PI*i/8 - Math.PI/2);\n }\n if(window.shape == 'rect' \u0026\u0026 animate) {\n pen.drawRect(offsetX + i*cellWidth + waveX*3, offsetY + j*cellWidth + waveY*6, cellWidth - cellWidth/10 - waveX*1.2, cellWidth - cellWidth/10 - waveX*1.2);\n }\n if(window.shape == 'circle' \u0026\u0026 animate) {\n pen.drawCircle(offsetX + i*cellWidth + cellWidth/2 + waveX*3, offsetY + j*cellWidth + cellWidth/2 + waveY*6, cellWidth/2 - cellWidth/10 - waveX*1.2);\n }\n }\n } else {\n if(grid[i]===undefined) continue;\n pen.fillColor = grid[i];\n if(window.shape == 'rect' \u0026\u0026 !animate) {\n pen.drawRect(offsetX + i*cellWidth, offsetY, cellWidth - cellWidth/10, cellWidth - cellWidth/10);\n }\n if(window.shape == 'circle' \u0026\u0026 !animate) {\n pen.drawCircle(offsetX + i*cellWidth + cellWidth/2, offsetY + cellWidth/2, cellWidth/2 - cellWidth/10);\n }\n if(animate) {\n var waveX = Math.sin(time*3.5 - Math.PI*i/8);\n var waveY = Math.sin(time*3.5 - Math.PI*0/8 - Math.PI/2);\n }\n if(window.shape == 'rect' \u0026\u0026 animate) {\n pen.drawRect(offsetX + i*cellWidth + waveX*3, offsetY + waveY*6, cellWidth - cellWidth/10 - waveX*1.2, cellWidth - cellWidth/10 - waveX*1.2);\n }\n if(window.shape == 'circle' \u0026\u0026 animate) {\n pen.drawCircle(offsetX + i*cellWidth + cellWidth/2 + waveX*3, offsetY + cellWidth/2 + waveY*6, cellWidth/2 - cellWidth/10 - waveX*1.2);\n }\n }\n }\n\n if(index) {\n var size = cellWidth/3 \u003e 30 ? 30 : cellWidth/3;\n console.log(cellWidth/3)\n for(var i=0; i\u003cw; i++) {\n print(i, offsetX + i*cellWidth, offsetY - size*1.5, \"white\", size);\n }\n if(h \u003e 1) {\n for(var i=0; i\u003ch; i++) {\n print(i, offsetX - size*1.5, offsetY + i*cellWidth, \"white\", size);\n }\n }\n }\n});","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":458,"hashid":"9ygspr65","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":248188,"file_name":"0.png","project_id":11343,"asset_id":27843,"created_at":"2017-09-16T11:47:32.231+08:00","updated_at":"2017-09-16T11:47:32.231+08:00"},{"id":248189,"file_name":"1.svg","project_id":11343,"asset_id":27844,"created_at":"2017-09-16T11:47:32.233+08:00","updated_at":"2017-09-16T11:47:32.233+08:00"},{"id":248190,"file_name":"2.png","project_id":11343,"asset_id":27845,"created_at":"2017-09-16T11:47:32.234+08:00","updated_at":"2017-09-16T11:47:32.234+08:00"},{"id":248191,"file_name":"0.wav","project_id":11343,"asset_id":27846,"created_at":"2017-09-16T11:47:32.236+08:00","updated_at":"2017-09-16T11:47:32.236+08:00"},{"id":248192,"file_name":"1.wav","project_id":11343,"asset_id":27847,"created_at":"2017-09-16T11:47:32.237+08:00","updated_at":"2017-09-16T11:47:32.237+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦