{"id":9469,"student_id":13,"content":"setBackdrop(\"bg.jpg\");\n\nvar topSpike = createSprite(\"topSpike.png\");\ntopSpike.y = 35;\nvar downSpike = createSprite(\"downSpike.png\");\ndownSpike.y = 445;\nvar bird = createSprite(\"bird.png\");\nbird.moveTo( 320, 240);\nbird.rotationStyle = \"flipped\";\n\nvar vy = -6;\n\nvar spikeY;\nvar spikeNum;\n\nvar score = 0;\n\nvar firstSpikeY = 80;\nvar leftSpikes = [];\nvar rightSpikes = [];\n\nfor(var i = 0; i\u003c5; i++) {\n var rightSpike = createSprite({\n x: 455,\n y: firstSpikeY+i*65,\n hidden: true,\n costumes: \"rightSpike.png\"\n });\n \n rightSpikes.push(rightSpike);\n var leftSpike = createSprite({\n x: 185,\n y: firstSpikeY+i*65,\n hidden: true,\n costumes: \"leftSpike.png\"\n });\n leftSpike.when(\"touch\",bird,function(){stop()});\n leftSpikes.push(leftSpike);\n}\n\nwhen(\"click\", function() {\n vy = -6;\n});\n\nforever(function() {\n bird.stepForward(3);\n bird.y += vy;\n vy += 0.3;\n if(bird.x \u003e 440) {\n bird.direction += 180;\n score ++;\n showLeftSpikes();\n }\n if(bird.x \u003c 200) {\n bird.direction += 180;\n score ++;\n showRightSpikes();\n }\n if(score \u003c 10) {\n print(score,300,205,\"#deebef\",60);\n }else{\n print(score,285,205,\"#deebef\",60);\n }\n if(bird.touched(topSpike) || bird.touched(downSpike) || \n bird.touched(rightSpikes) || bird.touched(leftSpikes)) {\n stop();\n }\n});\n\nfunction showLeftSpikes() {\n for(var i=0;i\u003c4; i++) {\n var showSpikeIndex = Math.floor(Math.random()*5);\n leftSpikes[showSpikeIndex].hidden=false ;\n }\n for(var i=0; i\u003c5; i++){\n rightSpikes[i].hidden = true;\n }\n}\n\nfunction showRightSpikes() {\n for(var i = 0;i\u003c4; i++) {\n var showSpikeIndex = Math.floor(Math.random()*5);\n rightSpikes[showSpikeIndex].hidden=false ;\n }\n for(var i=0; i\u003c5; i++){\n leftSpikes[i].hidden = true;\n }\n}\n","created_at":"2017-03-01T20:52:04.729+08:00","updated_at":"2019-11-03T23:04:56.826+08:00","name":"Don't touch the spike(完整版)","language":"javascript","screenshot":{"url":null},"parent_id":2,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":334,"hashid":"npms3dq2","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":207016,"file_name":"0.wav","project_id":9469,"asset_id":25170,"created_at":"2017-08-18T20:32:05.188+08:00","updated_at":"2017-08-18T20:32:05.188+08:00"},{"id":207017,"file_name":"1.wav","project_id":9469,"asset_id":25171,"created_at":"2017-08-18T20:32:05.190+08:00","updated_at":"2017-08-18T20:32:05.190+08:00"},{"id":207018,"file_name":"bg.jpg","project_id":9469,"asset_id":25172,"created_at":"2017-08-18T20:32:05.192+08:00","updated_at":"2017-08-18T20:32:05.192+08:00"},{"id":207019,"file_name":"bird.png","project_id":9469,"asset_id":25173,"created_at":"2017-08-18T20:32:05.193+08:00","updated_at":"2017-08-18T20:32:05.193+08:00"},{"id":207020,"file_name":"rightSpike.png","project_id":9469,"asset_id":25174,"created_at":"2017-08-18T20:32:05.195+08:00","updated_at":"2017-08-18T20:32:05.195+08:00"},{"id":207021,"file_name":"leftSpike.png","project_id":9469,"asset_id":25175,"created_at":"2017-08-18T20:32:05.197+08:00","updated_at":"2017-08-18T20:32:05.197+08:00"},{"id":207022,"file_name":"downSpike.png","project_id":9469,"asset_id":25176,"created_at":"2017-08-18T20:32:05.199+08:00","updated_at":"2017-08-18T20:32:05.199+08:00"},{"id":207023,"file_name":"topSpike.png","project_id":9469,"asset_id":25177,"created_at":"2017-08-18T20:32:05.201+08:00","updated_at":"2017-08-18T20:32:05.201+08:00"}]
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
繁中
简中
English
日本語
1:1:1
1:1
全寬
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦