{"id":770,"student_id":70,"content":"// Section 6\nvar score = 0;\nvar gotScore = false;\n\n// Section 1\nsetBackdrop(\"bg.jpg\");\nvar bird = createSprite(\"bird.png\");\nbird.x = 320;\nbird.y = 200;\n\n// Section 3\nbird.v = 0;\n\n// Section 1\nvar tubes = createSprite(\"tubes.png\");\ntubes.x = 660;\ntubes.y = 240;\nvar ground = createSprite(\"ground.jpg\");\nground.x = 320;\nground.y = 440;\n\n// Section 2\nforever(function(){\n tubes.x -= 4;\n if(tubes.x \u003c -40){\n \ttubes.x = 660;\n tubes.y = 40+Math.random()*280;\n // Section 6 - Practice\n gotScore = false;\n }\n\t// Section 3\n bird.v += 0.2;\n\tbird.y += bird.v;\n // Section 6\n if(tubes.x \u003c 300 \u0026\u0026 gotScore==false){\n score++;\n gotScore = true;\n }\n // Section 7\n print(\"Score: \"+score);\n});\n\n// Section 5\nbird.when(\"touch\", ground, function(){ stop(); });\nbird.when(\"touch\", tubes, function(){ stop(); });\n\n// Section 4\nwhen(\"click\", function(){\n\tbird.v = -6;\n});\n","created_at":"2017-03-21T20:13:56.087+08:00","updated_at":"2021-08-10T14:38:25.532+08:00","name":"Flappy Bird 完成版","language":"javascript","screenshot":{"url":"https://cdn4.koding.school/uploads/project/screenshot/770/723d919a7ab289aa4f5f5f6752b63bd6.jpg"},"parent_id":2,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":216,"hashid":"jzmsevm","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":7227,"file_name":"bird.png","project_id":770,"asset_id":3315,"created_at":"2017-03-21T20:14:17.651+08:00","updated_at":"2017-03-21T20:14:17.651+08:00"},{"id":7228,"file_name":"down-tube.png","project_id":770,"asset_id":3316,"created_at":"2017-03-21T20:14:17.653+08:00","updated_at":"2017-03-21T20:14:17.653+08:00"},{"id":7229,"file_name":"up-tube.png","project_id":770,"asset_id":3317,"created_at":"2017-03-21T20:14:17.654+08:00","updated_at":"2017-03-21T20:14:17.654+08:00"},{"id":7230,"file_name":"bg.jpg","project_id":770,"asset_id":3318,"created_at":"2017-03-21T20:14:17.656+08:00","updated_at":"2017-03-21T20:14:17.656+08:00"},{"id":7231,"file_name":"ground.jpg","project_id":770,"asset_id":3319,"created_at":"2017-03-21T20:14:17.658+08:00","updated_at":"2017-03-21T20:14:17.658+08:00"},{"id":92721,"file_name":"tubes.png","project_id":770,"asset_id":12504,"created_at":"2017-05-01T22:10:04.741+08:00","updated_at":"2017-05-01T22:10:04.741+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
繁中
简中
English
日本語
1:1:1
1:1
全寬
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦