{"id":74195,"student_id":3232,"content":"{\n\t\"objName\": \"Stage\",\n\t\"variables\": [{\n\t\t\t\"name\": \"分數\",\n\t\t\t\"value\": 20,\n\t\t\t\"isPersistent\": false\n\t\t},\n\t\t{\n\t\t\t\"name\": \"時間\",\n\t\t\t\"value\": 17,\n\t\t\t\"isPersistent\": false\n\t\t}],\n\t\"scripts\": [[15.4,\n\t\t\t19.85,\n\t\t\t[[\"whenGreenFlag\"],\n\t\t\t\t[\"startScene\", \"appletree\"],\n\t\t\t\t[\"setVar:to:\", \"時間\", 0],\n\t\t\t\t[\"setVar:to:\", \"分數\", 0],\n\t\t\t\t[\"broadcast:\", \"初始化\"]]],\n\t\t[7.35,\n\t\t\t194.35,\n\t\t\t[[\"whenIReceive\", \"重新開始\"],\n\t\t\t\t[\"startScene\", \"appletree\"],\n\t\t\t\t[\"setVar:to:\", \"時間\", 0],\n\t\t\t\t[\"setVar:to:\", \"分數\", 0]]],\n\t\t[236.7,\n\t\t\t103,\n\t\t\t[[\"whenIReceive\", \"遊戲開始\"],\n\t\t\t\t[\"startScene\", \"appletree\"],\n\t\t\t\t[\"setVar:to:\", \"時間\", 0],\n\t\t\t\t[\"setVar:to:\", \"分數\", 0],\n\t\t\t\t[\"doUntil\",\n\t\t\t\t\t[\"=\", [\"readVariable\", \"分數\"], \"20\"],\n\t\t\t\t\t[[\"wait:elapsed:from:\", 1],\n\t\t\t\t\t\t[\"changeVar:by:\", \"時間\", 1],\n\t\t\t\t\t\t[\"doIf\",\n\t\t\t\t\t\t\t[\"=\", [\"readVariable\", \"時間\"], \"20\"],\n\t\t\t\t\t\t\t[[\"startScene\", \"lose\"], [\"stopScripts\", \"all\"]]]]],\n\t\t\t\t[\"doIf\",\n\t\t\t\t\t[\"=\", [\"readVariable\", \"分數\"], \"20\"],\n\t\t\t\t\t[[\"startScene\", \"win\"], [\"stopScripts\", \"all\"]]]]]],\n\t\"sounds\": [{\n\t\t\t\"soundName\": \"pop\",\n\t\t\t\"soundID\": -1,\n\t\t\t\"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n\t\t\t\"sampleCount\": 258,\n\t\t\t\"rate\": 11025,\n\t\t\t\"format\": \"\"\n\t\t}],\n\t\"costumes\": [{\n\t\t\t\"costumeName\": \"appletree\",\n\t\t\t\"baseLayerID\": -1,\n\t\t\t\"baseLayerMD5\": \"7406333d792072e78b7a17c0051a738d.png\",\n\t\t\t\"bitmapResolution\": 2,\n\t\t\t\"rotationCenterX\": 480,\n\t\t\t\"rotationCenterY\": 360\n\t\t},\n\t\t{\n\t\t\t\"costumeName\": \"win\",\n\t\t\t\"baseLayerID\": -1,\n\t\t\t\"baseLayerMD5\": \"1da664e90bbc2ae3ec8fca7f80415f67.png\",\n\t\t\t\"bitmapResolution\": 2,\n\t\t\t\"rotationCenterX\": 480,\n\t\t\t\"rotationCenterY\": 360\n\t\t},\n\t\t{\n\t\t\t\"costumeName\": \"lose\",\n\t\t\t\"baseLayerID\": -1,\n\t\t\t\"baseLayerMD5\": \"7040d1f11e5bed96f6ced6918a9c1885.png\",\n\t\t\t\"bitmapResolution\": 2,\n\t\t\t\"rotationCenterX\": 480,\n\t\t\t\"rotationCenterY\": 360\n\t\t}],\n\t\"currentCostumeIndex\": 1,\n\t\"penLayerMD5\": \"5c81a336fab8be57adc039a8a2b33ca9.png\",\n\t\"penLayerID\": -1,\n\t\"tempoBPM\": 60,\n\t\"videoAlpha\": 0.5,\n\t\"children\": [{\n\t\t\t\"objName\": \"robot-02-02\",\n\t\t\t\"scripts\": [[19.7,\n\t\t\t\t\t13.2,\n\t\t\t\t\t[[\"whenGreenFlag\"], [\"gotoX:y:\", 15, -83], [\"lookLike:\", \"robot1\"], [\"hide\"]]],\n\t\t\t\t[31.9,\n\t\t\t\t\t332.7,\n\t\t\t\t\t[[\"whenIReceive\", \"遊戲開始\"],\n\t\t\t\t\t\t[\"show\"],\n\t\t\t\t\t\t[\"doForever\",\n\t\t\t\t\t\t\t[[\"doIf\", [\"keyPressed:\", \"right arrow\"], [[\"changeXposBy:\", 10]]],\n\t\t\t\t\t\t\t\t[\"doIf\", [\"keyPressed:\", \"left arrow\"], [[\"changeXposBy:\", -10]]]]]]],\n\t\t\t\t[205.7,\n\t\t\t\t\t113.2,\n\t\t\t\t\t[[\"whenIReceive\", \"遊戲開始\"],\n\t\t\t\t\t\t[\"doForever\",\n\t\t\t\t\t\t\t[[\"doIf\",\n\t\t\t\t\t\t\t\t\t[\"touching:\", \"apple\"],\n\t\t\t\t\t\t\t\t\t[[\"lookLike:\", \"robot2\"],\n\t\t\t\t\t\t\t\t\t\t[\"broadcast:\", \"蘋果\"],\n\t\t\t\t\t\t\t\t\t\t[\"wait:elapsed:from:\", 0.2],\n\t\t\t\t\t\t\t\t\t\t[\"lookLike:\", \"robot1\"],\n\t\t\t\t\t\t\t\t\t\t[\"changeVar:by:\", \"分數\", 1]]]]]]]],\n\t\t\t\"sounds\": [{\n\t\t\t\t\t\"soundName\": \"pop\",\n\t\t\t\t\t\"soundID\": -1,\n\t\t\t\t\t\"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n\t\t\t\t\t\"sampleCount\": 258,\n\t\t\t\t\t\"rate\": 11025,\n\t\t\t\t\t\"format\": \"\"\n\t\t\t\t}],\n\t\t\t\"costumes\": [{\n\t\t\t\t\t\"costumeName\": \"robot1\",\n\t\t\t\t\t\"baseLayerID\": -1,\n\t\t\t\t\t\"baseLayerMD5\": \"255ee3e414a7ef3dcf6368f6652c9341.png\",\n\t\t\t\t\t\"bitmapResolution\": 2,\n\t\t\t\t\t\"rotationCenterX\": 282,\n\t\t\t\t\t\"rotationCenterY\": 286\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"costumeName\": \"robot2\",\n\t\t\t\t\t\"baseLayerID\": -1,\n\t\t\t\t\t\"baseLayerMD5\": \"b3944d251c090729ebf88ceb631f74cb.png\",\n\t\t\t\t\t\"bitmapResolution\": 2,\n\t\t\t\t\t\"rotationCenterX\": 280,\n\t\t\t\t\t\"rotationCenterY\": 356\n\t\t\t\t}],\n\t\t\t\"currentCostumeIndex\": 0,\n\t\t\t\"scratchX\": -95,\n\t\t\t\"scratchY\": -83,\n\t\t\t\"scale\": 0.3,\n\t\t\t\"direction\": 90,\n\t\t\t\"rotationStyle\": \"normal\",\n\t\t\t\"isDraggable\": false,\n\t\t\t\"indexInLibrary\": 4,\n\t\t\t\"visible\": true,\n\t\t\t\"spriteInfo\": {\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"objName\": \"apple\",\n\t\t\t\"scripts\": [[155.7,\n\t\t\t\t\t8.35,\n\t\t\t\t\t[[\"whenCloned\"],\n\t\t\t\t\t\t[\"show\"],\n\t\t\t\t\t\t[\"doUntil\", [\"\u003c\", [\"ypos\"], \"-135\"], [[\"changeYposBy:\", -5]]],\n\t\t\t\t\t\t[\"deleteClone\"]]],\n\t\t\t\t[51.1,\n\t\t\t\t\t310.65,\n\t\t\t\t\t[[\"whenIReceive\", \"遊戲開始\"],\n\t\t\t\t\t\t[\"doForever\",\n\t\t\t\t\t\t\t[[\"gotoX:y:\", [\"randomFrom:to:\", -240, 240], 145], [\"createCloneOf\", \"_myself_\"], [\"wait:elapsed:from:\", 0.8]]]]],\n\t\t\t\t[15.15,\n\t\t\t\t\t181.9,\n\t\t\t\t\t[[\"whenIReceive\", \"蘋果\"], [\"doIf\", [\"touching:\", \"robot-02-02\"], [[\"deleteClone\"]]]]],\n\t\t\t\t[369.1, 308.3, [[\"whenIReceive\", \"遊戲開始\"], [\"hide\"], [\"deleteClone\"]]],\n\t\t\t\t[246.05, 254, [[\"whenIReceive\", \"重新開始\"], [\"doRepeat\", 50, [[\"deleteClone\"]]]]],\n\t\t\t\t[296.65, 146, [[\"whenIReceive\", \"初始化\"], [\"doRepeat\", 50, [[\"deleteClone\"]]]]]],\n\t\t\t\"sounds\": [{\n\t\t\t\t\t\"soundName\": \"pop\",\n\t\t\t\t\t\"soundID\": -1,\n\t\t\t\t\t\"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n\t\t\t\t\t\"sampleCount\": 258,\n\t\t\t\t\t\"rate\": 11025,\n\t\t\t\t\t\"format\": \"\"\n\t\t\t\t}],\n\t\t\t\"costumes\": [{\n\t\t\t\t\t\"costumeName\": \"apple\",\n\t\t\t\t\t\"baseLayerID\": -1,\n\t\t\t\t\t\"baseLayerMD5\": \"302b2685f84dd8d2725868f148d1018d.png\",\n\t\t\t\t\t\"bitmapResolution\": 2,\n\t\t\t\t\t\"rotationCenterX\": 324,\n\t\t\t\t\t\"rotationCenterY\": 360\n\t\t\t\t}],\n\t\t\t\"currentCostumeIndex\": 0,\n\t\t\t\"scratchX\": -90,\n\t\t\t\"scratchY\": 145,\n\t\t\t\"scale\": 0.15,\n\t\t\t\"direction\": 90,\n\t\t\t\"rotationStyle\": \"normal\",\n\t\t\t\"isDraggable\": false,\n\t\t\t\"indexInLibrary\": 1,\n\t\t\t\"visible\": false,\n\t\t\t\"spriteInfo\": {\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"target\": \"Stage\",\n\t\t\t\"cmd\": \"getVar:\",\n\t\t\t\"param\": \"分數\",\n\t\t\t\"color\": 15629590,\n\t\t\t\"label\": \"分數\",\n\t\t\t\"mode\": 1,\n\t\t\t\"sliderMin\": 0,\n\t\t\t\"sliderMax\": 100,\n\t\t\t\"isDiscrete\": true,\n\t\t\t\"x\": 5,\n\t\t\t\"y\": 5,\n\t\t\t\"visible\": true\n\t\t},\n\t\t{\n\t\t\t\"target\": \"Stage\",\n\t\t\t\"cmd\": \"getVar:\",\n\t\t\t\"param\": \"時間\",\n\t\t\t\"color\": 15629590,\n\t\t\t\"label\": \"時間\",\n\t\t\t\"mode\": 1,\n\t\t\t\"sliderMin\": 0,\n\t\t\t\"sliderMax\": 100,\n\t\t\t\"isDiscrete\": true,\n\t\t\t\"x\": 5,\n\t\t\t\"y\": 32,\n\t\t\t\"visible\": true\n\t\t},\n\t\t{\n\t\t\t\"objName\": \"rotate\",\n\t\t\t\"scripts\": [[6.35, 5, [[\"whenGreenFlag\"], [\"gotoX:y:\", 190, 135], [\"hide\"]]],\n\t\t\t\t[29.7,\n\t\t\t\t\t128.25,\n\t\t\t\t\t[[\"whenIReceive\", \"遊戲開始\"],\n\t\t\t\t\t\t[\"doForever\",\n\t\t\t\t\t\t\t[[\"show\"],\n\t\t\t\t\t\t\t\t[\"doWaitUntil\", [\"\u0026\", [\"mousePressed\"], [\"touching:\", \"_mouse_\"]]],\n\t\t\t\t\t\t\t\t[\"broadcast:\", \"重新開始\"]]]]]],\n\t\t\t\"sounds\": [{\n\t\t\t\t\t\"soundName\": \"pop\",\n\t\t\t\t\t\"soundID\": -1,\n\t\t\t\t\t\"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n\t\t\t\t\t\"sampleCount\": 258,\n\t\t\t\t\t\"rate\": 11025,\n\t\t\t\t\t\"format\": \"\"\n\t\t\t\t}],\n\t\t\t\"costumes\": [{\n\t\t\t\t\t\"costumeName\": \"rotate\",\n\t\t\t\t\t\"baseLayerID\": -1,\n\t\t\t\t\t\"baseLayerMD5\": \"3f46a0c44f14f9b3c9859ec67c49b9da.png\",\n\t\t\t\t\t\"bitmapResolution\": 2,\n\t\t\t\t\t\"rotationCenterX\": 348,\n\t\t\t\t\t\"rotationCenterY\": 360\n\t\t\t\t}],\n\t\t\t\"currentCostumeIndex\": 0,\n\t\t\t\"scratchX\": 190,\n\t\t\t\"scratchY\": 135,\n\t\t\t\"scale\": 0.2,\n\t\t\t\"direction\": 90,\n\t\t\t\"rotationStyle\": \"normal\",\n\t\t\t\"isDraggable\": false,\n\t\t\t\"indexInLibrary\": 3,\n\t\t\t\"visible\": true,\n\t\t\t\"spriteInfo\": {\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"objName\": \"play-button\",\n\t\t\t\"scripts\": [[11.7,\n\t\t\t\t\t16.7,\n\t\t\t\t\t[[\"whenGreenFlag\"],\n\t\t\t\t\t\t[\"gotoX:y:\", 0, 0],\n\t\t\t\t\t\t[\"comeToFront\"],\n\t\t\t\t\t\t[\"show\"],\n\t\t\t\t\t\t[\"doWaitUntil\", [\"\u0026\", [\"mousePressed\"], [\"touching:\", \"_mouse_\"]]],\n\t\t\t\t\t\t[\"broadcast:\", \"遊戲開始\"],\n\t\t\t\t\t\t[\"hide\"]]]],\n\t\t\t\"sounds\": [{\n\t\t\t\t\t\"soundName\": \"pop\",\n\t\t\t\t\t\"soundID\": -1,\n\t\t\t\t\t\"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n\t\t\t\t\t\"sampleCount\": 258,\n\t\t\t\t\t\"rate\": 11025,\n\t\t\t\t\t\"format\": \"\"\n\t\t\t\t}],\n\t\t\t\"costumes\": [{\n\t\t\t\t\t\"costumeName\": \"play-button\",\n\t\t\t\t\t\"baseLayerID\": -1,\n\t\t\t\t\t\"baseLayerMD5\": \"ce932943932f988b673379f8c87b01ae.png\",\n\t\t\t\t\t\"bitmapResolution\": 2,\n\t\t\t\t\t\"rotationCenterX\": 360,\n\t\t\t\t\t\"rotationCenterY\": 360\n\t\t\t\t}],\n\t\t\t\"currentCostumeIndex\": 0,\n\t\t\t\"scratchX\": 0,\n\t\t\t\"scratchY\": 0,\n\t\t\t\"scale\": 0.4,\n\t\t\t\"direction\": 90,\n\t\t\t\"rotationStyle\": \"normal\",\n\t\t\t\"isDraggable\": false,\n\t\t\t\"indexInLibrary\": 2,\n\t\t\t\"visible\": false,\n\t\t\t\"spriteInfo\": {\n\t\t\t}\n\t\t}],\n\t\"info\": {\n\t\t\"videoOn\": false,\n\t\t\"swfVersion\": \"v454\",\n\t\t\"userAgent\": \"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\",\n\t\t\"flashVersion\": \"WIN 32,0,0,207\",\n\t\t\"spriteCount\": 4,\n\t\t\"hasCloudData\": false,\n\t\t\"scriptCount\": 15,\n\t\t\"projectID\": \"projects_meysn4g6\"\n\t}\n}","created_at":"2019-06-22T11:47:34.488+08:00","updated_at":"2019-08-27T03:44:56.445+08:00","name":"APPLE 副本 副本","language":"scratch3","screenshot":{"url":"https://cdn6.koding.school/uploads/project/screenshot/74195/190a710a49abaeba2fb8ac215154f954.jpg"},"parent_id":73481,"plugin":null,"description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":47,"hashid":"meysn4g6","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":1291221,"file_name":"2.svg","project_id":74195,"asset_id":107439,"created_at":"2019-06-22T11:47:34.492+08:00","updated_at":"2019-06-22T11:47:34.492+08:00"},{"id":1291222,"file_name":"1.wav","project_id":74195,"asset_id":107438,"created_at":"2019-06-22T11:47:34.493+08:00","updated_at":"2019-06-22T11:47:34.493+08:00"},{"id":1291223,"file_name":"1.png","project_id":74195,"asset_id":107437,"created_at":"2019-06-22T11:47:34.494+08:00","updated_at":"2019-06-22T11:47:34.494+08:00"},{"id":1291224,"file_name":"0.wav","project_id":74195,"asset_id":107436,"created_at":"2019-06-22T11:47:34.495+08:00","updated_at":"2019-06-22T11:47:34.495+08:00"},{"id":1291225,"file_name":"47195.png","project_id":74195,"asset_id":107435,"created_at":"2019-06-22T11:47:34.496+08:00","updated_at":"2019-06-22T11:47:34.496+08:00"},{"id":20173133,"file_name":null,"project_id":74195,"asset_id":127671,"created_at":"2024-11-04T00:52:14.223+08:00","updated_at":"2024-11-04T00:52:14.223+08:00"},{"id":20173134,"file_name":null,"project_id":74195,"asset_id":129031,"created_at":"2024-11-04T00:52:14.226+08:00","updated_at":"2024-11-04T00:52:14.226+08:00"},{"id":20173135,"file_name":null,"project_id":74195,"asset_id":129032,"created_at":"2024-11-04T00:52:14.228+08:00","updated_at":"2024-11-04T00:52:14.228+08:00"},{"id":20173136,"file_name":null,"project_id":74195,"asset_id":9,"created_at":"2024-11-04T00:52:14.231+08:00","updated_at":"2024-11-04T00:52:14.231+08:00"},{"id":20173137,"file_name":null,"project_id":74195,"asset_id":6,"created_at":"2024-11-04T00:52:14.234+08:00","updated_at":"2024-11-04T00:52:14.234+08:00"},{"id":20173138,"file_name":null,"project_id":74195,"asset_id":127723,"created_at":"2024-11-04T00:52:14.236+08:00","updated_at":"2024-11-04T00:52:14.236+08:00"},{"id":20173139,"file_name":null,"project_id":74195,"asset_id":127683,"created_at":"2024-11-04T00:52:14.239+08:00","updated_at":"2024-11-04T00:52:14.239+08:00"},{"id":20173140,"file_name":null,"project_id":74195,"asset_id":127730,"created_at":"2024-11-04T00:52:14.243+08:00","updated_at":"2024-11-04T00:52:14.243+08:00"},{"id":20173141,"file_name":null,"project_id":74195,"asset_id":127714,"created_at":"2024-11-04T00:52:14.247+08:00","updated_at":"2024-11-04T00:52:14.247+08:00"},{"id":20173142,"file_name":null,"project_id":74195,"asset_id":128299,"created_at":"2024-11-04T00:52:14.251+08:00","updated_at":"2024-11-04T00:52:14.251+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
語言
中文
简体中文
英文
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦