sans titre

Mission: 
Mission 2
Contenu: 
{"backgroundUrl":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11235/11235-yannis-papanastasopoulos-340526-unsplash.jpg","characters":[{"position":{"x":45,"y":2},"code":"personnage.retourneToi();\npersonnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.tire();\n});\n","url":"images/game/characters/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"get_entities_character\" id=\"sZh%Zq@l%}1SA62%B/x[\" x=\"300\" y=\"171\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"T[|WVxu8zB];^sbDUa@n\"></block></value><next><block type=\"entities_assignment\" id=\"J|PN~dVch|!5rc%5}KgF\"><value name=\"variable\"><block type=\"character_variables\" id=\"r5Za/jOZoP0wwEFO5fm6\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[t[czREfkxnM/z(x9,KA\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"-~rzS)ymjnQ?kd!JyEi+\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"|7W#p#^|fRVKo#+]{6V7\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"1Y]-Yp=V(t*5/{8k=N;+\"></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":0},{"position":{"x":22,"y":8},"code":"personnage.retourneToi();\npersonnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.tire();\n});\n","url":"images/game/characters/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"get_entities_character\" id=\"aV;J9S{6kqN(8H(J3MwX\" x=\"301\" y=\"170\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"vRi%#IkkKT9y5MK~h]Wu\"></block></value><next><block type=\"entities_assignment\" id=\"J|PN~dVch|!5rc%5}KgF\"><value name=\"variable\"><block type=\"character_variables\" id=\"r5Za/jOZoP0wwEFO5fm6\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[t[czREfkxnM/z(x9,KA\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"-~rzS)ymjnQ?kd!JyEi+\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"|7W#p#^|fRVKo#+]{6V7\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"7J8Q)^cB*+MoEUTRLjF~\"></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":1},{"position":{"x":37,"y":8},"code":"personnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.tire();\n});\n","url":"images/game/characters/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"J|PN~dVch|!5rc%5}KgF\" x=\"301\" y=\"170\"><value name=\"variable\"><block type=\"character_variables\" id=\"r5Za/jOZoP0wwEFO5fm6\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[t[czREfkxnM/z(x9,KA\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"-~rzS)ymjnQ?kd!JyEi+\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"|7W#p#^|fRVKo#+]{6V7\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"1Y]-Yp=V(t*5/{8k=N;+\"></block></value></block></statement></block></next></block></xml>","type":"character","width":1,"height":2,"id":2},{"position":{"x":58,"y":6},"code":"personnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.tire();\n});\npersonnage.retourneToi();\n","url":"images/game/characters/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"J|PN~dVch|!5rc%5}KgF\" x=\"300\" y=\"170\"><value name=\"variable\"><block type=\"character_variables\" id=\"r5Za/jOZoP0wwEFO5fm6\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[t[czREfkxnM/z(x9,KA\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"-~rzS)ymjnQ?kd!JyEi+\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"|7W#p#^|fRVKo#+]{6V7\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"1Y]-Yp=V(t*5/{8k=N;+\"></block></value></block></statement><next><block type=\"get_entities_character\" id=\"LRl)sqGZxhQh^]ePs#kS\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"H5[}UtEFe[CjGbFw|d),\"></block></value></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":3},{"position":{"x":28,"y":2},"url":"images/game/charactersV2/bugheight/","code":"personnage.vole = true;\ntoujours(fonction () {\n if (personnage.y >= 8) {\n personnage.vaVers({x: personnage.x, y: 2});\n } else if (personnage.y <= 2) {\n personnage.vaVers({x: personnage.x, y: 8});\n }});\nquand('joueur arrive', fonction () {\n if (joueur.invincibilité === false) {\n joueur.vie = (joueur.vie-1);\n } else if (joueur.invincibilité === true) {\n joueur.dit('Je suis invincible !');\n }});\n","width":1,"height":2,"type":"character","id":4,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"QR-vgE`d+kxPGm]ApxXR\" x=\"300\" y=\"170\"><value name=\"variable\"><block type=\"character_variables\" id=\":UbvEA[:ru[/mpxgGf{{\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"cBQ=hSaphO::ZuI{VJz9\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"Yrm8`8,BS=d-7l_V;**.\"><statement name=\"BODY\"><block type=\"condition_if\" id=\".Ks|MSDvlMl(561;VHqF\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"AI_y~Qu;]@VZ#euNbu=8\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"z+)H~jmPJ%v*JJ[K_b_H\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"Wi/Q,RvJ?Nkr7Vgo*^2;\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_character\" id=\"zOTd2syrqCU##LB-qQn.\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\"c0KLIMP(xHw/x{fpf3Z1\"><value name=\"POSITION\"><block type=\"point\" id=\";-LxI!=ed?lV=u7:*K-o\"><value name=\"X\"><block type=\"character_variables\" id=\"#puJ(E}jN~T94nD.:OGD\"><field name=\"variable\">x</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"*qd{]WxBxS=#8ZT17Z^i\"><field name=\"NUM\">2</field></block></value></block></value></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\";{)8yX!j8;7`|chC^:HR\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"9qQ@:LuEpJwpeC^g[VBq\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"F]zj|2N`ckNl|pH0-)g*\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO1\"><block type=\"get_entities_character\" id=\"#;-f12FDH:s`XHYaJr9`\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\"iDK()Xo4ij%U-~tF]II]\"><value name=\"POSITION\"><block type=\"point\" id=\"xF#K}V-vU7[_#s,gm}RB\"><value name=\"X\"><block type=\"character_variables\" id=\"w[-Msj(=jC4N(v*BP0u5\"><field name=\"variable\">x</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"[fy#n.SwGd]h.Rn)xP4F\"><field name=\"NUM\">8</field></block></value></block></value></block></value></block></statement></block></statement><next><block type=\"gamecode_when\" id=\"Tw#tY4sQ)@@ai=Rq8MJf\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\".zz}c-,/~KJ-SNz@nm`G\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"wp#nuCwRb=8|jL[/[5;O\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"@@Dz%(v-NfkY#W9/wB[=\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"q^~/=)Z/6J*O2qytIq;z\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"!q7V6`ft~V)s[#97t4)j\"><field name=\"BOOL\">FALSE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"-C5~S%EtC_UtGS/_kM,.\"><value name=\"variable\"><block type=\"player_variables\" id=\"Pzafhe_#SQhz6v99Imm/\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"D0am*/qseb7xt5:gNn2|\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"JjtVZDAAV01IVZ[k|jHv\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"k[HBfbcBKVd|{b_VYfDa\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"V86L6)c.@!t^nkdbhitL\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"@EJ.d-5I-DFwHGkyG@KF\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"h/Y;Z50eA8fr-1B0N,#d\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO1\"><block type=\"get_entities_player\" id=\"2@?TiMZRlq^X~vwz09.V\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"jh5rQ-H=34XUa(6:zEWf\"><value name=\"TEXT\"><block type=\"text\" id=\"?B|Ob|0,[aTQAP8)jJ6p\"><field name=\"TEXT\">Je suis invincible !</field></block></value></block></value></block></statement></block></statement></block></next></block></next></block></xml>"},{"position":{"x":10,"y":2},"code":"toujours(fonction () {\n personnage.avance();\n quand('est bloqué', fonction () {\n personnage.retourneToi();\n });\n});\nquand('joueur arrive', fonction () {\n if (joueur.invincibilité === false) {\n joueur.vie = (joueur.vie-1);\n } else if (joueur.invincibilité === true) {\n joueur.dit('Je suis invincible !');\n }});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\"Yrm8`8,BS=d-7l_V;**.\" x=\"301\" y=\"170\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"ip%vXhhz`i5l{2_vBw#o\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"SFquLy~]:V[qB36RrA@Q\"></block></value><next><block type=\"gamecode_when\" id=\"8#l;FF@m@S.OyrS3=#Di\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"-t*l~:c4t;C_#%kn,Kt6\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"W/dl1]i:t:uuG9|i-6,W\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"%]`3J}4--)557u0t3M[h\"></block></value></block></statement></block></next></block></statement><next><block type=\"gamecode_when\" id=\"Tw#tY4sQ)@@ai=Rq8MJf\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\".zz}c-,/~KJ-SNz@nm`G\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"wp#nuCwRb=8|jL[/[5;O\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"@@Dz%(v-NfkY#W9/wB[=\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"q^~/=)Z/6J*O2qytIq;z\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"!q7V6`ft~V)s[#97t4)j\"><field name=\"BOOL\">FALSE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"-C5~S%EtC_UtGS/_kM,.\"><value name=\"variable\"><block type=\"player_variables\" id=\"Pzafhe_#SQhz6v99Imm/\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"D0am*/qseb7xt5:gNn2|\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"JjtVZDAAV01IVZ[k|jHv\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"k[HBfbcBKVd|{b_VYfDa\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"V86L6)c.@!t^nkdbhitL\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"@EJ.d-5I-DFwHGkyG@KF\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"h/Y;Z50eA8fr-1B0N,#d\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO1\"><block type=\"get_entities_player\" id=\"2@?TiMZRlq^X~vwz09.V\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"jh5rQ-H=34XUa(6:zEWf\"><value name=\"TEXT\"><block type=\"text\" id=\"?B|Ob|0,[aTQAP8)jJ6p\"><field name=\"TEXT\">Je suis invincible !</field></block></value></block></value></block></statement></block></statement></block></next></block></xml>","type":"character","width":1,"height":2,"id":5},{"position":{"x":61,"y":2},"code":"personnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.avance();\n personnage.tire();\n quand('est bloqué', fonction () {\n personnage.retourneToi();\n });\n});\nquand('joueur arrive', fonction () {\n if (joueur.invincibilité === false) {\n joueur.vie = (joueur.vie-1);\n } else if (joueur.invincibilité === true) {\n joueur.dit('Je suis invincible !');\n }});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"Ht(AQt|^vk|s:EBjMMA#\" x=\"300\" y=\"170\"><value name=\"variable\"><block type=\"character_variables\" id=\"KT[%*zK+4/QgXJd[:!S#\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"lC174K:pZxr1%e~^?h-.\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"Yrm8`8,BS=d-7l_V;**.\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"ip%vXhhz`i5l{2_vBw#o\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"SFquLy~]:V[qB36RrA@Q\"></block></value><next><block type=\"get_entities_character\" id=\"f=)l%Yx;%L(5W7ki0|]/\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"xu9OUoH9^Z;VPBu.rnYB\"></block></value><next><block type=\"gamecode_when\" id=\"8#l;FF@m@S.OyrS3=#Di\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"-t*l~:c4t;C_#%kn,Kt6\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"W/dl1]i:t:uuG9|i-6,W\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"%]`3J}4--)557u0t3M[h\"></block></value></block></statement></block></next></block></next></block></statement><next><block type=\"gamecode_when\" id=\"Tw#tY4sQ)@@ai=Rq8MJf\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\".zz}c-,/~KJ-SNz@nm`G\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"wp#nuCwRb=8|jL[/[5;O\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"@@Dz%(v-NfkY#W9/wB[=\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"q^~/=)Z/6J*O2qytIq;z\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"!q7V6`ft~V)s[#97t4)j\"><field name=\"BOOL\">FALSE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"-C5~S%EtC_UtGS/_kM,.\"><value name=\"variable\"><block type=\"player_variables\" id=\"Pzafhe_#SQhz6v99Imm/\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"D0am*/qseb7xt5:gNn2|\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"JjtVZDAAV01IVZ[k|jHv\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"k[HBfbcBKVd|{b_VYfDa\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"V86L6)c.@!t^nkdbhitL\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"@EJ.d-5I-DFwHGkyG@KF\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"h/Y;Z50eA8fr-1B0N,#d\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO1\"><block type=\"get_entities_player\" id=\"2@?TiMZRlq^X~vwz09.V\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"jh5rQ-H=34XUa(6:zEWf\"><value name=\"TEXT\"><block type=\"text\" id=\"?B|Ob|0,[aTQAP8)jJ6p\"><field name=\"TEXT\">Je suis invincible !</field></block></value></block></value></block></statement></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":6},{"position":{"x":69,"y":7},"code":"personnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.tire();\n});\n","url":"images/game/characters/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"J|PN~dVch|!5rc%5}KgF\" x=\"294\" y=\"308\"><value name=\"variable\"><block type=\"character_variables\" id=\"r5Za/jOZoP0wwEFO5fm6\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[t[czREfkxnM/z(x9,KA\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"-~rzS)ymjnQ?kd!JyEi+\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"|7W#p#^|fRVKo#+]{6V7\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"1Y]-Yp=V(t*5/{8k=N;+\"></block></value></block></statement></block></next></block></xml>","type":"character","width":1,"height":2,"id":7},{"position":{"x":84,"y":8},"code":"personnage.cadenceDeTir = 0.7;\ntoujours(fonction () {\n personnage.tire();\n});\n","url":"images/game/characters/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"J|PN~dVch|!5rc%5}KgF\" x=\"315\" y=\"749\"><value name=\"variable\"><block type=\"character_variables\" id=\"r5Za/jOZoP0wwEFO5fm6\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[t[czREfkxnM/z(x9,KA\"><field name=\"NUM\">0.7</field></block></value><next><block type=\"always\" id=\"-~rzS)ymjnQ?kd!JyEi+\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"|7W#p#^|fRVKo#+]{6V7\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"1Y]-Yp=V(t*5/{8k=N;+\"></block></value></block></statement></block></next></block></xml>","type":"character","width":1,"height":2,"id":8},{"position":{"x":76,"y":2},"code":"personnage.cadenceDeTir = 1;\ntoujours(fonction () {\n personnage.avance();\n personnage.tire();\n quand('est bloqué', fonction () {\n personnage.retourneToi();\n });\n});\nquand('joueur arrive', fonction () {\n if (joueur.invincibilité === false) {\n joueur.vie = (joueur.vie-1);\n } else if (joueur.invincibilité === true) {\n joueur.dit('Je suis invincible !');\n }});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"Ht(AQt|^vk|s:EBjMMA#\" x=\"294\" y=\"170\"><value name=\"variable\"><block type=\"character_variables\" id=\"KT[%*zK+4/QgXJd[:!S#\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"lC174K:pZxr1%e~^?h-.\"><field name=\"NUM\">1</field></block></value><next><block type=\"always\" id=\"Yrm8`8,BS=d-7l_V;**.\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"ip%vXhhz`i5l{2_vBw#o\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"SFquLy~]:V[qB36RrA@Q\"></block></value><next><block type=\"get_entities_character\" id=\"f=)l%Yx;%L(5W7ki0|]/\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"xu9OUoH9^Z;VPBu.rnYB\"></block></value><next><block type=\"gamecode_when\" id=\"8#l;FF@m@S.OyrS3=#Di\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"-t*l~:c4t;C_#%kn,Kt6\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"W/dl1]i:t:uuG9|i-6,W\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"%]`3J}4--)557u0t3M[h\"></block></value></block></statement></block></next></block></next></block></statement><next><block type=\"gamecode_when\" id=\"Tw#tY4sQ)@@ai=Rq8MJf\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\".zz}c-,/~KJ-SNz@nm`G\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"wp#nuCwRb=8|jL[/[5;O\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"@@Dz%(v-NfkY#W9/wB[=\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"q^~/=)Z/6J*O2qytIq;z\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"!q7V6`ft~V)s[#97t4)j\"><field name=\"BOOL\">FALSE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"-C5~S%EtC_UtGS/_kM,.\"><value name=\"variable\"><block type=\"player_variables\" id=\"Pzafhe_#SQhz6v99Imm/\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"D0am*/qseb7xt5:gNn2|\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"JjtVZDAAV01IVZ[k|jHv\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"k[HBfbcBKVd|{b_VYfDa\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"V86L6)c.@!t^nkdbhitL\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"@EJ.d-5I-DFwHGkyG@KF\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"h/Y;Z50eA8fr-1B0N,#d\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO1\"><block type=\"get_entities_player\" id=\"2@?TiMZRlq^X~vwz09.V\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"jh5rQ-H=34XUa(6:zEWf\"><value name=\"TEXT\"><block type=\"text\" id=\"?B|Ob|0,[aTQAP8)jJ6p\"><field name=\"TEXT\">Je suis invincible !</field></block></value></block></value></block></statement></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":9},{"position":{"x":87,"y":2},"code":"personnage.cadenceDeTir = 1;\ntoujours(fonction () {\n personnage.avance();\n personnage.tire();\n quand('est bloqué', fonction () {\n personnage.retourneToi();\n });\n});\nquand('joueur arrive', fonction () {\n if (joueur.invincibilité === false) {\n joueur.vie = (joueur.vie-1);\n } else if (joueur.invincibilité === true) {\n joueur.dit('Je suis invincible !');\n }});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"Ht(AQt|^vk|s:EBjMMA#\" x=\"301\" y=\"170\"><value name=\"variable\"><block type=\"character_variables\" id=\"KT[%*zK+4/QgXJd[:!S#\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"lC174K:pZxr1%e~^?h-.\"><field name=\"NUM\">1</field></block></value><next><block type=\"always\" id=\"Yrm8`8,BS=d-7l_V;**.\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"ip%vXhhz`i5l{2_vBw#o\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"SFquLy~]:V[qB36RrA@Q\"></block></value><next><block type=\"get_entities_character\" id=\"f=)l%Yx;%L(5W7ki0|]/\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"xu9OUoH9^Z;VPBu.rnYB\"></block></value><next><block type=\"gamecode_when\" id=\"8#l;FF@m@S.OyrS3=#Di\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"-t*l~:c4t;C_#%kn,Kt6\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"W/dl1]i:t:uuG9|i-6,W\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"%]`3J}4--)557u0t3M[h\"></block></value></block></statement></block></next></block></next></block></statement><next><block type=\"gamecode_when\" id=\"Tw#tY4sQ)@@ai=Rq8MJf\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\".zz}c-,/~KJ-SNz@nm`G\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"wp#nuCwRb=8|jL[/[5;O\"><mutation elseif=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"@@Dz%(v-NfkY#W9/wB[=\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"q^~/=)Z/6J*O2qytIq;z\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"!q7V6`ft~V)s[#97t4)j\"><field name=\"BOOL\">FALSE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"-C5~S%EtC_UtGS/_kM,.\"><value name=\"variable\"><block type=\"player_variables\" id=\"Pzafhe_#SQhz6v99Imm/\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"D0am*/qseb7xt5:gNn2|\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"JjtVZDAAV01IVZ[k|jHv\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"k[HBfbcBKVd|{b_VYfDa\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><value name=\"IF1\"><block type=\"compare\" id=\"V86L6)c.@!t^nkdbhitL\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"@EJ.d-5I-DFwHGkyG@KF\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"h/Y;Z50eA8fr-1B0N,#d\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO1\"><block type=\"get_entities_player\" id=\"2@?TiMZRlq^X~vwz09.V\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"jh5rQ-H=34XUa(6:zEWf\"><value name=\"TEXT\"><block type=\"text\" id=\"?B|Ob|0,[aTQAP8)jJ6p\"><field name=\"TEXT\">Je suis invincible !</field></block></value></block></value></block></statement></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":10}],"tiles":[{"position":{"x":0,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":1,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":2,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":3,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":4,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":5,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":6,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":7,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":8,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":9,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":10,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":11,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":12,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","code":null,"traversable":false},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":0,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":24,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":23,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":25,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":22,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":23,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":24,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":25,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":26,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":28,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":29,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":32,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":33,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":34,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":49,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":50,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":51,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":52,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":53,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":55,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":56,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":57,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":13,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":15,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":14,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":13,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":13,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":16,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":17,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":18,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":19,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":20,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":21,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":22,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":13,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":14,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":11,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":12,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":12,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":14,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":14,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":16,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":17,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":20,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":26,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":25,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":25,"y":3},"traversable":false,"code":null},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-pearl-654950_1920.png","position":{"x":24,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"|3u980;Lk]zkL8`.V0#?\" x=\"300\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Yb-F4}4;`aQn21Wv-c1O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"^?k;[zfyE4mB^a|#)kyh\"><value name=\"variable\"><block type=\"player_variables\" id=\"~H1B?#m~Mnuvp=5N]4/5\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"QXJ8|.)N@iG98tcyRf*L\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"delay\" id=\"fW-X|c]a?;KQP`f71Jl=\"><value name=\"seconds\"><block type=\"math_number\" id=\"?=SI+t+iB}j!D/@e4w2[\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"entities_assignment\" id=\"}TS2q,[h+X8u8kNYy8B4\"><value name=\"variable\"><block type=\"player_variables\" id=\"#[H3m|_kn|Jhlhe6JW@0\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"va9%N{r!]^*!/wQNr`^W\"><field name=\"BOOL\">FALSE</field></block></value></block></statement><next><block type=\"get_entities_object\" id=\"(u^[*^?+^5fa`mNOC_dm\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"[A-q%njQ%kr7m254|r}s\"></block></value></block></next></block></next></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n joueur.invincibilité = true;\n retarder(3 + ' secondes', fonction () {\n joueur.invincibilité = false;\n });\n objet.disparait();\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":23,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":22,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":19,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":31,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":35,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":36,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":38,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":37,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":39,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":40,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":41,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":42,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":43,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":44,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":45,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":46,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":47,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-blue-2027754.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=\"[DJII4k`rSZIh8.J`Rl1\" x=\"301\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"Kc^|#C9Ws`HhH`u2QCby\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"uB([3poc;;Sf!G2j;Cr5\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"NYS=A^4XcI{ftF1cgyOr\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"BX0VN-)Ti*Hoiv%eCJQx\"><value name=\"variable\"><block type=\"player_variables\" id=\"sXAUb[nRqYG~d8Ia|}h*\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\";3Ahb6Eor6gjNW{`due=\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"OL0/5R2H93P4hkXReZf;\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")Q~-p~t:XObD9GC.R!h6\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"GDg[a9E^tgUIAASSKsIO\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"=Imt64E=UKBnxVG^0F*t\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"twB{Ji)M*HWF+9+,Qoar\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"fdwAEcliR#7FyTXqql)M\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"`u#pNdFe/IlVNDQIXc4#\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"v!mqv/9Ml/o)#UKf;|HR\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"Z5eYkg3A7URoesyV}4z[\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":10,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":29,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":30,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":31,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":32,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":36,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":37,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":48,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":49,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":50,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":51,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":59,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":60,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":61,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":62,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":64,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":65,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":23,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":38,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":34,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":45,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":44,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":43,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":42,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":41,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-pearl-654950_1920.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.invincibilité = true;\n retarder(3 + ' secondes', fonction () {\n joueur.invincibilité = false;\n });\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"|3u980;Lk]zkL8`.V0#?\" x=\"300\" y=\"171\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Yb-F4}4;`aQn21Wv-c1O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"^?k;[zfyE4mB^a|#)kyh\"><value name=\"variable\"><block type=\"player_variables\" id=\"~H1B?#m~Mnuvp=5N]4/5\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"QXJ8|.)N@iG98tcyRf*L\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"delay\" id=\"fW-X|c]a?;KQP`f71Jl=\"><value name=\"seconds\"><block type=\"math_number\" id=\"?=SI+t+iB}j!D/@e4w2[\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"entities_assignment\" id=\"}TS2q,[h+X8u8kNYy8B4\"><value name=\"variable\"><block type=\"player_variables\" id=\"#[H3m|_kn|Jhlhe6JW@0\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"va9%N{r!]^*!/wQNr`^W\"><field name=\"BOOL\">FALSE</field></block></value></block></statement><next><block type=\"get_entities_object\" id=\"(u^[*^?+^5fa`mNOC_dm\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"[A-q%njQ%kr7m254|r}s\"></block></value></block></next></block></next></block></statement></block></xml>","traversable":true,"position":{"x":43,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":44,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":39,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-cartoon-2027752.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=\"si:?qOG}f+~./ix+FNaY\" x=\"301\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"/l`tq10(mK8|t?fzhNCY\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"jY%/VU5v,7]MW57W_ZZc\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"uihV80OL,_5p%]I0Y0J6\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"ekM9gjI104wIPRXRae;1\"><value name=\"variable\"><block type=\"player_variables\" id=\"Z6gVY_/oLy+@5Ml3;x?p\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"fSup%uw!miZT/Gf#P~gg\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"uL+?10)`?t[Lajq-5VrI\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\",}.~@T}}i?q^cJ(F#?1(\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"zS}muMl=bF3zIKfqSN^4\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"%[0#0XfNJVLTDO:PRilG\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"aPu/Lm=88[~wvgmZStBQ\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"64nMZ-w,6rAY.TC;sA]-\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"M4Xs;Qrmv])H^ibl.g-M\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"XfSYw4k?ypA8K{)9sz^e\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\",P|!lhnI_?|g?ND`LO@#\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":20,"y":5}},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-cartoon-2027751_1280.png","position":{"x":34,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"ob]v3v@lXQf,n!X3/)F]\" x=\"301\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"}M=(}^1g6x21VsRPDdbI\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"obzf+qN+#Y#%2q8w2ktv\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"XzJ?VK8CT)bsk!2n9^Dd\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"Q{msCxftNk0)c`;!(!@c\"><value name=\"variable\"><block type=\"player_variables\" id=\"z(zoJ#0Mu,wm0xNTkw;8\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"?ic!k]%}cU^nhp!xe4N#\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"D!u!?U@BNgF-[CuvP|(%\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"m43+0Id+O]f8Dw|[@/-.\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"uC=jXB~-jVaJi??eU`:A\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"B=hpI^T1f~aTOUj,#Y3n\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"a}l,.OkGrfkI_1nh|l?p\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"Y]nM~RL.a]yOYhnEDBwX\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"R*U_/@fuP!Lk7c2?|6E/\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"j]Tgu#_7%NbU(69y_4hi\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"/8bQr8k]yxur6Kf^Tk/x\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","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"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-anemone-2027735_1280.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=\"jo9=JjyIG2rqBaR!QJGh\" x=\"300\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"a|s`.27cF23RNIxSaV29\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"eks1VMWqgux/Ii`RABX{\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"G`UW1YP8-)Kio(mF#}aY\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\")hA,n%VKSd~*1HmO-c?%\"><value name=\"variable\"><block type=\"player_variables\" id=\"|t.V9Dmdkij*]cngyqUG\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"@cM~`DebW%@}%{,h;_hh\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"9}.gt{BpP;8^;jGFRgRr\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"h.5{9dLTyZ-Drg87CKqQ\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"oaI:E%}68{PQMR,U7*y^\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"@#[Iuu-XaQT~Gr|9#;4F\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"1Q;@/CvaY@?bkiLltl=B\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"gw,]FG!I@OfcX|DjZzhY\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"~6BYk][3-j+,9WN!ZR*-\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"gi4!32YuszP~e8uGWNnW\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"?imjgdO(4h;NfWxuQ3RQ\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":50,"y":9}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":54,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":58,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":59,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":63,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":65,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":60,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":61,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":64,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":64,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":63,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":66,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":67,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":68,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":70,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":70,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":69,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":42,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":71,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":72,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":74,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":73,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":72,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-pearl-654950_1920.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.invincibilité = true;\n retarder(3 + ' secondes', fonction () {\n joueur.invincibilité = false;\n });\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"|3u980;Lk]zkL8`.V0#?\" x=\"294\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Yb-F4}4;`aQn21Wv-c1O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"^?k;[zfyE4mB^a|#)kyh\"><value name=\"variable\"><block type=\"player_variables\" id=\"~H1B?#m~Mnuvp=5N]4/5\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"QXJ8|.)N@iG98tcyRf*L\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"delay\" id=\"fW-X|c]a?;KQP`f71Jl=\"><value name=\"seconds\"><block type=\"math_number\" id=\"?=SI+t+iB}j!D/@e4w2[\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"entities_assignment\" id=\"}TS2q,[h+X8u8kNYy8B4\"><value name=\"variable\"><block type=\"player_variables\" id=\"#[H3m|_kn|Jhlhe6JW@0\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"va9%N{r!]^*!/wQNr`^W\"><field name=\"BOOL\">FALSE</field></block></value></block></statement><next><block type=\"get_entities_object\" id=\"(u^[*^?+^5fa`mNOC_dm\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"[A-q%njQ%kr7m254|r}s\"></block></value></block></next></block></next></block></statement></block></xml>","traversable":true,"position":{"x":71,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":73,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":75,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":74,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":76,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":75,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":77,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":75,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":76,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":77,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":78,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":79,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":80,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":81,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":82,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":83,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":84,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":85,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":86,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-cartoon-2027752.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=\"si:?qOG}f+~./ix+FNaY\" x=\"294\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"/l`tq10(mK8|t?fzhNCY\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"jY%/VU5v,7]MW57W_ZZc\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"uihV80OL,_5p%]I0Y0J6\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"ekM9gjI104wIPRXRae;1\"><value name=\"variable\"><block type=\"player_variables\" id=\"Z6gVY_/oLy+@5Ml3;x?p\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"fSup%uw!miZT/Gf#P~gg\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"uL+?10)`?t[Lajq-5VrI\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\",}.~@T}}i?q^cJ(F#?1(\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"zS}muMl=bF3zIKfqSN^4\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"%[0#0XfNJVLTDO:PRilG\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"aPu/Lm=88[~wvgmZStBQ\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"64nMZ-w,6rAY.TC;sA]-\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"M4Xs;Qrmv])H^ibl.g-M\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"XfSYw4k?ypA8K{)9sz^e\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\",P|!lhnI_?|g?ND`LO@#\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":75,"y":8}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":70,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":69,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":68,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":68,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":67,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":62,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":61,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":60,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":59,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":58,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":52,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":53,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":53,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":54,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":54,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":55,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-blue-2027754.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=\"[DJII4k`rSZIh8.J`Rl1\" x=\"300\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"Kc^|#C9Ws`HhH`u2QCby\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"uB([3poc;;Sf!G2j;Cr5\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"NYS=A^4XcI{ftF1cgyOr\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"BX0VN-)Ti*Hoiv%eCJQx\"><value name=\"variable\"><block type=\"player_variables\" id=\"sXAUb[nRqYG~d8Ia|}h*\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\";3Ahb6Eor6gjNW{`due=\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"OL0/5R2H93P4hkXReZf;\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\")Q~-p~t:XObD9GC.R!h6\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"GDg[a9E^tgUIAASSKsIO\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"=Imt64E=UKBnxVG^0F*t\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"twB{Ji)M*HWF+9+,Qoar\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"fdwAEcliR#7FyTXqql)M\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"`u#pNdFe/IlVNDQIXc4#\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"v!mqv/9Ml/o)#UKf;|HR\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"Z5eYkg3A7URoesyV}4z[\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":61,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":66,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":105,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":104,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":103,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":102,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":101,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":100,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":99,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":102,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":102,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":102,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":102,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":103,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":103,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":103,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":101,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":101,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":101,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":87,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":88,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":89,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":90,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":91,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":92,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":93,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":94,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":95,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":95,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":95,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":96,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":96,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":95,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":94,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":93,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":93,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":94,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":96,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":96,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":92,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":91,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":81,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":82,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":83,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":84,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":88,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":89,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":90,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":94,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":95,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg","type":"wall","position":{"x":93,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-cartoon-2027751_1280.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=\"ob]v3v@lXQf,n!X3/)F]\" x=\"301\" y=\"170\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"}M=(}^1g6x21VsRPDdbI\"><field name=\"TEXT\">Score: </field></block></value><next><block type=\"gamecode_when\" id=\"obzf+qN+#Y#%2q8w2ktv\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"XzJ?VK8CT)bsk!2n9^Dd\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"Q{msCxftNk0)c`;!(!@c\"><value name=\"variable\"><block type=\"player_variables\" id=\"z(zoJ#0Mu,wm0xNTkw;8\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"?ic!k]%}cU^nhp!xe4N#\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"D!u!?U@BNgF-[CuvP|(%\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"m43+0Id+O]f8Dw|[@/-.\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"uC=jXB~-jVaJi??eU`:A\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"B=hpI^T1f~aTOUj,#Y3n\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"a}l,.OkGrfkI_1nh|l?p\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"Y]nM~RL.a]yOYhnEDBwX\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"R*U_/@fuP!Lk7c2?|6E/\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities_object\" id=\"j]Tgu#_7%NbU(69y_4hi\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"/8bQr8k]yxur6Kf^Tk/x\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":83,"y":5}},{"type":"item","url":"images/game/bonus/drapeau_vert.png","position":{"x":105,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"Vkca1U=*g6qRl/:3R?w7\" x=\"-50\" y=\"-250\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"J}-KsAvqscGD=,Ih|GPS\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"6Jn4pb6=r4B|^(eqhCzv\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"cl-CpDFEpHJ%,[anAp+{\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"B)PCD:%Yn{P3+JsEeaG@\"><field name=\"variable\">score</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"M|ZCdcE2cn|`-_T|0[O2\"><field name=\"NUM\">5</field></block></value></block></value><statement name=\"DO0\"><block type=\"victory\" id=\"=YSwV)ko)iLg14zDHt_Y\"></block></statement><statement name=\"ELSE\"><block type=\"game_over\" id=\"0vr;GK5u;qZ5)d3dIQ^M\"></block></statement></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n if (joueur.score >= 5) {\n victoire();\n } else {\n defaite();\n }});\n"},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur arrive', fonction () {\n if (joueur.score >= 5) {\n victoire();\n } else {\n defaite();\n }});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"Vkca1U=*g6qRl/:3R?w7\" x=\"301\" y=\"170\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"J}-KsAvqscGD=,Ih|GPS\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"6Jn4pb6=r4B|^(eqhCzv\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"cl-CpDFEpHJ%,[anAp+{\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"B)PCD:%Yn{P3+JsEeaG@\"><field name=\"variable\">score</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"M|ZCdcE2cn|`-_T|0[O2\"><field name=\"NUM\">5</field></block></value></block></value><statement name=\"DO0\"><block type=\"victory\" id=\"=YSwV)ko)iLg14zDHt_Y\"></block></statement><statement name=\"ELSE\"><block type=\"game_over\" id=\"0vr;GK5u;qZ5)d3dIQ^M\"></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":99,"y":6}},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur arrive', fonction () {\n if (joueur.score >= 5) {\n victoire();\n } else {\n defaite();\n }});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"Vkca1U=*g6qRl/:3R?w7\" x=\"-1090\" y=\"-571\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"J}-KsAvqscGD=,Ih|GPS\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"6Jn4pb6=r4B|^(eqhCzv\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"cl-CpDFEpHJ%,[anAp+{\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"B)PCD:%Yn{P3+JsEeaG@\"><field name=\"variable\">score</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"M|ZCdcE2cn|`-_T|0[O2\"><field name=\"NUM\">5</field></block></value></block></value><statement name=\"DO0\"><block type=\"victory\" id=\"=YSwV)ko)iLg14zDHt_Y\"></block></statement><statement name=\"ELSE\"><block type=\"game_over\" id=\"0vr;GK5u;qZ5)d3dIQ^M\"></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":102,"y":6}}],"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=\"entities_assignment\" id=\"h*HZM0Dy]6cv0~0psh%o\" x=\"301\" y=\"170\"><value name=\"variable\"><block type=\"player_variables\" id=\"oP7/[4sL39a8!EjYkaJ,\"><field name=\"variable\">invincibilité</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"h/^,On[IZtTb@RCnP!~(\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"[DETD3touaicLP;FC+%*\"><value name=\"variable\"><block type=\"player_variables\" id=\"msZ#{U^zkvRJpvS_uAoK\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"lDy,p}gI96Iu}#v.O}3B\"><field name=\"NUM\">0</field></block></value><next><block type=\"entities_assignment\" id=\"[Oh}`1~T[I|{^*1ila(L\"><value name=\"variable\"><block type=\"player_variables\" id=\"V-.3([mdTrA7iU]@O(Wc\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"7k/A6T0z)!VZYUk9flh0\"><field name=\"NUM\">4</field></block></value><next><block type=\"entities_assignment\" id=\"juP{7_|T1otrJo*~;R/4\"><value name=\"variable\"><block type=\"player_variables\" id=\"cKElX9F@-qxr@zNl,({o\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"0RZ31(0itq2,9O#k9]!L\"><field name=\"NUM\">10</field></block></value><next><block type=\"gamecode_when\" id=\"d/pZ8GRI-C]p[rYB.q]r\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"d:f=my![B1z5d^Oc4u#_\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"?8Uf4Z{{p5#]J-P02r%Q\"><value name=\"variable\"><block type=\"player_variables\" id=\"rRgU,cPen7*mjS:OhvU1\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"D(QOcWV,Gp%h=RnJ]r1U\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\".#qW)G|8O5^PFe29w98B\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"w(95D_5F[-`UA]@@EBEB\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"always\" id=\"]hsaJW_+v)bnf5*HE(_M\"><next><block type=\"entities_assignment\" id=\"UiPB)%)t_1IN%7(e[;+e\"><value name=\"variable\"><block type=\"player_variables\" id=\"SnJv9,|?x]wA[CO{2Z5#\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"2)@~p#C321RoF)xHW;6A\"><field name=\"NUM\">5</field></block></value><next><block type=\"comment_block\" id=\"6ruB%Lz-vj/wEoD-D[sS\"><field name=\"comment_line\">Alors</field><statement name=\"comment_block\"><block type=\"entities_assignment\" id=\"n!N*LQw(ZsKi0Ra_Td#/\"><value name=\"variable\"><block type=\"player_variables\" id=\"8gAh;sX^@9l{;c_TN`/8\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[^ybegwV/n30r[]aSgd(\"><field name=\"NUM\">10</field></block></value></block></statement><next><block type=\"get_entities_player\" id=\"_ZO]c}@M!)iAb^WWUqb{\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"compare\" id=\"m^,ypTf+e5f_|Eeq-aWc\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"yUS-#0~/hg[5Q,Lg-`YI\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"I3Vg:jS;}EnyMzQb3){0\"><field name=\"NUM\">6</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"pEYF}XPT7su4jH)0Cqi9\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"compare\" id=\",]0.^31k*:,fLLBl*05e\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"p5]1?@yn~aF`e_w![yN^\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"RaKsca2o3f@ce[Eo5!u+\"><field name=\"BOOL\">TRUE</field></block></value></block></value><next><block type=\"get_entities_player\" id=\":Y`K9sEBF@PA7lkijeYu\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"compare\" id=\"|Orv|*p%_*dx*Bb}y5P;\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"/dOVxNGVFvZx~o_g(QEP\"><field name=\"variable\">invincibilité</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"EhAg,NOw.)|?GA[aX|Pr\"><field name=\"BOOL\">FALSE</field></block></value></block></value></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></xml>","code":"joueur.invincibilité = false;\njoueur.score = 0;\njoueur.hauteurSaut = 4;\njoueur.vie = 10;\nquand('est touché', fonction () {\n joueur.vie = (joueur.vie-1);\n});\ntoujours(fonction () {\n});\njoueur.vitesse = 5;\n//Alors;\n/*\n joueur.vitesse = 10;\n\n*/\nobjetjoueur.y >= 6;\njoueurjoueur.invincibilité === true;\njoueurjoueur.invincibilité === false;\n"},"endGame":{"wallpaper":"images/game/end_screens/end_screen_2.jpg","winText":"Victory !","loseText":"Game Over :("},"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 = 50;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"301\" y=\"170\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">50</field></block></value></block></xml>","code":"","assetsLibrary":{"backgrounds":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-janis-rozenfelds-129432-unsplash.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11235/11235-yannis-papanastasopoulos-340526-unsplash.jpg"],"blocs":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-rawpixel-620240-unsplash.jpg"],"items":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-pearl-654950_1920.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-blue-2027754.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-cartoon-2027751_1280.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-cartoon-2027752.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11336/11336-anemone-2027735_1280.png"]},"needed":true,"customBlocklyDropdowns":{"player":[["invincibilité","invincibilité"],["score","score"],["invincibility","invincibility"]]}}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

Nos partenaires GameCode