{"id":40162,"student_id":2589,"content":"{\n \"objName\": \"Stage\",\n \"variables\": [\n {\n \"name\": \"金錢\",\n \"value\": 18100,\n \"isPersistent\": false\n },\n {\n \"name\": \"我方城堡血量\",\n \"value\": \"10\",\n \"isPersistent\": false\n },\n {\n \"name\": \"敵方城堡血量\",\n \"value\": \"20\",\n \"isPersistent\": false\n },\n {\n \"name\": \"可否召喚叩汀\",\n \"value\": \"可\",\n \"isPersistent\": false\n },\n {\n \"name\": \"可否召喚蒸氣\",\n \"value\": \"可\",\n \"isPersistent\": false\n },\n {\n \"name\": \"可否召喚精靈\",\n \"value\": \"可\",\n \"isPersistent\": false\n },\n {\n \"name\": \"生存時間\",\n \"value\": 44,\n \"isPersistent\": false\n },\n {\n \"name\": \"海盜產生數\",\n \"value\": 2,\n \"isPersistent\": false\n },\n {\n \"name\": \"精靈數量\",\n \"value\": 3,\n \"isPersistent\": false\n },\n {\n \"name\": \"精靈x\",\n \"value\": 52,\n \"isPersistent\": false\n },\n {\n \"name\": \"精靈y\",\n \"value\": 93,\n \"isPersistent\": false\n }\n ],\n \"scripts\": [\n [\n 477,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲開場初始化\"\n ],\n [\n \"setVar:to:\",\n \"金錢\",\n 0\n ],\n [\n \"setVar:to:\",\n \"敵方城堡血量\",\n \"20\"\n ],\n [\n \"setVar:to:\",\n \"我方城堡血量\",\n \"10\"\n ],\n [\n \"showVariable:\",\n \"金錢\"\n ],\n [\n \"showVariable:\",\n \"我方城堡血量\"\n ],\n [\n \"showVariable:\",\n \"敵方城堡血量\"\n ]\n ]\n ],\n [\n 10,\n 270,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in stage\"\n ]\n ]\n ],\n [\n 243,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"setVar:to:\",\n \"可否召喚叩汀\",\n \"可\"\n ],\n [\n \"setVar:to:\",\n \"可否召喚蒸氣\",\n \"可\"\n ],\n [\n \"setVar:to:\",\n \"可否召喚精靈\",\n \"可\"\n ],\n [\n \"hideVariable:\",\n \"金錢\"\n ],\n [\n \"hideVariable:\",\n \"我方城堡血量\"\n ],\n [\n \"hideVariable:\",\n \"敵方城堡血量\"\n ]\n ]\n ],\n [\n 10,\n 10,\n [\n [\n \"whenGreenFlag\"\n ],\n [\n \"doBroadcastAndWait\",\n \"初始化\"\n ],\n [\n \"doBroadcastAndWait\",\n \"遊戲開場初始化\"\n ],\n [\n \"doBroadcastAndWait\",\n \"遊戲開始\"\n ]\n ]\n ],\n [\n 10,\n 136,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"doForever\",\n [\n [\n \"wait:elapsed:from:\",\n 0.1\n ],\n [\n \"changeVar:by:\",\n \"金錢\",\n 50\n ]\n ]\n ]\n ]\n ],\n [\n 245,\n 224.5,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"doForever\",\n [\n [\n \"doPlaySoundAndWait\",\n \"背景音樂\"\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"背景音樂\",\n \"soundID\": 0,\n \"md5\": \"7d967cab0a8bc2cc6f3bf35c31e59aa1.wav\",\n \"sampleCount\": 1879488,\n \"rate\": 22050,\n \"format\": \"adpcm\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"遊戲畫面\",\n \"baseLayerID\": 1,\n \"baseLayerMD5\": \"be25b0d52ec9dccd2cfdb9cf5938ba05.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 480,\n \"rotationCenterY\": 360\n },\n {\n \"costumeName\": \"塔塔迦平原背景\",\n \"baseLayerID\": 2,\n \"baseLayerMD5\": \"4bc716e827ef32dddbd7b70425be3d0d.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 480,\n \"rotationCenterY\": 360\n }\n ],\n \"currentCostumeIndex\": 1,\n \"penLayerMD5\": \"5c81a336fab8be57adc039a8a2b33ca9.png\",\n \"penLayerID\": 0,\n \"tempoBPM\": 60,\n \"videoAlpha\": 0.5,\n \"children\": [\n {\n \"objName\": \"我方城堡\",\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"doWaitUntil\",\n [\n \"|\",\n [\n \"\u003c\",\n [\n \"readVariable\",\n \"我方城堡血量\"\n ],\n \"0\"\n ],\n [\n \"=\",\n [\n \"readVariable\",\n \"我方城堡血量\"\n ],\n \"0\"\n ]\n ]\n ],\n [\n \"doRepeat\",\n 10,\n [\n [\n \"changeGraphicEffect:by:\",\n \"ghost\",\n 10\n ]\n ]\n ],\n [\n \"hide\"\n ],\n [\n \"doBroadcastAndWait\",\n \"遊戲結束\"\n ]\n ]\n ],\n [\n 430,\n 86,\n [\n [\n \"whenIReceive\",\n \"遊戲開場初始化\"\n ],\n [\n \"gotoX:y:\",\n 200,\n -10\n ],\n [\n \"show\"\n ]\n ]\n ],\n [\n 430,\n 10,\n [\n [\n \"whenIReceive\",\n \"我方城堡被攻擊\"\n ],\n [\n \"changeVar:by:\",\n \"我方城堡血量\",\n -1\n ]\n ]\n ],\n [\n 634,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"pop\",\n \"soundID\": 1,\n \"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n \"sampleCount\": 258,\n \"rate\": 11025,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"叩汀城\",\n \"baseLayerID\": 3,\n \"baseLayerMD5\": \"d139580cce24d0a06d0c0b66ee6ad076.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 133,\n \"rotationCenterY\": 168\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": 200,\n \"scratchY\": -10,\n \"scale\": 1,\n \"direction\": -90,\n \"rotationStyle\": \"leftRight\",\n \"isDraggable\": false,\n \"indexInLibrary\": 1,\n \"visible\": true,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"timer\",\n \"param\": null,\n \"color\": 2926050,\n \"label\": \"timer\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 140,\n \"visible\": false\n },\n {\n \"objName\": \"敵方城堡\",\n \"scripts\": [\n [\n 363,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 10,\n 82,\n [\n [\n \"whenIReceive\",\n \"遊戲開場初始化\"\n ],\n [\n \"gotoX:y:\",\n -180,\n -11\n ],\n [\n \"show\"\n ]\n ]\n ],\n [\n 10,\n 179,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"doWaitUntil\",\n [\n \"|\",\n [\n \"\u003c\",\n [\n \"readVariable\",\n \"敵方城堡血量\"\n ],\n \"0\"\n ],\n [\n \"=\",\n [\n \"readVariable\",\n \"敵方城堡血量\"\n ],\n \"0\"\n ]\n ]\n ],\n [\n \"doRepeat\",\n 10,\n [\n [\n \"changeGraphicEffect:by:\",\n \"ghost\",\n 10\n ]\n ]\n ],\n [\n \"hide\"\n ],\n [\n \"doBroadcastAndWait\",\n \"遊戲結束\"\n ]\n ]\n ],\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ]\n ]\n ],\n [\n 368,\n 268,\n [\n [\n \"whenIReceive\",\n \"敵方城堡被攻擊\"\n ],\n [\n \"changeVar:by:\",\n \"敵方城堡血量\",\n -1\n ]\n ]\n ],\n [\n 34.25,\n 509.45,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"setVar:to:\",\n \"海盜產生數\",\n \"1\"\n ],\n [\n \"doForever\",\n [\n [\n \"wait:elapsed:from:\",\n [\n \"randomFrom:to:\",\n 5,\n 8\n ]\n ],\n [\n \"doRepeat\",\n [\n \"readVariable\",\n \"海盜產生數\"\n ],\n [\n [\n \"createCloneOf\",\n \"海盜\"\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n [\n 257.25,\n 505.25,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"setVar:to:\",\n \"生存時間\",\n 0\n ],\n [\n \"doForever\",\n [\n [\n \"wait:elapsed:from:\",\n 1\n ],\n [\n \"changeVar:by:\",\n \"生存時間\",\n 1\n ],\n [\n \"doIf\",\n [\n \"=\",\n [\n \"readVariable\",\n \"生存時間\"\n ],\n \"20\"\n ],\n [\n [\n \"changeVar:by:\",\n \"海盜產生數\",\n 1\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"pop\",\n \"soundID\": 1,\n \"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n \"sampleCount\": 258,\n \"rate\": 11025,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"海妖城\",\n \"baseLayerID\": 4,\n \"baseLayerMD5\": \"a5b6996e055a8d85fc1e532080c15618.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 366,\n \"rotationCenterY\": 360\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": -180,\n \"scratchY\": -11,\n \"scale\": 0.5000000000000001,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 2,\n \"visible\": true,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"海盜\",\n \"cmd\": \"getVar:\",\n \"param\": \"海盜血量\",\n \"color\": 15629590,\n \"label\": \"海盜: 海盜血量\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 86,\n \"visible\": false\n },\n {\n \"target\": \"叩汀\",\n \"cmd\": \"getVar:\",\n \"param\": \"叩汀血量\",\n \"color\": 15629590,\n \"label\": \"叩汀: 叩汀血量\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 39,\n \"visible\": false\n },\n {\n \"objName\": \"海盜\",\n \"variables\": [\n {\n \"name\": \"海盜血量\",\n \"value\": \"5\",\n \"isPersistent\": false\n }\n ],\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 156,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 630,\n 16,\n [\n [\n \"procDef\",\n \"走路動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"lookLike:\",\n \"海盜01\"\n ],\n [\n \"changeXposBy:\",\n 2\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ],\n [\n \"lookLike:\",\n \"海盜02\"\n ],\n [\n \"changeXposBy:\",\n 2\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ],\n [\n 628,\n 227,\n [\n [\n \"procDef\",\n \"攻擊動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"lookLike:\",\n \"海盜03\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.2\n ],\n [\n \"lookLike:\",\n \"海盜01\"\n ],\n [\n \"playSound:\",\n \"攻擊聲音\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.2\n ]\n ]\n ],\n [\n 13,\n 373,\n [\n [\n \"whenIReceive\",\n \"海盜被攻擊\"\n ],\n [\n \"doIf\",\n [\n \"|\",\n [\n \"touching:\",\n \"大砲\"\n ],\n [\n \"|\",\n [\n \"touching:\",\n \"叩汀\"\n ],\n [\n \"touching:\",\n \"蒸氣少女\"\n ]\n ]\n ],\n [\n [\n \"changeVar:by:\",\n \"海盜血量\",\n -3\n ]\n ]\n ]\n ]\n ],\n [\n 11.1,\n 129,\n [\n [\n \"whenCloned\"\n ],\n [\n \"doWaitUntil\",\n [\n \"|\",\n [\n \"\u003c\",\n [\n \"readVariable\",\n \"海盜血量\"\n ],\n \"0\"\n ],\n [\n \"=\",\n [\n \"readVariable\",\n \"海盜血量\"\n ],\n \"0\"\n ]\n ]\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"doRepeat\",\n 5,\n [\n [\n \"changeGraphicEffect:by:\",\n \"ghost\",\n 20\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ],\n [\n \"broadcast:\",\n \"海盜陣亡\"\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 311.7,\n 18,\n [\n [\n \"whenCloned\"\n ],\n [\n \"setVar:to:\",\n \"海盜血量\",\n \"5\"\n ],\n [\n \"gotoX:y:\",\n -180,\n -40\n ],\n [\n \"lookLike:\",\n \"海盜01\"\n ],\n [\n \"filterReset\"\n ],\n [\n \"show\"\n ],\n [\n \"doForever\",\n [\n [\n \"doIfElse\",\n [\n \"|\",\n [\n \"touching:\",\n \"蒸氣少女\"\n ],\n [\n \"|\",\n [\n \"touching:\",\n \"我方城堡\"\n ],\n [\n \"touching:\",\n \"叩汀\"\n ]\n ]\n ],\n [\n [\n \"call\",\n \"攻擊動畫\"\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"叩汀\"\n ],\n [\n [\n \"broadcast:\",\n \"叩汀被攻擊\"\n ]\n ]\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"蒸氣少女\"\n ],\n [\n [\n \"broadcast:\",\n \"蒸氣被攻擊\"\n ]\n ]\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"我方城堡\"\n ],\n [\n [\n \"broadcast:\",\n \"我方城堡被攻擊\"\n ]\n ]\n ]\n ],\n [\n [\n \"call\",\n \"走路動畫\"\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"攻擊聲音\",\n \"soundID\": 2,\n \"md5\": \"caf9aa96976e6f148a3885fee9f1bfd9.wav\",\n \"sampleCount\": 6400,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"海盜01\",\n \"baseLayerID\": 5,\n \"baseLayerMD5\": \"949343950e74d04f2c26f5ef0160ed62.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 232,\n \"rotationCenterY\": 334\n },\n {\n \"costumeName\": \"海盜02\",\n \"baseLayerID\": 6,\n \"baseLayerMD5\": \"b6e53f85ebfff36abab2001c26d527d5.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 232,\n \"rotationCenterY\": 328\n },\n {\n \"costumeName\": \"海盜03\",\n \"baseLayerID\": 7,\n \"baseLayerMD5\": \"dfb65e4db00f955b4062cc3f449122fd.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 244,\n \"rotationCenterY\": 338\n }\n ],\n \"currentCostumeIndex\": 1,\n \"scratchX\": -124,\n \"scratchY\": -40,\n \"scale\": 0.25000000000000017,\n \"direction\": 90,\n \"rotationStyle\": \"leftRight\",\n \"isDraggable\": false,\n \"indexInLibrary\": 6,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"蒸氣少女\",\n \"cmd\": \"getVar:\",\n \"param\": \"蒸氣少女血量\",\n \"color\": 15629590,\n \"label\": \"蒸氣少女: 蒸氣少女血量\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 235,\n \"y\": 298,\n \"visible\": false\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"可否召喚叩汀\",\n \"color\": 15629590,\n \"label\": \"可否召喚叩汀\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 167,\n \"visible\": false\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"可否召喚蒸氣\",\n \"color\": 15629590,\n \"label\": \"可否召喚蒸氣\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 148,\n \"y\": 5,\n \"visible\": false\n },\n {\n \"objName\": \"叩汀召喚窗\",\n \"scripts\": [\n [\n 43,\n 224.35,\n [\n [\n \"whenClicked\"\n ],\n [\n \"doIf\",\n [\n \"\u0026\",\n [\n \"=\",\n [\n \"readVariable\",\n \"可否召喚叩汀\"\n ],\n \"可\"\n ],\n [\n \"\u003e\",\n [\n \"readVariable\",\n \"金錢\"\n ],\n \"49\"\n ]\n ],\n [\n [\n \"setVar:to:\",\n \"可否召喚叩汀\",\n \"否\"\n ],\n [\n \"changeVar:by:\",\n \"金錢\",\n -50\n ],\n [\n \"playSound:\",\n \"召喚音效\"\n ],\n [\n \"createCloneOf\",\n \"叩汀\"\n ],\n [\n \"broadcast:\",\n \"叩汀冷卻\"\n ]\n ]\n ]\n ]\n ],\n [\n 37,\n 24,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 39,\n 99,\n [\n [\n \"whenIReceive\",\n \"遊戲開場初始化\"\n ],\n [\n \"gotoX:y:\",\n -190,\n -145\n ],\n [\n \"show\"\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"召喚音效\",\n \"soundID\": 3,\n \"md5\": \"27dac16359373b60c0cf0e0cda373aa2.wav\",\n \"sampleCount\": 5312,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"1\",\n \"baseLayerID\": 8,\n \"baseLayerMD5\": \"ecf44a9cc064cd02b1bd828707ef0818.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 191,\n \"rotationCenterY\": 281\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": -190,\n \"scratchY\": -145,\n \"scale\": 0.6,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 9,\n \"visible\": true,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"結果\",\n \"scripts\": [\n [\n 30,\n 73,\n [\n [\n \"whenGreenFlag\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 32.95,\n 147.15,\n [\n [\n \"procDef\",\n \"結果動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"gotoX:y:\",\n 0,\n 0\n ],\n [\n \"heading:\",\n 90\n ],\n [\n \"setGraphicEffect:to:\",\n \"ghost\",\n 100\n ],\n [\n \"setSizeTo:\",\n 0\n ],\n [\n \"show\"\n ],\n [\n \"doRepeat\",\n 40,\n [\n [\n \"turnRight:\",\n 18\n ],\n [\n \"changeSizeBy:\",\n 2\n ],\n [\n \"changeGraphicEffect:by:\",\n \"ghost\",\n -5\n ]\n ]\n ],\n [\n \"heading:\",\n 90\n ]\n ]\n ],\n [\n 228.9,\n 73.65,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"doIfElse\",\n [\n \"\u003c\",\n [\n \"readVariable\",\n \"我方城堡血量\"\n ],\n \"1\"\n ],\n [\n [\n \"lookLike:\",\n \"失敗\"\n ]\n ],\n [\n [\n \"lookLike:\",\n \"勝利\"\n ]\n ]\n ],\n [\n \"call\",\n \"結果動畫\"\n ]\n ]\n ]\n ],\n \"costumes\": [\n {\n \"costumeName\": \"失敗\",\n \"baseLayerID\": 9,\n \"baseLayerMD5\": \"8025ed4d6fe7f476b491a43996a2600a.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 230,\n \"rotationCenterY\": 43\n },\n {\n \"costumeName\": \"勝利\",\n \"baseLayerID\": 10,\n \"baseLayerMD5\": \"469cc45db4abc46544039be84f0102be.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 159,\n \"rotationCenterY\": 49\n }\n ],\n \"currentCostumeIndex\": 1,\n \"scratchX\": 0,\n \"scratchY\": 0,\n \"scale\": 0.890909090909091,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 15,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"可否召喚精靈\",\n \"color\": 15629590,\n \"label\": \"可否召喚精靈\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 5,\n \"visible\": false\n },\n {\n \"objName\": \"精靈召喚窗\",\n \"scripts\": [\n [\n 28,\n 18,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 29,\n 88,\n [\n [\n \"whenIReceive\",\n \"遊戲開場初始化\"\n ],\n [\n \"gotoX:y:\",\n -15,\n -142\n ],\n [\n \"show\"\n ]\n ]\n ],\n [\n 29.25,\n 188.65,\n [\n [\n \"whenClicked\"\n ],\n [\n \"doIf\",\n [\n \"\u0026\",\n [\n \"=\",\n [\n \"readVariable\",\n \"可否召喚精靈\"\n ],\n \"可\"\n ],\n [\n \"\u003e\",\n [\n \"readVariable\",\n \"金錢\"\n ],\n \"199\"\n ]\n ],\n [\n [\n \"setVar:to:\",\n \"可否召喚精靈\",\n \"否\"\n ],\n [\n \"changeVar:by:\",\n \"金錢\",\n -200\n ],\n [\n \"broadcast:\",\n \"精靈冷卻\"\n ],\n [\n \"playSound:\",\n \"召喚音效\"\n ],\n [\n \"createCloneOf\",\n \"精靈\"\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"召喚音效\",\n \"soundID\": 3,\n \"md5\": \"27dac16359373b60c0cf0e0cda373aa2.wav\",\n \"sampleCount\": 5312,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"1\",\n \"baseLayerID\": 11,\n \"baseLayerMD5\": \"7288e3f111e0493a96ec703e1da74a85.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 123,\n \"rotationCenterY\": 77\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": -15,\n \"scratchY\": -142,\n \"scale\": 0.6,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 11,\n \"visible\": true,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"叩汀\",\n \"variables\": [\n {\n \"name\": \"叩汀血量\",\n \"value\": \"5\",\n \"isPersistent\": false\n }\n ],\n \"scripts\": [\n [\n 10,\n 106,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 9.65,\n 306,\n [\n [\n \"whenCloned\"\n ],\n [\n \"doWaitUntil\",\n [\n \"|\",\n [\n \"\u003c\",\n [\n \"readVariable\",\n \"叩汀血量\"\n ],\n \"0\"\n ],\n [\n \"=\",\n [\n \"readVariable\",\n \"叩汀血量\"\n ],\n \"0\"\n ]\n ]\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"doRepeat\",\n 5,\n [\n [\n \"changeGraphicEffect:by:\",\n \"ghost\",\n 20\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 794.05,\n 6,\n [\n [\n \"procDef\",\n \"走路動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"lookLike:\",\n \"叩汀走路01\"\n ],\n [\n \"changeXposBy:\",\n -2\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ],\n [\n \"lookLike:\",\n \"叩汀走路02\"\n ],\n [\n \"changeXposBy:\",\n -2\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ],\n [\n 799.3,\n 228.65,\n [\n [\n \"procDef\",\n \"攻擊動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"lookLike:\",\n \"叩汀攻擊\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.2\n ],\n [\n \"lookLike:\",\n \"叩汀走路01\"\n ],\n [\n \"playSound:\",\n \"攻擊聲音\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.2\n ]\n ]\n ],\n [\n 421.9,\n 5,\n [\n [\n \"whenCloned\"\n ],\n [\n \"setVar:to:\",\n \"叩汀血量\",\n \"5\"\n ],\n [\n \"gotoX:y:\",\n 155,\n -55\n ],\n [\n \"lookLike:\",\n \"走路1\"\n ],\n [\n \"show\"\n ],\n [\n \"doForever\",\n [\n [\n \"doIfElse\",\n [\n \"|\",\n [\n \"touching:\",\n \"敵方城堡\"\n ],\n [\n \"touching:\",\n \"海盜\"\n ]\n ],\n [\n [\n \"call\",\n \"攻擊動畫\"\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"海盜\"\n ],\n [\n [\n \"broadcast:\",\n \"海盜被攻擊\"\n ]\n ]\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"敵方城堡\"\n ],\n [\n [\n \"broadcast:\",\n \"敵方城堡被攻擊\"\n ]\n ]\n ]\n ],\n [\n [\n \"call\",\n \"走路動畫\"\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n [\n 11.65,\n 176.35,\n [\n [\n \"whenIReceive\",\n \"叩汀被攻擊\"\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"海盜\"\n ],\n [\n [\n \"changeVar:by:\",\n \"叩汀血量\",\n -2\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"攻擊聲音\",\n \"soundID\": 2,\n \"md5\": \"caf9aa96976e6f148a3885fee9f1bfd9.wav\",\n \"sampleCount\": 6400,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"叩汀走路01\",\n \"baseLayerID\": 12,\n \"baseLayerMD5\": \"4c04bbbd79c5a7805c44069009fb1a6f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 270,\n \"rotationCenterY\": 232\n },\n {\n \"costumeName\": \"叩汀走路02\",\n \"baseLayerID\": 13,\n \"baseLayerMD5\": \"be3cbe472d421d660eaa8cf3bc60996f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 294,\n \"rotationCenterY\": 210\n },\n {\n \"costumeName\": \"叩汀攻擊\",\n \"baseLayerID\": 14,\n \"baseLayerMD5\": \"ba18dbf5d6b8139217ab71f6e2ca8147.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 308,\n \"rotationCenterY\": 268\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": 154,\n \"scratchY\": -57,\n \"scale\": 0.25000000000000017,\n \"direction\": -90,\n \"rotationStyle\": \"leftRight\",\n \"isDraggable\": false,\n \"indexInLibrary\": 3,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"蒸氣少女\",\n \"variables\": [\n {\n \"name\": \"蒸氣少女血量\",\n \"value\": \"7\",\n \"isPersistent\": false\n }\n ],\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 10,\n 106,\n [\n [\n \"whenCloned\"\n ],\n [\n \"doWaitUntil\",\n [\n \"|\",\n [\n \"\u003c\",\n [\n \"readVariable\",\n \"蒸氣少女血量\"\n ],\n \"0\"\n ],\n [\n \"=\",\n [\n \"readVariable\",\n \"蒸氣少女血量\"\n ],\n \"0\"\n ]\n ]\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"doRepeat\",\n 5,\n [\n [\n \"changeGraphicEffect:by:\",\n \"ghost\",\n 20\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 184,\n 258,\n [\n [\n \"whenIReceive\",\n \"蒸氣被攻擊\"\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"海盜\"\n ],\n [\n [\n \"changeVar:by:\",\n \"蒸氣少女血量\",\n -2\n ]\n ]\n ]\n ]\n ],\n [\n 11,\n 338,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 432,\n 5,\n [\n [\n \"whenCloned\"\n ],\n [\n \"setVar:to:\",\n \"蒸氣少女血量\",\n \"7\"\n ],\n [\n \"gotoX:y:\",\n 170,\n -40\n ],\n [\n \"lookLike:\",\n \"走路1\"\n ],\n [\n \"show\"\n ],\n [\n \"doForever\",\n [\n [\n \"doIfElse\",\n [\n \"|\",\n [\n \"touching:\",\n \"敵方城堡\"\n ],\n [\n \"touching:\",\n \"海盜\"\n ]\n ],\n [\n [\n \"call\",\n \"攻擊動畫\"\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"海盜\"\n ],\n [\n [\n \"broadcast:\",\n \"海盜被攻擊\"\n ]\n ]\n ],\n [\n \"doIf\",\n [\n \"touching:\",\n \"敵方城堡\"\n ],\n [\n [\n \"broadcast:\",\n \"敵方城堡被攻擊\"\n ]\n ]\n ]\n ],\n [\n [\n \"call\",\n \"走路動畫\"\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n [\n 848.75,\n 5,\n [\n [\n \"procDef\",\n \"攻擊動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"lookLike:\",\n \"蒸氣少女攻擊01\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.2\n ],\n [\n \"lookLike:\",\n \"蒸氣少女攻擊02\"\n ],\n [\n \"playSound:\",\n \"攻擊音效\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.2\n ]\n ]\n ],\n [\n 849.95,\n 193,\n [\n [\n \"procDef\",\n \"走路動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"lookLike:\",\n \"蒸氣少女走路01\"\n ],\n [\n \"changeXposBy:\",\n -2\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ],\n [\n \"lookLike:\",\n \"蒸氣少女走路02\"\n ],\n [\n \"changeXposBy:\",\n -2\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"攻擊音效\",\n \"soundID\": 2,\n \"md5\": \"caf9aa96976e6f148a3885fee9f1bfd9.wav\",\n \"sampleCount\": 6400,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"蒸氣少女走路01\",\n \"baseLayerID\": 15,\n \"baseLayerMD5\": \"10089a457c159da00770ff13cb1d59d2.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 110,\n \"rotationCenterY\": 234\n },\n {\n \"costumeName\": \"蒸氣少女走路02\",\n \"baseLayerID\": 16,\n \"baseLayerMD5\": \"f16f4c4d3bb52c25980301d2d953f4bd.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 116,\n \"rotationCenterY\": 222\n },\n {\n \"costumeName\": \"蒸氣少女攻擊01\",\n \"baseLayerID\": 17,\n \"baseLayerMD5\": \"75e20a2e73f0e785b89950837b5b403d.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 110,\n \"rotationCenterY\": 234\n },\n {\n \"costumeName\": \"蒸氣少女攻擊02\",\n \"baseLayerID\": 18,\n \"baseLayerMD5\": \"a6058282a9bf263fe04763f4eeb6cf58.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 116,\n \"rotationCenterY\": 222\n }\n ],\n \"currentCostumeIndex\": 2,\n \"scratchX\": 140,\n \"scratchY\": -45,\n \"scale\": 0.35000000000000014,\n \"direction\": -90,\n \"rotationStyle\": \"leftRight\",\n \"isDraggable\": false,\n \"indexInLibrary\": 4,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"蒸氣召喚窗\",\n \"scripts\": [\n [\n 18,\n 46,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 18,\n 133.35,\n [\n [\n \"whenIReceive\",\n \"遊戲開場初始化\"\n ],\n [\n \"gotoX:y:\",\n -101,\n -145\n ],\n [\n \"show\"\n ]\n ]\n ],\n [\n 23,\n 250.25,\n [\n [\n \"whenClicked\"\n ],\n [\n \"doIf\",\n [\n \"\u0026\",\n [\n \"=\",\n [\n \"readVariable\",\n \"可否召喚蒸氣\"\n ],\n \"可\"\n ],\n [\n \"\u003e\",\n [\n \"readVariable\",\n \"金錢\"\n ],\n \"99\"\n ]\n ],\n [\n [\n \"setVar:to:\",\n \"可否召喚蒸氣\",\n \"否\"\n ],\n [\n \"changeVar:by:\",\n \"金錢\",\n -100\n ],\n [\n \"broadcast:\",\n \"蒸氣冷卻\"\n ],\n [\n \"playSound:\",\n \"召喚音效\"\n ],\n [\n \"createCloneOf\",\n \"蒸氣少女\"\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"召喚音效\",\n \"soundID\": 3,\n \"md5\": \"27dac16359373b60c0cf0e0cda373aa2.wav\",\n \"sampleCount\": 5312,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"1\",\n \"baseLayerID\": 19,\n \"baseLayerMD5\": \"227c40f09c83f9390675fa3ae9972c76.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 119,\n \"rotationCenterY\": 86\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": -101,\n \"scratchY\": -145,\n \"scale\": 0.6,\n \"direction\": 90,\n \"rotationStyle\": \"leftRight\",\n \"isDraggable\": false,\n \"indexInLibrary\": 10,\n \"visible\": true,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"海盜產生數\",\n \"color\": 15629590,\n \"label\": \"海盜產生數\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 221,\n \"visible\": false\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"生存時間\",\n \"color\": 15629590,\n \"label\": \"生存時間\",\n \"mode\": 3,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 7.5,\n \"y\": 160.25,\n \"visible\": false\n },\n {\n \"target\": \"按鈕\",\n \"cmd\": \"scale\",\n \"param\": null,\n \"color\": 9065943,\n \"label\": \"按鈕: size\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 194,\n \"visible\": false\n },\n {\n \"objName\": \"角色1\",\n \"scripts\": [\n [\n 69.2,\n 249.2,\n [\n [\n \"whenGreenFlag\"\n ],\n [\n \"lookLike:\",\n \"圖層 0\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 63.25,\n 42.9,\n [\n [\n \"whenIReceive\",\n \"海盜陣亡\"\n ],\n [\n \"doIf\",\n [\n \"not\",\n [\n \"=\",\n [\n \"costumeIndex\"\n ],\n \"9\"\n ]\n ],\n [\n [\n \"nextCostume\"\n ]\n ]\n ]\n ]\n ],\n [\n 67.2,\n 380.2,\n [\n [\n \"whenIReceive\",\n \"遊戲開始\"\n ],\n [\n \"gotoX:y:\",\n 177,\n -142\n ],\n [\n \"show\"\n ],\n [\n \"doForever\",\n [\n [\n \"doIf\",\n [\n \"\u0026\",\n [\n \"=\",\n [\n \"costumeIndex\"\n ],\n \"9\"\n ],\n [\n \"keyPressed:\",\n \"a\"\n ]\n ],\n [\n [\n \"lookLike:\",\n \"圖層 0\"\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"pop\",\n \"soundID\": 1,\n \"md5\": \"83a9787d4cb6f3b7632b4ddfebf74367.wav\",\n \"sampleCount\": 258,\n \"rate\": 11025,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"圖層 0\",\n \"baseLayerID\": 20,\n \"baseLayerMD5\": \"0bde22444a7276f363952df917eaeef6.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 1\",\n \"baseLayerID\": 21,\n \"baseLayerMD5\": \"632626e13423ad3a87517ca64e7eef41.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 2\",\n \"baseLayerID\": 22,\n \"baseLayerMD5\": \"f0d3df4cf28afc0d996bb14c48e10bcd.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 3\",\n \"baseLayerID\": 23,\n \"baseLayerMD5\": \"5955390410a2a27e8a81d5258a1fe9c7.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 4\",\n \"baseLayerID\": 24,\n \"baseLayerMD5\": \"345b3825900e6d758e89894eeb4a13c0.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 5\",\n \"baseLayerID\": 25,\n \"baseLayerMD5\": \"9781e35114b0a55435d304c6b20ede6a.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 6\",\n \"baseLayerID\": 26,\n \"baseLayerMD5\": \"b2945e4aa7f9c93c26b72a4d28708512.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 7\",\n \"baseLayerID\": 27,\n \"baseLayerMD5\": \"24e5e052037e25f1d978e71d89fe33d1.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n },\n {\n \"costumeName\": \"圖層 8\",\n \"baseLayerID\": 28,\n \"baseLayerMD5\": \"b0697a3bfddb321500e7c391275b6ef8.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 102,\n \"rotationCenterY\": 16\n }\n ],\n \"currentCostumeIndex\": 7,\n \"scratchX\": 177,\n \"scratchY\": -142,\n \"scale\": 1,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 16,\n \"visible\": true,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"蒸氣冷卻窗\",\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"gotoX:y:\",\n -104,\n -168\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 187,\n 16.6,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ]\n ]\n ],\n [\n 152.1,\n 176.65,\n [\n [\n \"whenIReceive\",\n \"蒸氣冷卻\"\n ],\n [\n \"setGraphicEffect:to:\",\n \"ghost\",\n 30\n ],\n [\n \"comeToFront\"\n ],\n [\n \"lookLike:\",\n \"1\"\n ],\n [\n \"show\"\n ],\n [\n \"doUntil\",\n [\n \"=\",\n [\n \"costumeIndex\"\n ],\n \"10\"\n ],\n [\n [\n \"nextCostume\"\n ],\n [\n \"wait:elapsed:from:\",\n 1\n ]\n ]\n ],\n [\n \"hide\"\n ],\n [\n \"setVar:to:\",\n \"可否召喚蒸氣\",\n \"可\"\n ]\n ]\n ]\n ],\n \"costumes\": [\n {\n \"costumeName\": \"1\",\n \"baseLayerID\": 29,\n \"baseLayerMD5\": \"d06d6e4c1cbcfde4ac5e567b423a433f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 168\n },\n {\n \"costumeName\": \"2\",\n \"baseLayerID\": 30,\n \"baseLayerMD5\": \"37c2bcdb4f9a630e90fe0ac140652860.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 154\n },\n {\n \"costumeName\": \"3\",\n \"baseLayerID\": 31,\n \"baseLayerMD5\": \"e566b4d73c7d0f685aaa418b1337ab39.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 140\n },\n {\n \"costumeName\": \"4\",\n \"baseLayerID\": 32,\n \"baseLayerMD5\": \"8569d96a4c280ccad1b5cc8f04569d49.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 124\n },\n {\n \"costumeName\": \"5\",\n \"baseLayerID\": 33,\n \"baseLayerMD5\": \"a046e65bed834f9bedfdceab4d090b86.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 106\n },\n {\n \"costumeName\": \"6\",\n \"baseLayerID\": 34,\n \"baseLayerMD5\": \"06179bd6a6d00c0e6b252216bd78320c.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 88\n },\n {\n \"costumeName\": \"7\",\n \"baseLayerID\": 35,\n \"baseLayerMD5\": \"f7fd696baf0a50c3f3cfafd7a346c60b.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 68\n },\n {\n \"costumeName\": \"8\",\n \"baseLayerID\": 36,\n \"baseLayerMD5\": \"cdb927cd1b693c8348dcb0d6370ff401.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 46\n },\n {\n \"costumeName\": \"9\",\n \"baseLayerID\": 37,\n \"baseLayerMD5\": \"ce3f5c28ad547987117290f7c2db5d1f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 32\n },\n {\n \"costumeName\": \"10\",\n \"baseLayerID\": 38,\n \"baseLayerMD5\": \"1edf97b4667528e580e859ef8ea0a3bf.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 16\n }\n ],\n \"currentCostumeIndex\": 9,\n \"scratchX\": -104,\n \"scratchY\": -168,\n \"scale\": 0.6000000000000001,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 13,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"按鈕\",\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"gotoX:y:\",\n 0,\n 0\n ],\n [\n \"show\"\n ],\n [\n \"doWaitUntil\",\n [\n \"\u0026\",\n [\n \"touching:\",\n \"_mouse_\"\n ],\n [\n \"mousePressed\"\n ]\n ]\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 57.2,\n 295,\n [\n [\n \"whenGreenFlag\"\n ],\n [\n \"doForever\",\n [\n [\n \"doIfElse\",\n [\n \"touching:\",\n \"_mouse_\"\n ],\n [\n [\n \"doUntil\",\n [\n \"\u003e\",\n [\n \"scale\"\n ],\n \"150\"\n ],\n [\n [\n \"changeSizeBy:\",\n 10\n ]\n ]\n ]\n ],\n [\n [\n \"doUntil\",\n [\n \"\u003c\",\n [\n \"scale\"\n ],\n \"100\"\n ],\n [\n [\n \"changeSizeBy:\",\n -10\n ],\n [\n \"wait:elapsed:from:\",\n 0.01\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n \"scriptComments\": [\n [\n 176.2,\n 308,\n 150,\n 200,\n false,\n 8,\n \"挑戰提一:當碰到箭頭會放大,箭頭離開則會縮小\"\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"開場音效\",\n \"soundID\": 4,\n \"md5\": \"ce14322bf6c3e44a1e80e2696ccf8eae.wav\",\n \"sampleCount\": 89856,\n \"rate\": 22050,\n \"format\": \"adpcm\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"Start\",\n \"baseLayerID\": 39,\n \"baseLayerMD5\": \"71680ada776acbf3aad3c7a0ec10654d.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 142,\n \"rotationCenterY\": 58\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": 0,\n \"scratchY\": 0,\n \"scale\": 0.9000000000000002,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 7,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"叩汀冷卻窗\",\n \"scripts\": [\n [\n 20.8,\n 15,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"gotoX:y:\",\n -190,\n -168\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 212.2,\n 17.95,\n [\n [\n \"whenIReceive\",\n \"叩汀冷卻\"\n ],\n [\n \"setGraphicEffect:to:\",\n \"ghost\",\n 30\n ],\n [\n \"comeToFront\"\n ],\n [\n \"lookLike:\",\n \"1\"\n ],\n [\n \"show\"\n ],\n [\n \"doUntil\",\n [\n \"=\",\n [\n \"costumeIndex\"\n ],\n \"10\"\n ],\n [\n [\n \"nextCostume\"\n ],\n [\n \"wait:elapsed:from:\",\n 1\n ]\n ]\n ],\n [\n \"hide\"\n ],\n [\n \"setVar:to:\",\n \"可否召喚叩汀\",\n \"可\"\n ]\n ]\n ],\n [\n 19,\n 118.05,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ]\n ]\n ]\n ],\n \"costumes\": [\n {\n \"costumeName\": \"1\",\n \"baseLayerID\": 29,\n \"baseLayerMD5\": \"d06d6e4c1cbcfde4ac5e567b423a433f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 168\n },\n {\n \"costumeName\": \"2\",\n \"baseLayerID\": 30,\n \"baseLayerMD5\": \"37c2bcdb4f9a630e90fe0ac140652860.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 154\n },\n {\n \"costumeName\": \"3\",\n \"baseLayerID\": 31,\n \"baseLayerMD5\": \"e566b4d73c7d0f685aaa418b1337ab39.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 140\n },\n {\n \"costumeName\": \"4\",\n \"baseLayerID\": 32,\n \"baseLayerMD5\": \"8569d96a4c280ccad1b5cc8f04569d49.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 124\n },\n {\n \"costumeName\": \"5\",\n \"baseLayerID\": 33,\n \"baseLayerMD5\": \"a046e65bed834f9bedfdceab4d090b86.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 106\n },\n {\n \"costumeName\": \"6\",\n \"baseLayerID\": 34,\n \"baseLayerMD5\": \"06179bd6a6d00c0e6b252216bd78320c.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 88\n },\n {\n \"costumeName\": \"7\",\n \"baseLayerID\": 35,\n \"baseLayerMD5\": \"f7fd696baf0a50c3f3cfafd7a346c60b.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 68\n },\n {\n \"costumeName\": \"8\",\n \"baseLayerID\": 36,\n \"baseLayerMD5\": \"cdb927cd1b693c8348dcb0d6370ff401.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 46\n },\n {\n \"costumeName\": \"9\",\n \"baseLayerID\": 37,\n \"baseLayerMD5\": \"ce3f5c28ad547987117290f7c2db5d1f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 32\n },\n {\n \"costumeName\": \"10\",\n \"baseLayerID\": 38,\n \"baseLayerMD5\": \"1edf97b4667528e580e859ef8ea0a3bf.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 16\n }\n ],\n \"currentCostumeIndex\": 9,\n \"scratchX\": -190,\n \"scratchY\": -168,\n \"scale\": 0.6000000000000001,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 12,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"精靈數量\",\n \"color\": 15629590,\n \"label\": \"精靈數量\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 5,\n \"y\": 113,\n \"visible\": true\n },\n {\n \"objName\": \"精靈\",\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 10,\n 106,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"setVar:to:\",\n \"精靈數量\",\n 0\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 356,\n 66.5,\n [\n [\n \"whenCloned\"\n ],\n [\n \"doForever\",\n [\n [\n \"wait:elapsed:from:\",\n [\n \"randomFrom:to:\",\n 3,\n 5\n ]\n ],\n [\n \"setVar:to:\",\n \"精靈x\",\n [\n \"xpos\"\n ]\n ],\n [\n \"setVar:to:\",\n \"精靈y\",\n [\n \"ypos\"\n ]\n ],\n [\n \"createCloneOf\",\n \"大砲\"\n ]\n ]\n ]\n ]\n ],\n [\n 83,\n 219,\n [\n [\n \"whenCloned\"\n ],\n [\n \"changeVar:by:\",\n \"精靈數量\",\n 1\n ],\n [\n \"doIfElse\",\n [\n \"=\",\n [\n \"readVariable\",\n \"精靈數量\"\n ],\n \"1\"\n ],\n [\n [\n \"gotoX:y:\",\n 113,\n 100\n ]\n ],\n [\n [\n \"doIfElse\",\n [\n \"=\",\n [\n \"readVariable\",\n \"精靈數量\"\n ],\n \"2\"\n ],\n [\n [\n \"gotoX:y:\",\n 52,\n 100\n ]\n ],\n [\n [\n \"doIfElse\",\n [\n \"=\",\n [\n \"readVariable\",\n \"精靈數量\"\n ],\n \"3\"\n ],\n [\n [\n \"gotoX:y:\",\n -12,\n 100\n ]\n ],\n [\n [\n \"deleteClone\"\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n [\n \"show\"\n ],\n [\n \"doForever\",\n [\n [\n \"doRepeat\",\n 25,\n [\n [\n \"changeYposBy:\",\n -1\n ],\n [\n \"wait:elapsed:from:\",\n 0.07\n ]\n ]\n ],\n [\n \"doRepeat\",\n 25,\n [\n [\n \"changeYposBy:\",\n 1\n ],\n [\n \"wait:elapsed:from:\",\n 0.07\n ]\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n \"costumes\": [\n {\n \"costumeName\": \"小狄\",\n \"baseLayerID\": 40,\n \"baseLayerMD5\": \"d10b1d5da1f0aa7b2d6cec11107e403f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 81,\n \"rotationCenterY\": 78\n }\n ],\n \"currentCostumeIndex\": 0,\n \"scratchX\": -12,\n \"scratchY\": 77,\n \"scale\": 0.65,\n \"direction\": 90,\n \"rotationStyle\": \"leftRight\",\n \"isDraggable\": false,\n \"indexInLibrary\": 5,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"objName\": \"大砲\",\n \"variables\": [\n {\n \"name\": \"砲彈y\",\n \"value\": -18,\n \"isPersistent\": false\n }\n ],\n \"scripts\": [\n [\n 22,\n 15,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 23.65,\n 362.3,\n [\n [\n \"whenCloned\"\n ],\n [\n \"gotoX:y:\",\n [\n \"readVariable\",\n \"精靈x\"\n ],\n [\n \"readVariable\",\n \"精靈y\"\n ]\n ],\n [\n \"lookLike:\",\n \"花蜜\"\n ],\n [\n \"show\"\n ],\n [\n \"call\",\n \"砲彈動畫\"\n ],\n [\n \"deleteClone\"\n ]\n ]\n ],\n [\n 25,\n 180,\n [\n [\n \"whenCloned\"\n ],\n [\n \"doForever\",\n [\n [\n \"doIf\",\n [\n \"touching:\",\n \"海盜\"\n ],\n [\n [\n \"broadcast:\",\n \"海盜被攻擊\"\n ]\n ]\n ]\n ]\n ]\n ]\n ],\n [\n 281.65,\n 64.1,\n [\n [\n \"procDef\",\n \"砲彈動畫\",\n [\n\n ],\n [\n\n ],\n false\n ],\n [\n \"setVar:to:\",\n \"砲彈y\",\n 0\n ],\n [\n \"doRepeat\",\n 18,\n [\n [\n \"changeXposBy:\",\n -5\n ],\n [\n \"changeYposBy:\",\n [\n \"readVariable\",\n \"砲彈y\"\n ]\n ],\n [\n \"changeVar:by:\",\n \"砲彈y\",\n -1\n ]\n ]\n ],\n [\n \"lookLike:\",\n \"火花\"\n ],\n [\n \"playSound:\",\n \"攻擊音效\"\n ],\n [\n \"wait:elapsed:from:\",\n 0.1\n ]\n ]\n ],\n [\n 474.65,\n 112.1,\n [\n [\n \"glideSecs:toX:y:elapsed:from:\",\n 0.1,\n 49,\n 30\n ],\n [\n \"glideSecs:toX:y:elapsed:from:\",\n 0.1,\n 17,\n 6\n ],\n [\n \"glideSecs:toX:y:elapsed:from:\",\n 0.1,\n -5,\n -33\n ],\n [\n \"glideSecs:toX:y:elapsed:from:\",\n 0.07,\n -16,\n -60\n ]\n ]\n ]\n ],\n \"sounds\": [\n {\n \"soundName\": \"攻擊音效\",\n \"soundID\": 2,\n \"md5\": \"caf9aa96976e6f148a3885fee9f1bfd9.wav\",\n \"sampleCount\": 6400,\n \"rate\": 22050,\n \"format\": \"\"\n }\n ],\n \"costumes\": [\n {\n \"costumeName\": \"花蜜\",\n \"baseLayerID\": 41,\n \"baseLayerMD5\": \"df18340ae9324974f49489d03ae4ed42.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 84,\n \"rotationCenterY\": 76\n },\n {\n \"costumeName\": \"火花\",\n \"baseLayerID\": 42,\n \"baseLayerMD5\": \"e784509ae1b453ef9c90d18839f6a333.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 183,\n \"rotationCenterY\": 145\n }\n ],\n \"currentCostumeIndex\": 1,\n \"scratchX\": 23,\n \"scratchY\": -75,\n \"scale\": 0.15,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 8,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"金錢\",\n \"color\": 15629590,\n \"label\": \"金錢\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 200.6,\n \"y\": 5,\n \"visible\": true\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"我方城堡血量\",\n \"color\": 15629590,\n \"label\": \"我方城堡血量\",\n \"mode\": 2,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 404,\n \"y\": 269,\n \"visible\": true\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"敵方城堡血量\",\n \"color\": 15629590,\n \"label\": \"敵方城堡血量\",\n \"mode\": 2,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 27.35,\n \"y\": 271.95,\n \"visible\": true\n },\n {\n \"objName\": \"精靈冷卻窗\",\n \"scripts\": [\n [\n 10,\n 10,\n [\n [\n \"whenIReceive\",\n \"初始化\"\n ],\n [\n \"gotoX:y:\",\n -20,\n -167\n ],\n [\n \"hide\"\n ]\n ]\n ],\n [\n 12,\n 110.05,\n [\n [\n \"whenIReceive\",\n \"精靈冷卻\"\n ],\n [\n \"setGraphicEffect:to:\",\n \"ghost\",\n 30\n ],\n [\n \"comeToFront\"\n ],\n [\n \"lookLike:\",\n \"1\"\n ],\n [\n \"show\"\n ],\n [\n \"doUntil\",\n [\n \"=\",\n [\n \"costumeIndex\"\n ],\n \"10\"\n ],\n [\n [\n \"nextCostume\"\n ],\n [\n \"wait:elapsed:from:\",\n 1\n ]\n ]\n ],\n [\n \"hide\"\n ],\n [\n \"setVar:to:\",\n \"可否召喚精靈\",\n \"可\"\n ]\n ]\n ],\n [\n 191.25,\n 14,\n [\n [\n \"whenIReceive\",\n \"遊戲結束\"\n ],\n [\n \"stopScripts\",\n \"other scripts in sprite\"\n ]\n ]\n ]\n ],\n \"costumes\": [\n {\n \"costumeName\": \"1\",\n \"baseLayerID\": 29,\n \"baseLayerMD5\": \"d06d6e4c1cbcfde4ac5e567b423a433f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 168\n },\n {\n \"costumeName\": \"2\",\n \"baseLayerID\": 30,\n \"baseLayerMD5\": \"37c2bcdb4f9a630e90fe0ac140652860.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 154\n },\n {\n \"costumeName\": \"3\",\n \"baseLayerID\": 31,\n \"baseLayerMD5\": \"e566b4d73c7d0f685aaa418b1337ab39.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 140\n },\n {\n \"costumeName\": \"4\",\n \"baseLayerID\": 32,\n \"baseLayerMD5\": \"8569d96a4c280ccad1b5cc8f04569d49.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 124\n },\n {\n \"costumeName\": \"5\",\n \"baseLayerID\": 33,\n \"baseLayerMD5\": \"a046e65bed834f9bedfdceab4d090b86.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 106\n },\n {\n \"costumeName\": \"6\",\n \"baseLayerID\": 34,\n \"baseLayerMD5\": \"06179bd6a6d00c0e6b252216bd78320c.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 88\n },\n {\n \"costumeName\": \"7\",\n \"baseLayerID\": 35,\n \"baseLayerMD5\": \"f7fd696baf0a50c3f3cfafd7a346c60b.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 68\n },\n {\n \"costumeName\": \"8\",\n \"baseLayerID\": 36,\n \"baseLayerMD5\": \"cdb927cd1b693c8348dcb0d6370ff401.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 46\n },\n {\n \"costumeName\": \"9\",\n \"baseLayerID\": 37,\n \"baseLayerMD5\": \"ce3f5c28ad547987117290f7c2db5d1f.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 32\n },\n {\n \"costumeName\": \"10\",\n \"baseLayerID\": 38,\n \"baseLayerMD5\": \"1edf97b4667528e580e859ef8ea0a3bf.png\",\n \"bitmapResolution\": 2,\n \"rotationCenterX\": 106,\n \"rotationCenterY\": 16\n }\n ],\n \"currentCostumeIndex\": 9,\n \"scratchX\": -20,\n \"scratchY\": -167,\n \"scale\": 0.5642857142857143,\n \"direction\": 90,\n \"rotationStyle\": \"normal\",\n \"isDraggable\": false,\n \"indexInLibrary\": 14,\n \"visible\": false,\n \"spriteInfo\": {\n }\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"精靈x\",\n \"color\": 15629590,\n \"label\": \"精靈x\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 11,\n \"y\": 46,\n \"visible\": true\n },\n {\n \"target\": \"Stage\",\n \"cmd\": \"getVar:\",\n \"param\": \"精靈y\",\n \"color\": 15629590,\n \"label\": \"精靈y\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 11,\n \"y\": 78,\n \"visible\": true\n },\n {\n \"target\": \"大砲\",\n \"cmd\": \"getVar:\",\n \"param\": \"砲彈y\",\n \"color\": 15629590,\n \"label\": \"大砲: 砲彈y\",\n \"mode\": 1,\n \"sliderMin\": 0,\n \"sliderMax\": 100,\n \"isDiscrete\": true,\n \"x\": 13,\n \"y\": 8,\n \"visible\": true\n }\n ],\n \"info\": {\n \"spriteCount\": 16,\n \"flashVersion\": \"MAC 30,0,0,154\",\n \"hasCloudData\": false,\n \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36\",\n \"scriptCount\": 72,\n \"projectID\": \"projects_36ysjw6d\",\n \"videoOn\": false,\n \"swfVersion\": \"v454\"\n }\n}","created_at":"2018-08-31T11:15:27.450+08:00","updated_at":"2019-09-22T21:03:09.919+08:00","name":"SA-L15完整版","language":"scratch3","screenshot":{"url":null},"parent_id":1,"plugin":null,"description":null,"note":null,"status":"public","like_student_ids":[],"is_featured":false,"views":99,"hashid":"wdksm94g","is_content_changed":false,"review_status":"unsubmitted","submitted_at":null,"reviewed_at":null,"advise":null,"is_deleted":false}
[{"id":708534,"file_name":"40112.png","project_id":40162,"asset_id":83775,"created_at":"2018-08-31T11:15:46.568+08:00","updated_at":"2018-08-31T11:15:46.568+08:00"},{"id":708535,"file_name":"0.wav","project_id":40162,"asset_id":83776,"created_at":"2018-08-31T11:15:46.614+08:00","updated_at":"2018-08-31T11:15:46.614+08:00"},{"id":708536,"file_name":"1.png","project_id":40162,"asset_id":83777,"created_at":"2018-08-31T11:15:46.626+08:00","updated_at":"2018-08-31T11:15:46.626+08:00"},{"id":708537,"file_name":"2.png","project_id":40162,"asset_id":83778,"created_at":"2018-08-31T11:15:46.637+08:00","updated_at":"2018-08-31T11:15:46.637+08:00"},{"id":708538,"file_name":"1.wav","project_id":40162,"asset_id":83779,"created_at":"2018-08-31T11:15:46.644+08:00","updated_at":"2018-08-31T11:15:46.644+08:00"},{"id":708539,"file_name":"3.png","project_id":40162,"asset_id":83780,"created_at":"2018-08-31T11:15:46.654+08:00","updated_at":"2018-08-31T11:15:46.654+08:00"},{"id":708540,"file_name":"4.png","project_id":40162,"asset_id":83781,"created_at":"2018-08-31T11:15:46.666+08:00","updated_at":"2018-08-31T11:15:46.666+08:00"},{"id":708541,"file_name":"2.wav","project_id":40162,"asset_id":83782,"created_at":"2018-08-31T11:15:46.672+08:00","updated_at":"2018-08-31T11:15:46.672+08:00"},{"id":708542,"file_name":"5.png","project_id":40162,"asset_id":83783,"created_at":"2018-08-31T11:15:46.678+08:00","updated_at":"2018-08-31T11:15:46.678+08:00"},{"id":708543,"file_name":"6.png","project_id":40162,"asset_id":83784,"created_at":"2018-08-31T11:15:46.685+08:00","updated_at":"2018-08-31T11:15:46.685+08:00"},{"id":708544,"file_name":"7.png","project_id":40162,"asset_id":83785,"created_at":"2018-08-31T11:15:46.703+08:00","updated_at":"2018-08-31T11:15:46.703+08:00"},{"id":708545,"file_name":"3.wav","project_id":40162,"asset_id":83786,"created_at":"2018-08-31T11:15:46.709+08:00","updated_at":"2018-08-31T11:15:46.709+08:00"},{"id":708546,"file_name":"8.png","project_id":40162,"asset_id":83787,"created_at":"2018-08-31T11:15:46.715+08:00","updated_at":"2018-08-31T11:15:46.715+08:00"},{"id":708547,"file_name":"9.png","project_id":40162,"asset_id":83788,"created_at":"2018-08-31T11:15:46.721+08:00","updated_at":"2018-08-31T11:15:46.721+08:00"},{"id":708548,"file_name":"10.png","project_id":40162,"asset_id":83789,"created_at":"2018-08-31T11:15:46.727+08:00","updated_at":"2018-08-31T11:15:46.727+08:00"},{"id":708549,"file_name":"11.png","project_id":40162,"asset_id":83790,"created_at":"2018-08-31T11:15:46.733+08:00","updated_at":"2018-08-31T11:15:46.733+08:00"},{"id":708550,"file_name":"12.png","project_id":40162,"asset_id":83791,"created_at":"2018-08-31T11:15:46.740+08:00","updated_at":"2018-08-31T11:15:46.740+08:00"},{"id":708551,"file_name":"13.png","project_id":40162,"asset_id":83792,"created_at":"2018-08-31T11:15:46.747+08:00","updated_at":"2018-08-31T11:15:46.747+08:00"},{"id":708552,"file_name":"14.png","project_id":40162,"asset_id":83793,"created_at":"2018-08-31T11:15:46.755+08:00","updated_at":"2018-08-31T11:15:46.755+08:00"},{"id":708553,"file_name":"15.png","project_id":40162,"asset_id":83794,"created_at":"2018-08-31T11:15:46.762+08:00","updated_at":"2018-08-31T11:15:46.762+08:00"},{"id":708554,"file_name":"16.png","project_id":40162,"asset_id":83795,"created_at":"2018-08-31T11:15:46.771+08:00","updated_at":"2018-08-31T11:15:46.771+08:00"},{"id":708555,"file_name":"17.png","project_id":40162,"asset_id":83796,"created_at":"2018-08-31T11:15:46.781+08:00","updated_at":"2018-08-31T11:15:46.781+08:00"},{"id":708556,"file_name":"18.png","project_id":40162,"asset_id":83797,"created_at":"2018-08-31T11:15:46.791+08:00","updated_at":"2018-08-31T11:15:46.791+08:00"},{"id":708557,"file_name":"19.png","project_id":40162,"asset_id":83798,"created_at":"2018-08-31T11:15:46.800+08:00","updated_at":"2018-08-31T11:15:46.800+08:00"},{"id":708558,"file_name":"20.png","project_id":40162,"asset_id":83799,"created_at":"2018-08-31T11:15:46.809+08:00","updated_at":"2018-08-31T11:15:46.809+08:00"},{"id":708559,"file_name":"21.png","project_id":40162,"asset_id":83800,"created_at":"2018-08-31T11:15:46.817+08:00","updated_at":"2018-08-31T11:15:46.817+08:00"},{"id":708560,"file_name":"22.png","project_id":40162,"asset_id":83801,"created_at":"2018-08-31T11:15:46.825+08:00","updated_at":"2018-08-31T11:15:46.825+08:00"},{"id":708561,"file_name":"23.png","project_id":40162,"asset_id":83802,"created_at":"2018-08-31T11:15:46.831+08:00","updated_at":"2018-08-31T11:15:46.831+08:00"},{"id":708562,"file_name":"24.png","project_id":40162,"asset_id":83803,"created_at":"2018-08-31T11:15:46.836+08:00","updated_at":"2018-08-31T11:15:46.836+08:00"},{"id":708563,"file_name":"25.png","project_id":40162,"asset_id":83804,"created_at":"2018-08-31T11:15:46.842+08:00","updated_at":"2018-08-31T11:15:46.842+08:00"},{"id":708564,"file_name":"26.png","project_id":40162,"asset_id":83805,"created_at":"2018-08-31T11:15:46.848+08:00","updated_at":"2018-08-31T11:15:46.848+08:00"},{"id":708565,"file_name":"27.png","project_id":40162,"asset_id":83806,"created_at":"2018-08-31T11:15:46.853+08:00","updated_at":"2018-08-31T11:15:46.853+08:00"},{"id":708566,"file_name":"28.png","project_id":40162,"asset_id":83807,"created_at":"2018-08-31T11:15:46.859+08:00","updated_at":"2018-08-31T11:15:46.859+08:00"},{"id":708567,"file_name":"29.png","project_id":40162,"asset_id":83808,"created_at":"2018-08-31T11:15:46.865+08:00","updated_at":"2018-08-31T11:15:46.865+08:00"},{"id":708568,"file_name":"30.png","project_id":40162,"asset_id":83809,"created_at":"2018-08-31T11:15:46.871+08:00","updated_at":"2018-08-31T11:15:46.871+08:00"},{"id":708569,"file_name":"31.png","project_id":40162,"asset_id":83810,"created_at":"2018-08-31T11:15:46.877+08:00","updated_at":"2018-08-31T11:15:46.877+08:00"},{"id":708570,"file_name":"32.png","project_id":40162,"asset_id":83811,"created_at":"2018-08-31T11:15:46.883+08:00","updated_at":"2018-08-31T11:15:46.883+08:00"},{"id":708571,"file_name":"33.png","project_id":40162,"asset_id":83812,"created_at":"2018-08-31T11:15:46.890+08:00","updated_at":"2018-08-31T11:15:46.890+08:00"},{"id":708572,"file_name":"34.png","project_id":40162,"asset_id":83813,"created_at":"2018-08-31T11:15:46.896+08:00","updated_at":"2018-08-31T11:15:46.896+08:00"},{"id":708573,"file_name":"35.png","project_id":40162,"asset_id":83814,"created_at":"2018-08-31T11:15:46.902+08:00","updated_at":"2018-08-31T11:15:46.902+08:00"},{"id":708574,"file_name":"36.png","project_id":40162,"asset_id":83815,"created_at":"2018-08-31T11:15:46.909+08:00","updated_at":"2018-08-31T11:15:46.909+08:00"},{"id":708575,"file_name":"37.png","project_id":40162,"asset_id":83816,"created_at":"2018-08-31T11:15:46.914+08:00","updated_at":"2018-08-31T11:15:46.914+08:00"},{"id":708576,"file_name":"38.png","project_id":40162,"asset_id":83817,"created_at":"2018-08-31T11:15:46.920+08:00","updated_at":"2018-08-31T11:15:46.920+08:00"},{"id":708577,"file_name":"4.wav","project_id":40162,"asset_id":83818,"created_at":"2018-08-31T11:15:46.926+08:00","updated_at":"2018-08-31T11:15:46.926+08:00"},{"id":708578,"file_name":"39.png","project_id":40162,"asset_id":83819,"created_at":"2018-08-31T11:15:46.932+08:00","updated_at":"2018-08-31T11:15:46.932+08:00"},{"id":708579,"file_name":"40.png","project_id":40162,"asset_id":83820,"created_at":"2018-08-31T11:15:46.938+08:00","updated_at":"2018-08-31T11:15:46.938+08:00"},{"id":708580,"file_name":"41.png","project_id":40162,"asset_id":83821,"created_at":"2018-08-31T11:15:46.944+08:00","updated_at":"2018-08-31T11:15:46.944+08:00"},{"id":708581,"file_name":"42.png","project_id":40162,"asset_id":83822,"created_at":"2018-08-31T11:15:46.950+08:00","updated_at":"2018-08-31T11:15:46.950+08:00"},{"id":19661007,"file_name":null,"project_id":40162,"asset_id":158,"created_at":"2024-11-04T00:17:21.262+08:00","updated_at":"2024-11-04T00:17:21.262+08:00"},{"id":19661008,"file_name":null,"project_id":40162,"asset_id":507,"created_at":"2024-11-04T00:17:21.265+08:00","updated_at":"2024-11-04T00:17:21.265+08:00"},{"id":19661009,"file_name":null,"project_id":40162,"asset_id":23723,"created_at":"2024-11-04T00:17:21.267+08:00","updated_at":"2024-11-04T00:17:21.267+08:00"},{"id":19661010,"file_name":null,"project_id":40162,"asset_id":6,"created_at":"2024-11-04T00:17:21.270+08:00","updated_at":"2024-11-04T00:17:21.270+08:00"},{"id":19661011,"file_name":null,"project_id":40162,"asset_id":23965,"created_at":"2024-11-04T00:17:21.273+08:00","updated_at":"2024-11-04T00:17:21.273+08:00"},{"id":19661012,"file_name":null,"project_id":40162,"asset_id":9,"created_at":"2024-11-04T00:17:21.276+08:00","updated_at":"2024-11-04T00:17:21.276+08:00"},{"id":19661013,"file_name":null,"project_id":40162,"asset_id":23853,"created_at":"2024-11-04T00:17:21.278+08:00","updated_at":"2024-11-04T00:17:21.278+08:00"},{"id":19661014,"file_name":null,"project_id":40162,"asset_id":23854,"created_at":"2024-11-04T00:17:21.282+08:00","updated_at":"2024-11-04T00:17:21.282+08:00"},{"id":19661015,"file_name":null,"project_id":40162,"asset_id":15825,"created_at":"2024-11-04T00:17:21.285+08:00","updated_at":"2024-11-04T00:17:21.285+08:00"},{"id":19661016,"file_name":null,"project_id":40162,"asset_id":23856,"created_at":"2024-11-04T00:17:21.288+08:00","updated_at":"2024-11-04T00:17:21.288+08:00"},{"id":19661017,"file_name":null,"project_id":40162,"asset_id":23719,"created_at":"2024-11-04T00:17:21.290+08:00","updated_at":"2024-11-04T00:17:21.290+08:00"},{"id":19661018,"file_name":null,"project_id":40162,"asset_id":23860,"created_at":"2024-11-04T00:17:21.293+08:00","updated_at":"2024-11-04T00:17:21.293+08:00"},{"id":19661019,"file_name":null,"project_id":40162,"asset_id":23721,"created_at":"2024-11-04T00:17:21.296+08:00","updated_at":"2024-11-04T00:17:21.296+08:00"},{"id":19661020,"file_name":null,"project_id":40162,"asset_id":23702,"created_at":"2024-11-04T00:17:21.299+08:00","updated_at":"2024-11-04T00:17:21.299+08:00"},{"id":19661021,"file_name":null,"project_id":40162,"asset_id":23703,"created_at":"2024-11-04T00:17:21.301+08:00","updated_at":"2024-11-04T00:17:21.301+08:00"},{"id":19661022,"file_name":null,"project_id":40162,"asset_id":23863,"created_at":"2024-11-04T00:17:21.304+08:00","updated_at":"2024-11-04T00:17:21.304+08:00"},{"id":19661023,"file_name":null,"project_id":40162,"asset_id":2274,"created_at":"2024-11-04T00:17:21.308+08:00","updated_at":"2024-11-04T00:17:21.308+08:00"},{"id":19661024,"file_name":null,"project_id":40162,"asset_id":2252,"created_at":"2024-11-04T00:17:21.311+08:00","updated_at":"2024-11-04T00:17:21.311+08:00"},{"id":19661025,"file_name":null,"project_id":40162,"asset_id":17845,"created_at":"2024-11-04T00:17:21.314+08:00","updated_at":"2024-11-04T00:17:21.314+08:00"},{"id":19661026,"file_name":null,"project_id":40162,"asset_id":17835,"created_at":"2024-11-04T00:17:21.318+08:00","updated_at":"2024-11-04T00:17:21.318+08:00"},{"id":19661027,"file_name":null,"project_id":40162,"asset_id":17836,"created_at":"2024-11-04T00:17:21.320+08:00","updated_at":"2024-11-04T00:17:21.320+08:00"},{"id":19661028,"file_name":null,"project_id":40162,"asset_id":23870,"created_at":"2024-11-04T00:17:21.323+08:00","updated_at":"2024-11-04T00:17:21.323+08:00"},{"id":19661029,"file_name":null,"project_id":40162,"asset_id":23871,"created_at":"2024-11-04T00:17:21.326+08:00","updated_at":"2024-11-04T00:17:21.326+08:00"},{"id":19661030,"file_name":null,"project_id":40162,"asset_id":23882,"created_at":"2024-11-04T00:17:21.330+08:00","updated_at":"2024-11-04T00:17:21.330+08:00"},{"id":19661031,"file_name":null,"project_id":40162,"asset_id":83541,"created_at":"2024-11-04T00:17:21.334+08:00","updated_at":"2024-11-04T00:17:21.334+08:00"},{"id":19661032,"file_name":null,"project_id":40162,"asset_id":83491,"created_at":"2024-11-04T00:17:21.337+08:00","updated_at":"2024-11-04T00:17:21.337+08:00"},{"id":19661033,"file_name":null,"project_id":40162,"asset_id":83492,"created_at":"2024-11-04T00:17:21.339+08:00","updated_at":"2024-11-04T00:17:21.339+08:00"},{"id":19661034,"file_name":null,"project_id":40162,"asset_id":83493,"created_at":"2024-11-04T00:17:21.342+08:00","updated_at":"2024-11-04T00:17:21.342+08:00"},{"id":19661035,"file_name":null,"project_id":40162,"asset_id":83494,"created_at":"2024-11-04T00:17:21.345+08:00","updated_at":"2024-11-04T00:17:21.345+08:00"},{"id":19661036,"file_name":null,"project_id":40162,"asset_id":83495,"created_at":"2024-11-04T00:17:21.347+08:00","updated_at":"2024-11-04T00:17:21.347+08:00"},{"id":19661037,"file_name":null,"project_id":40162,"asset_id":83496,"created_at":"2024-11-04T00:17:21.350+08:00","updated_at":"2024-11-04T00:17:21.350+08:00"},{"id":19661038,"file_name":null,"project_id":40162,"asset_id":83497,"created_at":"2024-11-04T00:17:21.353+08:00","updated_at":"2024-11-04T00:17:21.353+08:00"},{"id":19661039,"file_name":null,"project_id":40162,"asset_id":83540,"created_at":"2024-11-04T00:17:21.355+08:00","updated_at":"2024-11-04T00:17:21.355+08:00"},{"id":19661040,"file_name":null,"project_id":40162,"asset_id":23706,"created_at":"2024-11-04T00:17:21.359+08:00","updated_at":"2024-11-04T00:17:21.359+08:00"},{"id":19661041,"file_name":null,"project_id":40162,"asset_id":23707,"created_at":"2024-11-04T00:17:21.362+08:00","updated_at":"2024-11-04T00:17:21.362+08:00"},{"id":19661042,"file_name":null,"project_id":40162,"asset_id":23708,"created_at":"2024-11-04T00:17:21.365+08:00","updated_at":"2024-11-04T00:17:21.365+08:00"},{"id":19661043,"file_name":null,"project_id":40162,"asset_id":23709,"created_at":"2024-11-04T00:17:21.368+08:00","updated_at":"2024-11-04T00:17:21.368+08:00"},{"id":19661044,"file_name":null,"project_id":40162,"asset_id":23710,"created_at":"2024-11-04T00:17:21.370+08:00","updated_at":"2024-11-04T00:17:21.370+08:00"},{"id":19661045,"file_name":null,"project_id":40162,"asset_id":23711,"created_at":"2024-11-04T00:17:21.373+08:00","updated_at":"2024-11-04T00:17:21.373+08:00"},{"id":19661046,"file_name":null,"project_id":40162,"asset_id":23712,"created_at":"2024-11-04T00:17:21.376+08:00","updated_at":"2024-11-04T00:17:21.376+08:00"},{"id":19661047,"file_name":null,"project_id":40162,"asset_id":23713,"created_at":"2024-11-04T00:17:21.379+08:00","updated_at":"2024-11-04T00:17:21.379+08:00"},{"id":19661048,"file_name":null,"project_id":40162,"asset_id":23714,"created_at":"2024-11-04T00:17:21.382+08:00","updated_at":"2024-11-04T00:17:21.382+08:00"},{"id":19661049,"file_name":null,"project_id":40162,"asset_id":23715,"created_at":"2024-11-04T00:17:21.384+08:00","updated_at":"2024-11-04T00:17:21.384+08:00"},{"id":19661050,"file_name":null,"project_id":40162,"asset_id":23705,"created_at":"2024-11-04T00:17:21.387+08:00","updated_at":"2024-11-04T00:17:21.387+08:00"},{"id":19661051,"file_name":null,"project_id":40162,"asset_id":23722,"created_at":"2024-11-04T00:17:21.390+08:00","updated_at":"2024-11-04T00:17:21.390+08:00"},{"id":19661052,"file_name":null,"project_id":40162,"asset_id":23859,"created_at":"2024-11-04T00:17:21.405+08:00","updated_at":"2024-11-04T00:17:21.405+08:00"},{"id":19661053,"file_name":null,"project_id":40162,"asset_id":14528,"created_at":"2024-11-04T00:17:21.407+08:00","updated_at":"2024-11-04T00:17:21.407+08:00"},{"id":19661054,"file_name":null,"project_id":40162,"asset_id":24166,"created_at":"2024-11-04T00:17:21.410+08:00","updated_at":"2024-11-04T00:17:21.410+08:00"}]
橘蘋學習平台
橘蘋學習平台
我的作品
檢視專案頁
匯出
複製
匯入
刪除
語言
中文
简体中文
英文
用手機掃描下方 QRCode 進行安裝
或您也可以
下載 APK
到這台電腦