la terre explose

Contenu: 
{"backgroundUrl":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-earth-683436_1920.jpg","characters":[{"position":{"x":7,"y":2},"url":"images/game/characters/bugfive/","code":"toujours(fonction () {\n personnage.vaVers(joueur.x || joueur.y);\n});\n\nretarder(1 + ' secondes', fonction () {\n personnage.dit('Comment t\\'appelles-tu ?');\n retarder(3 + ' secondes', fonction () {\n joueur.dit('Lando, je viens tuer les étoiles et détruire la Terre');\n retarder(3 + ' secondes', fonction () {\n personnage.dit('Non, nous t\\'en empêcherons');\n retarder(3 + ' secondes', fonction () {\n joueur.dit('C\\'est ce qu\\'on va voir mouahahah');\n retarder(3 + ' secondes', fonction () {\n personnage.dit('Nous avons mis pleins de piège ahah');\n });\n });\n });\n });\n});\n","width":1,"height":2,"type":"character","id":0,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\"e63cN}jOpY=6oQzO(4l^\" x=\"-116\" y=\"-47\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"d~0ywH31#?Iu_(_KgtUb\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\".UtjKz0jE9e[yLFS1(2o\"><value name=\"POSITION\"><block type=\"logic_operation\" id=\")*JAKjDefLj*+O)dj#jj\"><field name=\"OP\">OR</field><value name=\"A\"><block type=\"player_variables\" id=\"IaVfp(Fp{zuB.kmAV^u(\"><field name=\"variable\">x</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"GC3*D12-wX8~DT6@~}F_\"><field name=\"variable\">y</field></block></value></block></value></block></value></block></statement></block><block type=\"delay\" id=\"rV`y*IwHeFL3jh0t#lSU\" x=\"381\" y=\"200\"><value name=\"seconds\"><block type=\"math_number\" id=\":oj=qdtXx|AHEy0LK19r\"><field name=\"NUM\">1</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"I6Ff@-j]oexhA5IqDysx\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"ZEmrNqxo|5%](R%Q:u|X\"><value name=\"TEXT\"><block type=\"text\" id=\"P]o-JsfQ76ly1ih?2sB6\"><field name=\"TEXT\">Comment t'appelles-tu ?</field></block></value></block></value><next><block type=\"delay\" id=\"VtDiq]r%_y/z}5}k2NYu\"><value name=\"seconds\"><block type=\"math_number\" id=\"aFhzb@Q))[H}EOt_1YI1\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"Y-)dY=@{H@*k:4K`nN7f\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\".;Ji~ISOJP/wZ]FfBzPa\"><value name=\"TEXT\"><block type=\"text\" id=\"SS[/CpTp~Sndwf9GD{[/\"><field name=\"TEXT\">Lando, je viens tuer les étoiles et détruire la Terre</field></block></value></block></value><next><block type=\"delay\" id=\"mMm6c2{L2DH;9:rO~LMT\"><value name=\"seconds\"><block type=\"math_number\" id=\"0DYvOmqy3=I%%~GF*+Pg\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"i`BI:-z4I:F![6UTyjkj\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"kvqQ4s2VXQgWec*7B:s[\"><value name=\"TEXT\"><block type=\"text\" id=\"5r40Jf)_k4Icjf[_q)7A\"><field name=\"TEXT\">Non, nous t'en empêcherons</field></block></value></block></value><next><block type=\"delay\" id=\"6xdfXFmK4z*AHJ;(;jQS\"><value name=\"seconds\"><block type=\"math_number\" id=\"8=(ukbf,j]`bIFQn7YS[\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"[DXa/fb3WgpNCE)Wgmmy\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"0@.Y(Y9tx?Dn{J(VGS5b\"><value name=\"TEXT\"><block type=\"text\" id=\"?7eVC+[@M;L8!EeUa=/D\"><field name=\"TEXT\">C'est ce qu'on va voir mouahahah</field></block></value></block></value><next><block type=\"delay\" id=\"W)C#2i~Ez%/R7NuTUDf,\"><value name=\"seconds\"><block type=\"math_number\" id=\"!Gf`1KGq^m,HFfVRqrgs\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"LxVOz941PFQk@vl9[Iq4\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"::{Imxd2`j`nvNi~-bzt\"><value name=\"TEXT\"><block type=\"text\" id=\"VkiQFCCjuqG(52k,Wkfi\"><field name=\"TEXT\">Nous avons mis pleins de piège ahah</field></block></value></block></value></block></statement></block></next></block></statement></block></next></block></statement></block></next></block></statement></block></next></block></statement></block></xml>"},{"position":{"x":-24,"y":2},"code":"var je_vole;\n\n\npersonnage.vole = true;\nje_vole = 2;\ntoujours(fonction () {\n if (personnage.y <= 2) {\n je_vole = 7;\n } else if (personnage.y >= 7) {\n je_vole = 2;\n }personnage.vaVers({x: personnage.x, y: je_vole});\n});\n\nretarder(1 + ' secondes', fonction () {\n personnage.retourneToi();\n});\n\nquand('joueur arrive', fonction () {\n personnage.tire();\n});\n\nquand('est touché', fonction () {\n personnage.disparait();\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"hU+k:g^nvSh@f8nU`{wl\" x=\"-78\" y=\"-663\"><value name=\"variable\"><block type=\"character_variables\" id=\"Ib`qW6oi_VBA%|yp[+.8\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"aorwTF;AIF~v-PXydiBA\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"set_var\" id=\"vU;}HZSxc(7xsX5Rv}GJ\"><field name=\"VARNAME\">je vole</field><value name=\"VARDEFINITION\"><block type=\"math_number\" id=\"T1p]h{+:wBu%y8j57On@\"><field name=\"NUM\">2</field></block></value><next><block type=\"always\" id=\":Z|q;5H`Mc9ab7s[#0J,\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"*,Uh67N(,~Bl:yY/yI^:\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"Qu1;SwlThA6=ybR1h!]0\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"XH/*aCzM(K7^/w4bHW=]\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"3r|_[2CMp@ScJ,q%zT9M\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\";Yd;FyLVimz65S4@yTo]\"><value name=\"variable\"><block type=\"variables_get\" id=\"P#);czZBfTa~rgos!m%)\"><field name=\"VAR\">je vole</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"Kk#:-,4=:dEr-t=@WFuy\"><field name=\"NUM\">7</field></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"EibI0!Kb1Za)F#664(rm\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"*diAa[2zIH+lYR7nkbAY\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"s5huV/XRtB6nq2mxxpG]\"><field name=\"NUM\">7</field></block></value></block></value><statement name=\"DO1\"><block type=\"entities_assignment\" id=\"h-.=b@QC[3R:VH?-ofPo\"><value name=\"variable\"><block type=\"variables_get\" id=\"EnH}h1GTt;Q:OQ=F)kB%\"><field name=\"VAR\">je vole</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"-t)(Q{*w7hrxFd9?uVlH\"><field name=\"NUM\">2</field></block></value></block></statement><next><block type=\"get_entities_character\" id=\"%U#k_bd]P^)@HG5?%};^\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\"[ysbl*pp::cEe5*ejd~=\"><value name=\"POSITION\"><block type=\"point\" id=\"ehYl=gIa`)U[aW|kB:l:\"><value name=\"X\"><block type=\"character_variables\" id=\"1p2W6+;,klcyKJknvdEi\"><field name=\"variable\">x</field></block></value><value name=\"Y\"><block type=\"variables_get\" id=\"8E9GdJR6LAUU,YFT;3^3\"><field name=\"VAR\">je vole</field></block></value></block></value></block></value></block></next></block></statement></block></next></block></next></block><block type=\"delay\" id=\"Ia@LXy,Z:61^jXNno*K8\" x=\"675\" y=\"-286\"><value name=\"seconds\"><block type=\"math_number\" id=\"J2}szph{1bywku?JNliY\"><field name=\"NUM\">1</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"N3aeRWT.F:0;Kt3(0)#a\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"jjLIQB+QH4w[RgPftkVn\"></block></value></block></statement></block><block type=\"gamecode_when\" id=\"Gnhz,Xd9YO=cmqU}k|_4\" x=\"830\" y=\"-110\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"-MAn@wx._nXO0]-^5xBd\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"+AQDQj^mLdj}d{UFa|Ox\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\";)cCU*vD@|aprfP3w.Gj\"></block></value></block></statement></block><block type=\"gamecode_when\" id=\"UMA:SV]h(a@v*OK`:.a_\" x=\"710\" y=\"50\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"h2b8IiYl3B)=`#{FXoBG\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"jL4P,0T}?+++|`UW]u=^\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"disappear\" id=\"LCq}Ua[/8qqaF0GL@u0-\"></block></value></block></statement></block></xml>","type":"character","width":1,"height":2,"id":1},{"position":{"x":-21,"y":2},"code":"var je_vole;\n\n\npersonnage.vole = true;\nje_vole = 2;\ntoujours(fonction () {\n if (personnage.y <= 2) {\n je_vole = 7;\n } else if (personnage.y >= 7) {\n je_vole = 2;\n }personnage.vaVers({x: personnage.x, y: je_vole});\n});\n\nquand('joueur arrive', fonction () {\n personnage.dit('Bouh');\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"hU+k:g^nvSh@f8nU`{wl\" x=\"313\" y=\"-158\"><value name=\"variable\"><block type=\"character_variables\" id=\"Ib`qW6oi_VBA%|yp[+.8\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"aorwTF;AIF~v-PXydiBA\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"set_var\" id=\"vU;}HZSxc(7xsX5Rv}GJ\"><field name=\"VARNAME\">je vole</field><value name=\"VARDEFINITION\"><block type=\"math_number\" id=\"T1p]h{+:wBu%y8j57On@\"><field name=\"NUM\">2</field></block></value><next><block type=\"always\" id=\":Z|q;5H`Mc9ab7s[#0J,\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"*,Uh67N(,~Bl:yY/yI^:\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"Qu1;SwlThA6=ybR1h!]0\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"XH/*aCzM(K7^/w4bHW=]\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"3r|_[2CMp@ScJ,q%zT9M\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\";Yd;FyLVimz65S4@yTo]\"><value name=\"variable\"><block type=\"variables_get\" id=\"P#);czZBfTa~rgos!m%)\"><field name=\"VAR\">je vole</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"Kk#:-,4=:dEr-t=@WFuy\"><field name=\"NUM\">7</field></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"EibI0!Kb1Za)F#664(rm\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"*diAa[2zIH+lYR7nkbAY\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"s5huV/XRtB6nq2mxxpG]\"><field name=\"NUM\">7</field></block></value></block></value><statement name=\"DO1\"><block type=\"entities_assignment\" id=\"h-.=b@QC[3R:VH?-ofPo\"><value name=\"variable\"><block type=\"variables_get\" id=\"EnH}h1GTt;Q:OQ=F)kB%\"><field name=\"VAR\">je vole</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"-t)(Q{*w7hrxFd9?uVlH\"><field name=\"NUM\">2</field></block></value></block></statement><next><block type=\"get_entities_character\" id=\"%U#k_bd]P^)@HG5?%};^\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\"[ysbl*pp::cEe5*ejd~=\"><value name=\"POSITION\"><block type=\"point\" id=\"ehYl=gIa`)U[aW|kB:l:\"><value name=\"X\"><block type=\"character_variables\" id=\"1p2W6+;,klcyKJknvdEi\"><field name=\"variable\">x</field></block></value><value name=\"Y\"><block type=\"variables_get\" id=\"8E9GdJR6LAUU,YFT;3^3\"><field name=\"VAR\">je vole</field></block></value></block></value></block></value></block></next></block></statement></block></next></block></next></block><block type=\"gamecode_when\" id=\"Gnhz,Xd9YO=cmqU}k|_4\" x=\"750\" y=\"30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"-MAn@wx._nXO0]-^5xBd\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"+AQDQj^mLdj}d{UFa|Ox\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"94)%^VLE+-_V@8GxYf7?\"><value name=\"TEXT\"><block type=\"text\" id=\"RfFs1ok8UMA*inPf`X=!\"><field name=\"TEXT\">Bouh</field></block></value></block></value></block></statement></block></xml>","type":"character","width":1,"height":2,"id":2},{"position":{"x":-32,"y":3},"code":"var je_vole;\n\n\npersonnage.vole = true;\nje_vole = 2;\ntoujours(fonction () {\n if (personnage.y <= 2) {\n je_vole = 7;\n } else if (personnage.y >= 7) {\n je_vole = 2;\n }personnage.vaVers({x: personnage.x, y: je_vole});\n});\n\nquand('joueur arrive', fonction () {\n personnage.tire();\n});\n\nquand('est touché', fonction () {\n personnage.disparait();\n});\n","url":"images/game/charactersV2/bugseven/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"hU+k:g^nvSh@f8nU`{wl\" x=\"-78\" y=\"-509\"><value name=\"variable\"><block type=\"character_variables\" id=\"Ib`qW6oi_VBA%|yp[+.8\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"aorwTF;AIF~v-PXydiBA\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"set_var\" id=\"vU;}HZSxc(7xsX5Rv}GJ\"><field name=\"VARNAME\">je vole</field><value name=\"VARDEFINITION\"><block type=\"math_number\" id=\"T1p]h{+:wBu%y8j57On@\"><field name=\"NUM\">2</field></block></value><next><block type=\"always\" id=\":Z|q;5H`Mc9ab7s[#0J,\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"*,Uh67N(,~Bl:yY/yI^:\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"Qu1;SwlThA6=ybR1h!]0\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"XH/*aCzM(K7^/w4bHW=]\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"3r|_[2CMp@ScJ,q%zT9M\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\";Yd;FyLVimz65S4@yTo]\"><value name=\"variable\"><block type=\"variables_get\" id=\"P#);czZBfTa~rgos!m%)\"><field name=\"VAR\">je vole</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"Kk#:-,4=:dEr-t=@WFuy\"><field name=\"NUM\">7</field></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"EibI0!Kb1Za)F#664(rm\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"*diAa[2zIH+lYR7nkbAY\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"s5huV/XRtB6nq2mxxpG]\"><field name=\"NUM\">7</field></block></value></block></value><statement name=\"DO1\"><block type=\"entities_assignment\" id=\"h-.=b@QC[3R:VH?-ofPo\"><value name=\"variable\"><block type=\"variables_get\" id=\"EnH}h1GTt;Q:OQ=F)kB%\"><field name=\"VAR\">je vole</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"-t)(Q{*w7hrxFd9?uVlH\"><field name=\"NUM\">2</field></block></value></block></statement><next><block type=\"get_entities_character\" id=\"%U#k_bd]P^)@HG5?%};^\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\"[ysbl*pp::cEe5*ejd~=\"><value name=\"POSITION\"><block type=\"point\" id=\"ehYl=gIa`)U[aW|kB:l:\"><value name=\"X\"><block type=\"character_variables\" id=\"1p2W6+;,klcyKJknvdEi\"><field name=\"variable\">x</field></block></value><value name=\"Y\"><block type=\"variables_get\" id=\"8E9GdJR6LAUU,YFT;3^3\"><field name=\"VAR\">je vole</field></block></value></block></value></block></value></block></next></block></statement></block></next></block></next></block><block type=\"gamecode_when\" id=\"Gnhz,Xd9YO=cmqU}k|_4\" x=\"830\" y=\"-110\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"-MAn@wx._nXO0]-^5xBd\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"+AQDQj^mLdj}d{UFa|Ox\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\";)cCU*vD@|aprfP3w.Gj\"></block></value></block></statement></block><block type=\"gamecode_when\" id=\"UMA:SV]h(a@v*OK`:.a_\" x=\"710\" y=\"50\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"h2b8IiYl3B)=`#{FXoBG\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"jL4P,0T}?+++|`UW]u=^\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"disappear\" id=\"LCq}Ua[/8qqaF0GL@u0-\"></block></value></block></statement></block></xml>","type":"character","width":1,"height":2,"id":3}],"tiles":[{"position":{"x":0,"y":2},"traversable":false,"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","code":null,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"},{"position":{"x":0,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":1,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":2,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":3,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":4,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":5,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":6,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":7,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":8,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":9,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":10,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":11,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":12,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":13,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":14,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":15,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"position":{"x":16,"y":1},"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","code":null,"traversable":false},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":5,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":10,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-BB.png","type":"wall","position":{"x":-1,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-B.png","type":"wall","position":{"x":-2,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-1,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":0,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-13,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-12,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-13,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-13,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-12,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-13,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-11,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-10,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-11,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-CB.png","type":"wall","position":{"x":-10,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-BC.png","type":"wall","position":{"x":-10,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-BB.png","type":"wall","position":{"x":-11,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-16,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-17,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-17,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-16,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-33,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-B.png","type":"wall","position":{"x":-26,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-B.png","type":"wall","position":{"x":-28,"y":3},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/poubelle.png","position":{"x":-29,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":-21,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":-30,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/poubelle.png","position":{"x":-22,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"B/PNONOtQ)m=9fVme[u*\" x=\"-78\" y=\"-432\"><value name=\"variable\"><block type=\"object_variables\" id=\"o+w(uqQDpV-Q%HFy#yin\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"`4h,XB/}ZlGcqWNklQpg\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","code":"objet.traversable = false;\n"},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-19,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-5,"y":3},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/poubelle.png","position":{"x":0,"y":7},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":3,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/poubelle.png","position":{"x":7,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":11,"y":3},"traversable":true},{"url":"images/game/blocks/stone/ROCHE-A.png","type":"wall","position":{"x":-7,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE.png","type":"wall","position":{"x":-6,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE.png","type":"wall","position":{"x":-9,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-AB.png","type":"wall","position":{"x":-12,"y":5},"traversable":false,"code":null},{"url":"images/game/bonus/poubelle.png","type":"item","code":"objet;\nobjet.donne pièce = 30;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"get_entities_object\" id=\"QxYSlvZ7YL22XF5Qcnnp\" x=\"365\" y=\"200\"><field name=\"NAME\">objet</field><next><block type=\"entities_assignment\" id=\"%u`G[Be68,k}B#O0gH7P\"><value name=\"variable\"><block type=\"object_variables\" id=\"A`w/q^9odhB)H=ZhEd0_\"><field name=\"variable\">donne pièce</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"?kar-6^d2n6`;c#AB*:e\"><field name=\"NUM\">30</field></block></value></block></next></block></xml>","traversable":true,"position":{"x":-12,"y":3}},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-15,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-BA.png","type":"wall","position":{"x":-13,"y":5},"traversable":false,"code":null},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","position":{"x":11,"y":8},"traversable":true},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","position":{"x":9,"y":9},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","position":{"x":12,"y":6},"traversable":true},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","position":{"x":10,"y":8},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","position":{"x":-4,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"F/l-O%#.~Bmc#lLL-~Hb\" x=\"-116\" y=\"-47\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"E6(EH{%shu7,B;6,bNTV\"></block></value><statement name=\"BODY\"><block type=\"get_entities_player\" id=\"V7L5fwC)(.Fd|S.4Csq;\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"=9zhPCSVe9M5ZJYL5Ze8\"><value name=\"TEXT\"><block type=\"text\" id=\"7pot5;r!kvza%IXPC`zA\"><field name=\"TEXT\">Oh non, impossible de la prendre, pfff</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n joueur.dit('Oh non, impossible de la prendre, pfff');\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"gravite = 15;\nquand('joueur arrive', fonction () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"-116\" y=\"-47\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">15</field></block></value></block><block type=\"gamecode_when\" id=\"LXT0j_TUCzm;ZS6hxKII\" x=\"310\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"0GD6Py=xL^3p^HZIvQZO\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"D2ADbm!?.yX#b[L*QNt3\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"+Tky7?A=OF,WP_a{C++4\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-10,"y":4}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"gravite = 15;\nquand('joueur arrive', fonction () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"-365\" y=\"-47\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">15</field></block></value></block><block type=\"gamecode_when\" id=\"LXT0j_TUCzm;ZS6hxKII\" x=\"310\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"0GD6Py=xL^3p^HZIvQZO\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"D2ADbm!?.yX#b[L*QNt3\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"+Tky7?A=OF,WP_a{C++4\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-2,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"gravite = 15;\nquand('joueur arrive', fonction () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"226\" y=\"-47\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">15</field></block></value></block><block type=\"gamecode_when\" id=\"LXT0j_TUCzm;ZS6hxKII\" x=\"310\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"0GD6Py=xL^3p^HZIvQZO\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"D2ADbm!?.yX#b[L*QNt3\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"+Tky7?A=OF,WP_a{C++4\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-18,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"gravite = 15;\nquand('joueur arrive', fonction () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"1784\" y=\"-158\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">15</field></block></value></block><block type=\"gamecode_when\" id=\"LXT0j_TUCzm;ZS6hxKII\" x=\"310\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"0GD6Py=xL^3p^HZIvQZO\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"D2ADbm!?.yX#b[L*QNt3\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"+Tky7?A=OF,WP_a{C++4\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-26,"y":3}},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur arrive', fonction () {\n victoire();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"L%`H10pN;yuUiKu0_zo%\" x=\"263\" y=\"142\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"9`_j482[]Fjc)IHLr~|+\"></block></value><statement name=\"BODY\"><block type=\"victory\" id=\"Of]%#+dDa*qIs9ulLR)r\"></block></statement></block></xml>","traversable":true,"position":{"x":-33,"y":4}},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-6,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"gravite = 15;\nquand('joueur arrive', fonction () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"-365\" y=\"-47\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">15</field></block></value></block><block type=\"gamecode_when\" id=\"LXT0j_TUCzm;ZS6hxKII\" x=\"310\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"0GD6Py=xL^3p^HZIvQZO\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"D2ADbm!?.yX#b[L*QNt3\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"+Tky7?A=OF,WP_a{C++4\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-15,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"gravite = 15;\nquand('joueur arrive', fonction () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"-3427\" y=\"-1576\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">15</field></block></value></block><block type=\"gamecode_when\" id=\"LXT0j_TUCzm;ZS6hxKII\" x=\"310\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"0GD6Py=xL^3p^HZIvQZO\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"D2ADbm!?.yX#b[L*QNt3\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"+Tky7?A=OF,WP_a{C++4\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-30,"y":4}},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","position":{"x":-24,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","position":{"x":-20,"y":8},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\";4L-tr=)G-?*eLe._k(!\" x=\"313\" y=\"-158\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"V!tZcU2ha;=Y]rOODHO~\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"y)}sXCl)#fjIG=/S]Wn(\"><value name=\"variable\"><block type=\"player_variables\" id=\"YRUP,6KdAxnEhr)Q{Us)\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"*Ym~fH,Bj*3[Btr(s3(w\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\")8AoknB_W98*agDdVqYo\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")^,-=G4Em2-FI?cdYnMs\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"`n6@rX6Gtr|4ezaR`-%`\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"BO/!BT(FRbWI}vi/S1o:\"></block></value></block></next></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","position":{"x":-22,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"c[*%A!{!(eev^RUmk.9s\" x=\"1390\" y=\"90\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Rw`{+q3X5CtMB}lGQ/vi\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\":z34gRP!;PW}jpJ)^L2[\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"iVt#PZ5bDl[%Do|/p,]q\"></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.disparait();\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","position":{"x":-17,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"%|-u|04Hq?i6l-b36}ZD\" x=\"590\" y=\"110\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"e:7/{j-n3Vbs*WRQI;C[\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"J#R@0NWzM!:j;ByNk~3(\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"R*;D7(BoJs@}~+LB[vY2\"><value name=\"TEXT\"><block type=\"text\" id=\"kWu]HDQHW:O/bwZv,V!m\"><field name=\"TEXT\">Mais c'est une blague rooo non</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('Mais c\\'est une blague rooo non');\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","position":{"x":-10,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"sJ9JK5-F:S,fqUl,Ddac\" x=\"550\" y=\"110\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"^)*v(3@dVXP_nVpAt;-y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"M!tIWfPrxg+;8ccMVTr[\"><value name=\"variable\"><block type=\"player_variables\" id=\"|[lE;*rH`G8hnO-q@z7d\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"#X]{*9PDHxI4d3]cp{fS\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"P8;V^7Z.+DTu+0ZuU%qg\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"*W8snNZ__|FXo6|#z19U\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Q8~#(4~Tdw^}Yz7Z2ilc\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"e*vyHr*8U@kD?x+O`aO)\"></block></value></block></next></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.dit('Pas grave, ma bombe va suffir à tout exploser hihi');\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"ZoZIsE`v@)feXdW12n@*\" x=\"329\" y=\"-158\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\":2#llR5q(@FCd%@Y}Ru^\"></block></value><statement name=\"BODY\"><block type=\"get_entities_player\" id=\"D#vg33j_3J@kQ8*|U#gP\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"2LBWh@@Cg8yB*SefDE--\"><value name=\"TEXT\"><block type=\"text\" id=\"yTm8_xt!9-W8[+Y0toj`\"><field name=\"TEXT\">Pas grave, ma bombe va suffir à tout exploser hihi</field></block></value></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-27,"y":7}},{"url":"images/game/bonus/depart.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-33,"y":8}},{"url":"images/game/bonus/arrivee.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-30,"y":8}},{"url":"images/game/blocks/stone/ROCHE-A.png","type":"wall","position":{"x":-24,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-A.png","type":"wall","position":{"x":-21,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-A.png","type":"wall","position":{"x":-30,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-A.png","type":"wall","position":{"x":-32,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-23,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\";4L-tr=)G-?*eLe._k(!\" x=\"40\" y=\"-220\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"V!tZcU2ha;=Y]rOODHO~\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"y)}sXCl)#fjIG=/S]Wn(\"><value name=\"variable\"><block type=\"player_variables\" id=\"YRUP,6KdAxnEhr)Q{Us)\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"*Ym~fH,Bj*3[Btr(s3(w\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\")8AoknB_W98*agDdVqYo\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")^,-=G4Em2-FI?cdYnMs\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"`n6@rX6Gtr|4ezaR`-%`\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"BO/!BT(FRbWI}vi/S1o:\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-25,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","type":"item","code":"quand('joueur arrive', function () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\";4L-tr=)G-?*eLe._k(!\" x=\"313\" y=\"-158\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"V!tZcU2ha;=Y]rOODHO~\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"y)}sXCl)#fjIG=/S]Wn(\"><value name=\"variable\"><block type=\"player_variables\" id=\"YRUP,6KdAxnEhr)Q{Us)\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"*Ym~fH,Bj*3[Btr(s3(w\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\")8AoknB_W98*agDdVqYo\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")^,-=G4Em2-FI?cdYnMs\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"`n6@rX6Gtr|4ezaR`-%`\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"BO/!BT(FRbWI}vi/S1o:\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-25,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\";4L-tr=)G-?*eLe._k(!\" x=\"40\" y=\"-220\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"V!tZcU2ha;=Y]rOODHO~\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"y)}sXCl)#fjIG=/S]Wn(\"><value name=\"variable\"><block type=\"player_variables\" id=\"YRUP,6KdAxnEhr)Q{Us)\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"*Ym~fH,Bj*3[Btr(s3(w\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\")8AoknB_W98*agDdVqYo\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")^,-=G4Em2-FI?cdYnMs\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"`n6@rX6Gtr|4ezaR`-%`\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"BO/!BT(FRbWI}vi/S1o:\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-28,"y":4}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","type":"item","code":"quand('joueur arrive', function () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\";4L-tr=)G-?*eLe._k(!\" x=\"313\" y=\"-158\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"V!tZcU2ha;=Y]rOODHO~\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"y)}sXCl)#fjIG=/S]Wn(\"><value name=\"variable\"><block type=\"player_variables\" id=\"YRUP,6KdAxnEhr)Q{Us)\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"*Ym~fH,Bj*3[Btr(s3(w\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\")8AoknB_W98*agDdVqYo\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")^,-=G4Em2-FI?cdYnMs\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"`n6@rX6Gtr|4ezaR`-%`\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"BO/!BT(FRbWI}vi/S1o:\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-24,"y":9}}],"player":{"urls":{"head":"images/game/players/elf/","body":"images/game/players/elf/","bullet":"images/game/players/elf/"},"position":{"x":3,"y":2},"type":"player","width":1,"height":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"wP`jdWR5+*O2,lx2~Ec{\" x=\"507\" y=\"-84\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"aYoVB7eybz-m,Ie,2DU;\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"KQVk%XRY(i2@#?si`!DI\"><value name=\"variable\"><block type=\"player_variables\" id=\"_W[eB}Z?Qva]7Y0Fx88b\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"zO]`b,urg~;+Z{%lQ~p.\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"IHr,fRy8zQ3|Q+f!S:B7\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"Ybgc{#_0sd(~|STy~s3s\"><field name=\"NUM\">1</field></block></value></block></value></block></statement></block><block type=\"entities_assignment\" id=\"eH.9kLZQo]F01GEoIVAZ\" x=\"510\" y=\"70\"><value name=\"variable\"><block type=\"player_variables\" id=\"P;*oh*NA%G_BX#(x[jKq\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"+%ozC:C8%h`Lz.IFcRJ=\"><field name=\"NUM\">5</field></block></value><next><block type=\"entities_assignment\" id=\"3f*NM`,7%|}[z?w++8/K\"><value name=\"variable\"><block type=\"player_variables\" id=\"M4(6y?0=bYK{S~z4%7#x\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"O2!g1#4Yk%TpkY+dEl?/\"><field name=\"NUM\">0</field></block></value></block></next></block></xml>","code":"quand('est touché', fonction () {\n joueur.vie = (joueur.vie-1);\n});\n\njoueur.vie = 5;\njoueur.cadenceDeTir = 0;\n"},"endGame":{"wallpaper":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-earth-683436_1920.jpg","winText":"j'ai réussi à la détruire","loseText":"c'est horrible :("},"sounds":{"music":"sounds/musics/feel_good","win":"sounds/win/01","loose":"sounds/loose/01","items":"sounds/bonus/01"},"soundEnable":false,"name":"Test","goal":"Finir le niveau","generalScript":"gravite = 5;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"-78\" y=\"-509\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">5</field></block></value></block></xml>","code":"","assetsLibrary":{"backgrounds":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-earth-683436_1920.jpg"],"items":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile 6.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-météore.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile3.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile7.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile4.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/10197/10197-étoile5.png"]},"customBlocklyDropdowns":{"item":[["donne pièce","donne pièce"]],"character":[["suivre","suivre"]]},"needed":true}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

Nos partenaires GameCode