{"id":102193,"student_id":3232,"content":"setBackdrop('bg.jpg');\nvar balloons = [];\nvar clock = 0;\nvar score = 0;\nvar status = \"start\";\nvar target = createSprite(\"target.png\");\ntarget.layer = 1;\n\nforever(function(){\n target.x = cursor.x;\n target.y = cursor.y;\n target.direction += 1;\n createballoon();\n move();\n checkClicked();\n \n print(\"score:\" + score, 10, 10, \"red\", 40);\n})\n\nfunction createballoon() {\n if(clock % 30 == 0 \u0026\u0026 status == \"start\"){\n var balloon = createSprite(['0.png', 'a_1.png', 'a_5.png', 'a_10.png', 'a_50.png', 'a_100.png', 'm_2.png', 'e_2.png']);\n balloon.costumeId = Math.floor(Math.random()*8);\n balloon.y = 500;\n balloon.x = Math.floor(Math.random()*640);\n balloons.push(balloon);\n }\n clock++;\n}\n\nfunction move(){\n for(var i = 0; i \u003c balloons.length; i++){\n if(balloons[i].costumeId == 0){\n balloons[i].y -= 2;\n }else if(balloons[i].costumeId == 1){\n balloons[i].y -= 2;\n }else if(balloons[i].costumeId == 2){\n balloons[i].y -= 3;\n }else if(balloons[i].costumeId == 3){\n balloons[i].y -= 4;\n }else if(balloons[i].costumeId == 4){\n balloons[i].y -= 6;\n }else if(balloons[i].costumeId == 5){\n balloons[i].y -= 5;\n }else if(balloons[i].costumeId == 6){\n balloons[i].y -= 6;\n }else if(balloons[i].costumeId == 7){\n balloons[i].y -= 3;\n }\n \n }\n}\n\nfunction checkClicked(){\n for(var i = 0; i \u003c balloons.length; i++){\n if(cursor.isDown \u0026\u0026 balloons[i].touched(cursor)){\n if(balloons[i].costumeId == 0){\n score = 0;\n }else if(balloons[i].costumeId == 1){\n score += 1;\n }else if(balloons[i].costumeId == 2){\n score += 5;\n }else if(balloons[i].costumeId == 3){\n score += 10;\n }else if(balloons[i].costumeId == 4){\n score += 50;\n }else if(balloons[i].costumeId == 5){\n score += 100;\n }else if(balloons[i].costumeId == 6){\n score *= 2;\n }else if(balloons[i].costumeId == 7){\n score /= 2;\n }\n \n balloons[i].destroy();\n }\n }\n}\n\nsetTimeout(function() {\n status = \"stop\";\n}, 30000);\n\n\n\n\n","created_at":"2019-10-26T10:01:46.874+08:00","updated_at":"2019-11-02T11:18:27.681+08:00","name":"氣球樂園 副本","language":"javascript","screenshot":{"url":"https://cdn2.koding.school/uploads/project/screenshot/102193/bcd29abdce5d346fdaba164b2d58d469.jpg"},"parent_id":69945,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":50,"hashid":"meysz4j5","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":1728389,"file_name":"bg.jpg","project_id":102193,"asset_id":123571,"created_at":"2019-10-26T10:01:46.880+08:00","updated_at":"2019-10-26T10:01:46.880+08:00"},{"id":1728390,"file_name":"target.png","project_id":102193,"asset_id":123570,"created_at":"2019-10-26T10:01:46.881+08:00","updated_at":"2019-10-26T10:01:46.881+08:00"},{"id":1728391,"file_name":"0.png","project_id":102193,"asset_id":123569,"created_at":"2019-10-26T10:01:46.882+08:00","updated_at":"2019-10-26T10:01:46.882+08:00"},{"id":1728392,"file_name":"a_1.png","project_id":102193,"asset_id":123568,"created_at":"2019-10-26T10:01:46.883+08:00","updated_at":"2019-10-26T10:01:46.883+08:00"},{"id":1728393,"file_name":"a_5.png","project_id":102193,"asset_id":123567,"created_at":"2019-10-26T10:01:46.884+08:00","updated_at":"2019-10-26T10:01:46.884+08:00"},{"id":1728394,"file_name":"e_2.png","project_id":102193,"asset_id":123566,"created_at":"2019-10-26T10:01:46.886+08:00","updated_at":"2019-10-26T10:01:46.886+08:00"},{"id":1728395,"file_name":"m_2.png","project_id":102193,"asset_id":123565,"created_at":"2019-10-26T10:01:46.887+08:00","updated_at":"2019-10-26T10:01:46.887+08:00"},{"id":1728396,"file_name":"a_100.png","project_id":102193,"asset_id":123564,"created_at":"2019-10-26T10:01:46.888+08:00","updated_at":"2019-10-26T10:01:46.888+08:00"},{"id":1728397,"file_name":"a_50.png","project_id":102193,"asset_id":123563,"created_at":"2019-10-26T10:01:46.889+08:00","updated_at":"2019-10-26T10:01:46.889+08:00"},{"id":1728398,"file_name":"a_10.png","project_id":102193,"asset_id":123562,"created_at":"2019-10-26T10:01:46.890+08:00","updated_at":"2019-10-26T10:01:46.890+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦