{"id":12410,"student_id":1407,"content":"setBackdrop(\"black\");\r\nvar ship = createSprite(\"spaceship.png\");\r\nship.scale = 0.1;\r\nship.y = 400;\r\n\r\nvar rad = 0;\r\n\r\nvar meteorite = createSprite(\"meteorite.gif\");\r\nmeteorite.scale = Math.random()*0.2;\r\nmeteorite.y = Math.random()*100;\r\nmeteorite.x = Math.random()*600;\r\n\r\nvar meteorites = [];\r\nmeteorites.push( meteorite );\r\n\r\nvar score = 0;\r\nforever(function(){\r\n ship.x =320 + 300*Math.cos(rad);\r\n rad +=0.05\r\n print(score,20,20,\"white\")\r\n});\r\n\r\nwhen(\"holding\",\"space\",function(){\r\n score++;\r\n for(var i=0;i\u003cmeteorites.length;i++) {\r\n meteorites[i].y +=10;\r\n }\r\n if(score%20==0) {\r\n var meteorite = createSprite(\"meteorite.gif\");\r\n meteorite.scale = Math.random()*0.2;\r\n meteorite.y = Math.random()*100;\r\n meteorite.x = Math.random()*600;\r\n meteorites.push( meteorite );\r\n }\r\n});\r\nship.when(\"touch\", meteorites, function(){\r\n print(score,20,20,\"white\")\r\n stop();\r\n});\r\n","created_at":"2017-07-23T00:43:21.151+08:00","updated_at":"2019-11-09T17:04:46.480+08:00","name":"弧線戰機 學生版","language":"javascript","screenshot":{"url":"https://cdn8.koding.school/uploads/project/screenshot/12410/1934136ff7d9d0240a02ac25fbc60448.jpg"},"parent_id":8168,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":202,"hashid":"gk4skmp6","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":264917,"file_name":"spaceship.png","project_id":12410,"asset_id":21963,"created_at":"2017-09-26T19:45:37.152+08:00","updated_at":"2017-09-26T19:45:37.152+08:00"},{"id":264918,"file_name":"meteorite.gif","project_id":12410,"asset_id":21964,"created_at":"2017-09-26T19:45:37.155+08:00","updated_at":"2017-09-26T19:45:37.155+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦