{"id":5704,"student_id":888,"content":"setBackdrop(\"blue\");\nvar me = createSprite(\"me.jpg\");\nvar ground = createSprite(\"ground.jpg\");\nground.y = 464;\nme.y = 428;\nvar score = 0;\n\nwhen(\"holding\",\"left\",function(){\n\tme.x-=6;\n if(me.x \u003c me.width/2){\n \tme.x = me.width/2;\n }\n});\nwhen(\"holding\",\"right\",function(){\n\tme.x+=6;\n if(me.x \u003e 640-me.width/2){\n \tme.x = 640-me.width/2;\n }\n});\n\nforever(function(){\n\tprint(score);\n});\n\nsetInterval(function(){\n\tvar square = createSprite(\"square.jpg\");\n square.y=-80;\n square.x=Math.random()*640;\n square.when(\"touch\",me,function(){\n \tstop();\n });\n square.when(\"touch\",ground,function(){\n \tthis.destroy();\n });\n square.forever(function(){\n \tthis.y+=8;\n });\n score++;\n},250);","created_at":"2017-03-01T20:52:04.729+08:00","updated_at":"2024-08-22T14:01:20.304+08:00","name":"躲避方塊 完成版.jsa","language":"javascript","screenshot":{"url":"https://cdn3.koding.school/uploads/project/screenshot/5704/944f4b1e2849f9fd5ef3b3a54835acb3.jpg"},"parent_id":2,"plugin":"","description":null,"note":null,"status":"public","like_student_ids":[139,5196,5097,7897,8566,11111,3462,5740,16999,15858,9893,23570,12059,22222,48037,68568],"is_featured":false,"views":1726,"hashid":"p93syp5","is_content_changed":null,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":139803,"file_name":"ground.jpg","project_id":5704,"asset_id":16738,"created_at":"2017-05-25T19:27:47.383+08:00","updated_at":"2017-05-25T19:27:47.383+08:00"},{"id":139804,"file_name":"me.jpg","project_id":5704,"asset_id":16739,"created_at":"2017-05-25T19:27:47.386+08:00","updated_at":"2017-05-25T19:27:47.386+08:00"},{"id":139805,"file_name":"square.jpg","project_id":5704,"asset_id":16740,"created_at":"2017-05-25T19:27:47.389+08:00","updated_at":"2017-05-25T19:27:47.389+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
下載 Android APP (APK)
截圖
1:1:1
1:1
full
幫助
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦