Minecraft

Contenu: 
{"backgroundUrl":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-a2560272240d2f71360ee8487c4ef78d.jpg","characters":[{"position":{"x":49,"y":3},"url":"images/game/charactersV2/bugsix/","code":"quand('personnage arrive', fonction (personnage) {\n personnage.dit('Merci tu nous a sauvés');\n personnage.danse();\n});\n","width":1,"height":2,"type":"character","id":0,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"when_character\" id=\"SM_?Ih+(Z:a`er2QDee;\" x=\"470\" y=\"311\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"CkVR{;/%1JKoGv!gg4Gl\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"{a;!3yAsf@51w:hkWROL\"><value name=\"TEXT\"><block type=\"text\" id=\"p((_c}8y-E2yIu_+p/S]\"><field name=\"TEXT\">Merci tu nous a sauvés</field></block></value></block></value><next><block type=\"get_entities_character\" id=\"5iZKyUw}/fN{@jSHB^32\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"dance\" id=\"BPLD#nYm%gskQQd{1?uY\"></block></value></block></next></block></statement></block></xml>"},{"position":{"x":95,"y":8},"url":"images/game/charactersV2/bugone/","code":"personnage.vitesse = 15;\npersonnage.vie = 100;\npersonnage.cadenceDeTir = 30;\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\n","width":1,"height":2,"type":"character","id":1,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"aY!cyjsv_8@!v@C**OjO\" x=\"454\" y=\"254\"><value name=\"variable\"><block type=\"character_variables\" id=\"-sm1-RbR;aI7Qv(;:9|)\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"*^J#{WzY#ybI`j-zoXnL\"><field name=\"NUM\">15</field></block></value><next><block type=\"entities_assignment\" id=\"xhS8CZI27Voi=MG^J2`H\"><value name=\"variable\"><block type=\"character_variables\" id=\"Z#Bf135VOS,oD(NA;3Oc\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"FSII7vXB!O)@0aM^I!q:\"><field name=\"NUM\">100</field></block></value><next><block type=\"entities_assignment\" id=\"Qnvec?Hgo_2~N,:ed;tg\"><value name=\"variable\"><block type=\"character_variables\" id=\"ub=l8/j@WE1Spyxf06ld\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"sgUiR5(@H1mK-pYsZ/zk\"><field name=\"NUM\">30</field></block></value><next><block type=\"gamecode_when\" id=\";L_j|%+de@T%Ir4~|2+F\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"Kb.2dm3S*{lrv.Z_Z;|S\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"aWrklY=t{Jt/ve,Oz+3F\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"rMIPQ-fVO=`}@jOh2Vh)\"></block></value></block></statement><next><block type=\"always\" id=\"6repe2=Nq+l:1%}f*ELi\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"_uQ9S)[+~prqeW_w2v+.\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"4)_0Da)5KDU#i@BWBs@O\"></block></value></block></statement></block></next></block></next></block></next></block></next></block></xml>"},{"position":{"x":91,"y":6},"code":"quand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Big Bang');\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"v7^U4VPG(}hA2kbK`^)u\" x=\"405\" y=\"254\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"1g`jL*3V;N6FJ:o|pp)B\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"/Clu6TNqLE3sxj;I|kHI\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"ZxVJ0+)3DP:wDqnb*hWD\"></block></value></block></statement><next><block type=\"always\" id=\"(Rejm_/J_CQbt~#HuQp^\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"juth/XPWgCP:=-*KL1Y@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"[fQHTU{F(xK@/GO%k=1B\"></block></value></block></statement><next><block type=\"when_hit\" id=\"/1/1u?v23U?S`%N(oa:p\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"HRetvUA2pe2IZi`R2i}%\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"~@L?y^:Azz*3Z4C9~hki\"><value name=\"TEXT\"><block type=\"text\" id=\"Pb#m8B9|EaBDZjgdL(j(\"><field name=\"TEXT\">Big Bang</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":2},{"position":{"x":70,"y":2},"code":"toujours(fonction () {\n personnage.avance();\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Big Bang');\n});\n\nquand('personnage arrive', fonction (personnage) {\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\"q#EMK!2M0Udg4!sQ/To)\" x=\"455\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"J`KH-Tb_%0m%o6~^c.bl\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\",UfHYf)yH(F%wG1]XZlv\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"v7^U4VPG(}hA2kbK`^)u\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"1g`jL*3V;N6FJ:o|pp)B\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"/Clu6TNqLE3sxj;I|kHI\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"ZxVJ0+)3DP:wDqnb*hWD\"></block></value></block></statement><next><block type=\"always\" id=\"(Rejm_/J_CQbt~#HuQp^\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"juth/XPWgCP:=-*KL1Y@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"[fQHTU{F(xK@/GO%k=1B\"></block></value></block></statement><next><block type=\"when_hit\" id=\"P{^84]s%E/!sKWM[V[`n\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"8)Hx!x%kPa1j78i8%=AJ\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"s-)1/E?V}H9%YF/.+i5|\"><value name=\"TEXT\"><block type=\"text\" id=\"eI09;EjNe5qsKLdYrL~)\"><field name=\"TEXT\">Big Bang</field></block></value></block></value></block></statement></block></next></block></next></block></next></block><block type=\"when_character\" id=\"1q{)g]SKR5BWw:;wgGQY\" x=\"-30\" y=\"790\"><field name=\"ACTION\">personnage arrive</field></block></xml>","type":"character","width":1,"height":2,"id":3},{"position":{"x":-4,"y":7},"code":"quand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Final Flash');\n});\n","url":"images/game/charactersV2/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\",1eO#P3w~j!IP?%{uu5k\" x=\"437\" y=\"276\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"n--u8%T_18lqb:@#G=XF\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"O)YOFuf`5B]Z,Hxu.-+4\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"g=9T!Wbf[:8Zl_qqDNJz\"></block></value></block></statement><next><block type=\"always\" id=\"fw@WWA,onPyLg42?G*vf\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"hzm%%26ptXm,s+Lr)!x{\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"cBJX4KFU*5f/T^{(!#x1\"></block></value></block></statement><next><block type=\"when_hit\" id=\"u6m#^tRdaK/K{Z51s7{u\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"=*vC,f.m,c*;TUoF[,#t\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"n{X%abI3m?4hVLTYQw*9\"><value name=\"TEXT\"><block type=\"text\" id=\"+KkVkEdxA.BaeKS7O|M.\"><field name=\"TEXT\">Final Flash</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":4},{"position":{"x":2,"y":7},"code":"toujours(fonction () {\n personnage.avance();\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Final Flash');\n});\n","url":"images/game/charactersV2/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\"7P/bpBZ{QJ%5S%}L@?]?\" x=\"437\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"3FhzS]*C_VcS=(~n({T1\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\".4^9b%g6kuY|`+sBRER-\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\",1eO#P3w~j!IP?%{uu5k\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"n--u8%T_18lqb:@#G=XF\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"O)YOFuf`5B]Z,Hxu.-+4\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"g=9T!Wbf[:8Zl_qqDNJz\"></block></value></block></statement><next><block type=\"always\" id=\"fw@WWA,onPyLg42?G*vf\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"hzm%%26ptXm,s+Lr)!x{\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"cBJX4KFU*5f/T^{(!#x1\"></block></value></block></statement><next><block type=\"when_hit\" id=\"HyO2-]XSl!13jVNS3[xW\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"~CZc1:LUEk.|}+5YtWt_\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"nLyN]sYt-{UEN]ufa_L;\"><value name=\"TEXT\"><block type=\"text\" id=\"^)Xx]+t=+B4J)qHvbJOm\"><field name=\"TEXT\">Final Flash</field></block></value></block></value></block></statement></block></next></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":5},{"position":{"x":27,"y":6},"id":6,"type":"character","fly":false,"code":"quand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Final Flash');\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\",1eO#P3w~j!IP?%{uu5k\" x=\"410\" y=\"350\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"n--u8%T_18lqb:@#G=XF\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"O)YOFuf`5B]Z,Hxu.-+4\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"g=9T!Wbf[:8Zl_qqDNJz\"></block></value></block></statement><next><block type=\"always\" id=\"fw@WWA,onPyLg42?G*vf\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"hzm%%26ptXm,s+Lr)!x{\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"cBJX4KFU*5f/T^{(!#x1\"></block></value></block></statement><next><block type=\"when_hit\" id=\"05g3DZ,vWF0P0E-7ECxs\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"`.KjH.t,PQrW3A{b+-^k\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"M8uFP5bA{^;7oR;B+C?A\"><value name=\"TEXT\"><block type=\"text\" id=\"A5vLv,nX@K1T9l+)+lfd\"><field name=\"TEXT\">Final Flash</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","url":"images/game/charactersV2/bugfive/","width":1,"height":2,"traversable":true},{"position":{"x":42,"y":4},"code":"quand('personnage arrive', fonction (personnage) {\n personnage.dit('Merci tu nous a sauvés');\n personnage.danse();\n});\n","url":"images/game/charactersV2/bugsix/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"when_character\" id=\"SM_?Ih+(Z:a`er2QDee;\" x=\"405\" y=\"254\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"CkVR{;/%1JKoGv!gg4Gl\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"{a;!3yAsf@51w:hkWROL\"><value name=\"TEXT\"><block type=\"text\" id=\"p((_c}8y-E2yIu_+p/S]\"><field name=\"TEXT\">Merci tu nous a sauvés</field></block></value></block></value><next><block type=\"get_entities_character\" id=\"5iZKyUw}/fN{@jSHB^32\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"dance\" id=\"BPLD#nYm%gskQQd{1?uY\"></block></value></block></next></block></statement></block></xml>","type":"character","width":1,"height":2,"id":7},{"position":{"x":11,"y":9},"code":"quand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Final Flash');\n});\n","url":"images/game/charactersV2/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\",1eO#P3w~j!IP?%{uu5k\" x=\"456\" y=\"254\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"n--u8%T_18lqb:@#G=XF\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"O)YOFuf`5B]Z,Hxu.-+4\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"g=9T!Wbf[:8Zl_qqDNJz\"></block></value></block></statement><next><block type=\"always\" id=\"fw@WWA,onPyLg42?G*vf\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"hzm%%26ptXm,s+Lr)!x{\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"cBJX4KFU*5f/T^{(!#x1\"></block></value></block></statement><next><block type=\"when_hit\" id=\"Q{Un/Vq|d+{*P;q6vpkp\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"kgRpM}mu60I2Hpxv2!G8\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"{C4nLR*K)toIXM+}2!RC\"><value name=\"TEXT\"><block type=\"text\" id=\"Rh:!C{^26bnxQbJ`Epvk\"><field name=\"TEXT\">Final Flash</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":8},{"position":{"x":95,"y":3},"code":"quand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Big Bang');\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"v7^U4VPG(}hA2kbK`^)u\" x=\"405\" y=\"254\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"1g`jL*3V;N6FJ:o|pp)B\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"/Clu6TNqLE3sxj;I|kHI\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"ZxVJ0+)3DP:wDqnb*hWD\"></block></value></block></statement><next><block type=\"always\" id=\"(Rejm_/J_CQbt~#HuQp^\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"juth/XPWgCP:=-*KL1Y@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"[fQHTU{F(xK@/GO%k=1B\"></block></value></block></statement><next><block type=\"when_hit\" id=\"/1/1u?v23U?S`%N(oa:p\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"HRetvUA2pe2IZi`R2i}%\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"~@L?y^:Azz*3Z4C9~hki\"><value name=\"TEXT\"><block type=\"text\" id=\"Pb#m8B9|EaBDZjgdL(j(\"><field name=\"TEXT\">Big Bang</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":9},{"position":{"x":99,"y":6},"code":"quand('est bloqué', fonction () {\n personnage.retourneToi();\n});\ntoujours(fonction () {\n personnage.tire();\n});\nquand('tir touche', fonction (personnage) {\n personnage.dit('Big Bang');\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"v7^U4VPG(}hA2kbK`^)u\" x=\"405\" y=\"254\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"1g`jL*3V;N6FJ:o|pp)B\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"/Clu6TNqLE3sxj;I|kHI\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"ZxVJ0+)3DP:wDqnb*hWD\"></block></value></block></statement><next><block type=\"always\" id=\"(Rejm_/J_CQbt~#HuQp^\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"juth/XPWgCP:=-*KL1Y@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"[fQHTU{F(xK@/GO%k=1B\"></block></value></block></statement><next><block type=\"when_hit\" id=\"/1/1u?v23U?S`%N(oa:p\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"HRetvUA2pe2IZi`R2i}%\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"~@L?y^:Azz*3Z4C9~hki\"><value name=\"TEXT\"><block type=\"text\" id=\"Pb#m8B9|EaBDZjgdL(j(\"><field name=\"TEXT\">Big Bang</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":10}],"tiles":[{"position":{"x":2,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","code":null,"traversable":false},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-8,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-3,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-1,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-2,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-9,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-11,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-12,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":20,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":21,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":23,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":26,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":25,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":27,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":28,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":34,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":35,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":36,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":42,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":46,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":45,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":47,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":48,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":49,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":50,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":51,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":54,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":52,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":53,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":55,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":56,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":57,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":58,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":59,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":60,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":61,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":62,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":67,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":68,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":69,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":75,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":76,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":77,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":78,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":79,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":80,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":81,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":82,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":83,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":84,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":85,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":86,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":87,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":70,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":71,"y":1},"traversable":false,"code":null},{"type":"wall","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","position":{"x":87,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-10,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-13,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-10,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":37,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-9,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-5,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-3,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-7,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-8,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-6,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-6,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-14,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-15,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-17,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-18,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-19,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-20,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":-16,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":-6,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":-18,"y":6},"traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-18,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-2,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-4,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-9,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":2,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":1,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":2,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":3,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":2,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":2,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":2,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-1,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-719gbxlzpQL._AC_SL1500_.jpg","type":"wall","position":{"x":5,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":6,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":8,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":10,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":12,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":8,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":8,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":9,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":10,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":11,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":12,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":13,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":14,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":15,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":16,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":16,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":9,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":15,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":14,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":10,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":14,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":9,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":15,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":14,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/ice/glace4.png","type":"wall","position":{"x":12,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-719gbxlzpQL._AC_SL1500_.jpg","type":"wall","position":{"x":11,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-719gbxlzpQL._AC_SL1500_.jpg","type":"wall","position":{"x":13,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":16,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":8,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":16,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":23,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":23,"y":5},"traversable":false,"code":null,"sourceXml":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":88,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":89,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":90,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":91,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":92,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":93,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":95,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":94,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":96,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":97,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":100,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":98,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":99,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":11,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":13,"y":9},"traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-4,"y":2},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":-4,"y":3},"traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":6,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-1,"y":8},"traversable":false,"code":null},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-1,"y":9}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":24,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":25,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":26,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":24,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":25,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":26,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":27,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":28,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":29,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":27,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":28,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":29,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":21,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":19,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":19,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":35,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":35,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":36,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":37,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":38,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":39,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":42,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":40,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":41,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":42,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":42,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":42,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":36,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":37,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":36,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":37,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":36,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":37,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":36,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":40,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":41,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":37,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":38,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":38,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":38,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":40,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":41,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":41,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":40,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":42,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":29,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":30,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":31,"y":2}},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":32,"y":2},"traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":30,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":31,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":34,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":32,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":33,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":33,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":35,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":34,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-23,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-22,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":-23,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":-22,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":-23,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":-22,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":-23,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":-22,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":-23,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":-22,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":-23,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":-23,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":-22,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":-22,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":-23,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":-22,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-23,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":-22,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-24,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":-21,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":45,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":46,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":47,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":48,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":49,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":50,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":51,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":52,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":53,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":54,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":54,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":47,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":46,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":48,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","type":"wall","position":{"x":47,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":54,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":55,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":56,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":57,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":58,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":59,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":60,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":61,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":62,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":66,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":72,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":78,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":78,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":78,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":79,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":81,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":81,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":83,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":84,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":85,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":86,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":88,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":89,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":89,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":85,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":85,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":82,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":88,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":84,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":86,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":85,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":83,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":84,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":82,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":83,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":87,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":88,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":88,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":89,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":79,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":87,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","type":"wall","position":{"x":86,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":101,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":102,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":101,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","type":"wall","position":{"x":102,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":101,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":102,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":101,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":102,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":101,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","type":"wall","position":{"x":102,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":101,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":102,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":101,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":102,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":101,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","type":"wall","position":{"x":102,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":101,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":102,"y":9},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/arrivee.png","position":{"x":100,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/depart.png","position":{"x":90,"y":2},"traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-diagonales_ligne.png","type":"wall","position":{"x":99,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-diagonales_ligne.png","type":"wall","position":{"x":97,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-diagonales_ligne.png","type":"wall","position":{"x":96,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ligne-noir-png-5-300x200.png","type":"wall","position":{"x":91,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ligne-noir-png-5-300x200.png","type":"wall","position":{"x":94,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ligne-noir-png-5-300x200.png","type":"wall","position":{"x":93,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":57,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":58,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":59,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":60,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":62,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":61,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":56,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","type":"wall","position":{"x":95,"y":7},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":23,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"440\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":21,"y":7}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"440\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":20,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"440\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":33,"y":2}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":14,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":12,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":10,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":8,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"444\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-1,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"426\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-8,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-5,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"440\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":26,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"440\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":25,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"437\" y=\"280\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":24,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":45,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":51,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":72,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":84,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":92,"y":7}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":55,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":57,"y":5}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":59,"y":7}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":61,"y":9}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":94,"y":8}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":94,"y":9}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":96,"y":9}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":96,"y":8}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":94,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":98,"y":7}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":100,"y":7}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":96,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":51,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":36,"y":5}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"460\" y=\"254\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":40,"y":5}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":28,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-16,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":6,"y":8},"traversable":true},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":17,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":20,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":19,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","type":"wall","position":{"x":18,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":-11,"y":6},"traversable":false,"code":null},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":-11,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","type":"wall","position":{"x":19,"y":9},"traversable":false,"code":null},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var ScoreText;\n\n\nScoreText = 'Score :';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(ScoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"B*j`tORme!z9._@8C`L8\" x=\"445\" y=\"276\"><field name=\"VARNAME\">ScoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"2(mwI~Qyp.mFPU9^mT@v\"><field name=\"TEXT\">Score :</field></block></value><next><block type=\"gamecode_when\" id=\"Kpn]F/R)P.j[~hs_~,@6\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"L+Pra-xNO=uShW]TB]5D\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"(3G/Evagy_(S9nAxuCPw\"><value name=\"variable\"><block type=\"player_variables\" id=\"Ca`vdRsi(7tiqyR)_.ww\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Dww!i4EqbjSWlNiyVkXi\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"!iiY(dHefkFZg/JdE;`M\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"o:~a:Iv[{4XX3_0GP/-1\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"/_Z*6/2+,Axi!U|^=vv_\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@+I[,QgcR./|e``yzA:8\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"0Bo,+F3olob%r:^L[|Jc\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"{K(L`k!PQU3NJEp{x`G6\"><field name=\"VAR\">ScoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"{USFwv,3:I?Yw+A.-ZW^\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"pM_*QueQFDezqGH4b,Uh\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"IPf3W:=I^Py(o8Sy37`C\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":90,"y":7}}],"player":{"urls":{"head":"./images/game/playersV2/spaceman/","body":"./images/game/playersV2/spaceman/","bullet":"./images/game/playersV2/ninja/"},"position":{"x":-12,"y":2},"type":"player","width":1,"height":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"#o/31,7v6hPkmjPkMs/G\" x=\"460\" y=\"276\"><value name=\"variable\"><block type=\"player_variables\" id=\"-L%*+EkkXMCYnB!x=Uhd\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"E|}pwj2@wR)]~):k9,C_\"><field name=\"NUM\">0</field></block></value><next><block type=\"entities_assignment\" id=\"O#jGuB8LD%GBlUPUZS%{\"><value name=\"variable\"><block type=\"player_variables\" id=\"!zg5la83%W85/@{iaXp6\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"b[yX+KfAY}vs%_qabw=M\"><field name=\"NUM\">5</field></block></value><next><block type=\"entities_assignment\" id=\"/F]c-mTvP8Qm]_7{co*@\"><value name=\"variable\"><block type=\"player_variables\" id=\"00Ya.S50EWz^)pA~!)jj\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"+g-2JZ1V@iyPvaIrk=qR\"><field name=\"NUM\">15</field></block></value><next><block type=\"entities_assignment\" id=\"6po+!dJsJg(0Ndr9sL{U\"><value name=\"variable\"><block type=\"player_variables\" id=\"!}iPkGv.u.T1dIwa;Qo{\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"mA4gFJbO#+.N,e,52O8.\"><field name=\"NUM\">0</field></block></value><next><block type=\"when_hit\" id=\".oci?e2e?NVKC^[~VHRj\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"RQ/@s2,VYG8op!}5jpyq\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"disappear\" id=\"fVuF^u|xhT}LCwnKVZBO\"></block></value><next><block type=\"get_entities_player\" id=\"Zk?QRF|gUcUd*ayA_fz(\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"(u?~Q.j1gF6nz4^SWx.[\"><value name=\"TEXT\"><block type=\"text\" id=\".=i}Fhl`9xL~lV|^^MU]\"><field name=\"TEXT\">Kamehameha</field></block></value></block></value></block></next></block></statement><next><block type=\"gamecode_when\" id=\"G8@SHUk2%Em=9uzixb+L\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"CZcgEVL(Aa2+jUu5r|R9\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"@z)K2U)R%|y_VCgp0^T:\"><value name=\"variable\"><block type=\"player_variables\" id=\"7#?nu!H(OUCAev|Cr2*=\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"jay*Ncr/6aZPs?nXSPjw\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"[7|~tk`:OFrk21{rv{uL\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"I=y,{,OWcn(VIrkxwypQ\"><field name=\"NUM\">1</field></block></value></block></value></block></statement></block></next></block></next></block></next></block></next></block></next></block></xml>","code":"joueur.score = 0;\njoueur.hauteurSaut = 5;\njoueur.vie = 15;\njoueur.cadenceDeTir = 0;\nquand('tir touche', fonction (personnage) {\n personnage.disparait();\n joueur.dit('Kamehameha');\n});\nquand('est touché', fonction () {\n joueur.vie = (joueur.vie-1);\n});\n"},"endGame":{"wallpaper":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-fr-minecraft_TR8Q_maxresdefault.jpg","winText":"Minecraft reprendra sa revanche","loseText":"La mort"},"sounds":{"music":"sounds/musics/feel_good","win":"sounds/win/03","loose":"sounds/loose/01","items":"sounds/bonus/03"},"soundEnable":true,"name":"Test","goal":"Finir le niveau","generalScript":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":"","needed":true,"assetsLibrary":{"backgrounds":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-144427-minecraft-pvp-dossier-article_m-1.jpeg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-thumb-1920-370408.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-a2560272240d2f71360ee8487c4ef78d.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Gcn8OC.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-fr-minecraft_TR8Q_maxresdefault.jpg"],"blocs":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Grass-Block.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-Minecraft-Diamond-Block.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142224-full.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-e4a81e06f9be9934de83e441de328ec0.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-142225-full.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ea592dec4d31e230fd226921ae72a0da.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-diagonales_ligne.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-ligne-noir-png-5-300x200.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-unnamed (1).png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/444718/444718-719gbxlzpQL._AC_SL1500_.jpg"]},"customBlocklyDropdowns":{"player":[["score","score"]],"character":[["score","score"]]}}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

GameCode partners