{"id":17801,"student_id":871,"content":"setBackdrop('bg.png',0, 0, 640, 480);\n\nvar p1 = createSprite([\"right_0.png\",\"right_1.png\",\"right_2.png\",\"right_3.png\"]);\np1.x = 340;\np1.y = 400;\np1.scale = 1.3;\n\nvar p2 = createSprite([\"left_0.png\",\"left_1.png\",\"left_2.png\",\"left_3.png\"]);\np2.x = 300;\np2.y = 400;\np2.scale = 1.3;\n\nvar step = Math.random()*200 + 50;\nstep = Math.round(step);\nvar p1_shot=false;\nvar p2_shot=false;\nvar p1_win=0;\nvar p2_win=0;\nforever(function() {\n if(step \u003e 0){\n p1.x +=1;\n p2.x -=1;\n step -= 1;\n }\n if(step==0 \u0026\u0026 p1.costumeId==0){\n p1.costumeId = 1; \n p2.costumeId = 1; \n }\n if(key.enter \u0026\u0026 p1.costumeId==1 \u0026\u0026 p1_shot==false) {\n p1.costumeId =2;\n p2.costumeId =3;\n sound.play('shot.wav');\n p1_win+=1;\n }\n if(key.space \u0026\u0026 p2.costumeId==1\u0026\u0026 p2_shot==false) {\n p2.costumeId =2;\n p1.costumeId =3;\n sound.play('shot.wav');\n p2_win+=1;\n }\n if (key.enter){\n p1_shot=true;\n }\n\n if(key.space){\n p2_shot=true;\n }\n if (key.q){\n p1.costumeId =0;\n p2.costumeId =0;\n p1.x = 340;\n p1.y = 400;\n p2.x = 300;\n p2.y = 400;\n p1_shot=false;\n p2_shot=false;\n step = Math.random()*200 + 50;\n step = Math.round(step);\n }\n print(p1_win,605,23,\"red\",30);\n print(p2_win,34,37,\"red\",30);\n});\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","created_at":"2017-03-01T20:52:04.729+08:00","updated_at":"2019-10-18T12:12:23.648+08:00","name":"牛仔大對決","language":"javascript","screenshot":{"url":"https://cdn4.koding.school/uploads/project/screenshot/17801/5ac9f986891b2a339bdd31604fdb14ea.jpg"},"parent_id":10701,"plugin":"","description":"","note":"","status":"public","like_student_ids":[],"is_featured":false,"views":218,"hashid":"gk4skzm3","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":363407,"file_name":"bg.png","project_id":17801,"asset_id":28736,"created_at":"2017-12-16T10:18:42.771+08:00","updated_at":"2017-12-16T10:18:42.771+08:00"},{"id":363408,"file_name":"shot.wav","project_id":17801,"asset_id":28737,"created_at":"2017-12-16T10:18:42.772+08:00","updated_at":"2017-12-16T10:18:42.772+08:00"},{"id":363409,"file_name":"left_1.png","project_id":17801,"asset_id":28738,"created_at":"2017-12-16T10:18:42.774+08:00","updated_at":"2017-12-16T10:18:42.774+08:00"},{"id":363410,"file_name":"left_0.png","project_id":17801,"asset_id":28739,"created_at":"2017-12-16T10:18:42.780+08:00","updated_at":"2017-12-16T10:18:42.780+08:00"},{"id":363411,"file_name":"left_2.png","project_id":17801,"asset_id":28740,"created_at":"2017-12-16T10:18:42.784+08:00","updated_at":"2017-12-16T10:18:42.784+08:00"},{"id":363412,"file_name":"left_3.png","project_id":17801,"asset_id":28741,"created_at":"2017-12-16T10:18:42.788+08:00","updated_at":"2017-12-16T10:18:42.788+08:00"},{"id":363413,"file_name":"right_0.png","project_id":17801,"asset_id":28742,"created_at":"2017-12-16T10:18:42.792+08:00","updated_at":"2017-12-16T10:18:42.792+08:00"},{"id":363414,"file_name":"right_1.png","project_id":17801,"asset_id":28743,"created_at":"2017-12-16T10:18:42.797+08:00","updated_at":"2017-12-16T10:18:42.797+08:00"},{"id":363415,"file_name":"right_2.png","project_id":17801,"asset_id":28744,"created_at":"2017-12-16T10:18:42.800+08:00","updated_at":"2017-12-16T10:18:42.800+08:00"},{"id":363416,"file_name":"right_3.png","project_id":17801,"asset_id":28745,"created_at":"2017-12-16T10:18:42.804+08:00","updated_at":"2017-12-16T10:18:42.804+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
繁中
简中
English
日本語
1:1:1
1:1
全寬
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦