{"id":679307,"student_id":10,"content":"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","created_at":"2024-01-16T13:21:07.613+08:00","updated_at":"2024-01-16T13:21:34.919+08:00","name":"飛行訓練 - 開始後用滑鼠點擊舞台以啟用按鍵,重整畫面即可重新遊戲。 副本","language":"javascript","screenshot":{"url":"https://cdn1.koding.school/uploads/project/screenshot/679307/de692d3aa62c2d0bae75cd2f7f0fc85c.jpg"},"parent_id":503852,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":72,"hashid":"meys9k55r","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":15239692,"file_name":"bullet.png","project_id":679307,"asset_id":612328,"created_at":"2024-01-16T13:21:07.619+08:00","updated_at":"2024-01-16T13:21:07.619+08:00"},{"id":15239693,"file_name":"food.png","project_id":679307,"asset_id":612329,"created_at":"2024-01-16T13:21:07.622+08:00","updated_at":"2024-01-16T13:21:07.622+08:00"},{"id":15239694,"file_name":"ship.png","project_id":679307,"asset_id":612330,"created_at":"2024-01-16T13:21:07.624+08:00","updated_at":"2024-01-16T13:21:07.624+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦