{"id":10693,"student_id":10,"content":"","created_at":"2017-03-01T20:52:04.729+08:00","updated_at":"2021-11-15T18:43:39.720+08:00","name":"太空訓練","language":"javascript","screenshot":{"url":"https://cdn8.koding.school/uploads/project/screenshot/10693/4dcd7891796f71d64633e947f0b36cba.jpg"},"parent_id":2,"plugin":"setBackdrop('#000000');\nvar ship = createSprite(\"ship.png\");\n ship.x = 320;\n ship.y = 240;\n\nvar food = createSprite(\"food.png\");\n food.x = 100 + Math.random() * 440;\n food.y = 100 + Math.random() * 280;\n\nvar bullets = [];\nvar score = 0;\nvar clock = 0;\n\nforever(function () {\n ship.toward(cursor);\n if(ship.distanceTo(cursor) \u003e 4) {\n ship.stepForward(3);\n }\n clock ++;\n if(clock%3 == 0) {\n var bullet = createSprite('bullet.png');\n bullet.direction = Math.random()*360;\n bullet.stepForward(500);\n bullet.direction = Math.random()*360;;\n bullets.push(bullet);\n }\n for(var i=0; i\u003cbullets.length; i++) {\n if(bullets[i].touched(ship)) {\n \t\tstop();\n \t}\n bullets[i].stepForward(2);\n }\n if(ship.touched(food)) {\n \tfood.x = Math.random()*640;\n food.y = Math.random()*480;\n score += 1;\n }\n print(score, 10, 10, '#21ffff', 20);\n});\n","description":"","note":null,"status":"public","like_student_ids":[120,109,1809,2004],"is_featured":false,"views":1107,"hashid":"gk4skn58","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":237190,"file_name":"bullet.png","project_id":10693,"asset_id":28733,"created_at":"2017-09-03T21:57:00.298+08:00","updated_at":"2017-09-03T21:57:00.298+08:00"},{"id":237191,"file_name":"food.png","project_id":10693,"asset_id":28734,"created_at":"2017-09-03T21:57:00.306+08:00","updated_at":"2017-09-03T21:57:00.306+08:00"},{"id":237192,"file_name":"ship.png","project_id":10693,"asset_id":28735,"created_at":"2017-09-03T21:57:00.324+08:00","updated_at":"2017-09-03T21:57:00.324+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦