{"id":22586,"student_id":1444,"content":"// setBackdrop(\"#222\");\n\nvar shape = 'rect'; // \"rect\" or \"circle\"\nvar index = false;\nvar animate = false;\n// // var i = 0;\n// // while(i\u003c20)\n// // {\n// // grid.push(\"red\");\n// // grid.push(\"green\");\n// // i += 1;\n// // }\n\n// // for (var a = 0;a \u003c 15; a++)\n// // {\n// // grid.push(\"red\");\n// // grid.push(\"blue\");\n// // }\n\n// // var grid = [];\n\n// // var row = [];\n// // for(var i=0; i\u003c10; i+=1) {\n// // row.push(\"red\");\n// // }\n\n// // for(var i=0; i\u003c10; i+=1) {\n// // grid.push(row);\n// // }\n\n// var grid = [];\n// var row1 = [];\n// var row2 = [];\n// for(var i=0; i\u003c10; i+=1) {\n// row1.push(\"yellow\");\n// row1.push(\"orange\");\n// row2.push(\"red\");\n// row2.push(\"blue\");\n// }\n// for(var i=0; i\u003c10; i+=1) {\n// grid.push(row1);\n// grid.push(row2);\n// }\nvar tmp = [\"a\",\"b\",\"c\"];\nforever(function(){\n/* Do this every tick */\n\nprint(tmp);\n})\n","created_at":"2018-02-24T00:36:55.060+08:00","updated_at":"2019-11-10T05:24:47.766+08:00","name":"陣列 \u0026 迴圈","language":"javascript","screenshot":{"url":"https://cdn4.koding.school/uploads/project/screenshot/22586/89edcce60b8890776f43b51e69f48ea4.jpg"},"parent_id":10709,"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 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":116,"hashid":"jzmskdzp","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":433304,"file_name":"0.png","project_id":22586,"asset_id":27843,"created_at":"2018-02-24T00:36:55.085+08:00","updated_at":"2018-02-24T00:36:55.085+08:00"},{"id":433305,"file_name":"1.svg","project_id":22586,"asset_id":27844,"created_at":"2018-02-24T00:36:55.091+08:00","updated_at":"2018-02-24T00:36:55.091+08:00"},{"id":433306,"file_name":"2.png","project_id":22586,"asset_id":27845,"created_at":"2018-02-24T00:36:55.095+08:00","updated_at":"2018-02-24T00:36:55.095+08:00"},{"id":433307,"file_name":"0.wav","project_id":22586,"asset_id":27846,"created_at":"2018-02-24T00:36:55.101+08:00","updated_at":"2018-02-24T00:36:55.101+08:00"},{"id":433308,"file_name":"1.wav","project_id":22586,"asset_id":27847,"created_at":"2018-02-24T00:36:55.106+08:00","updated_at":"2018-02-24T00:36:55.106+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦