42HCore

Contenu: 
{"backgroundUrl":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-533788_eddieniga_background-video-game.png","characters":[{"position":{"x":7,"y":2},"url":"images/game/characters/bugfive/","code":"personnage.vitesse = (personnage.vitesse/1.5);\ntoujours(fonction () {\n if (personnage.x <= -3 || personnage.x > 8) {\n personnage.teleporte(joueur.x);\n } personnage.vaVers(joueur.x);\n quand('joueur est devant', fonction () {\n if (joueur.vie > 1) {\n joueur.vie = (joueur.vie/2);\n } });\n});\n","width":1,"height":2,"type":"character","id":0,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"d5*%6}cRp:unw_8)=fRa\" x=\"456\" y=\"356\"><value name=\"variable\"><block type=\"character_variables\" id=\"=W8eZxr/JXQtaTZMF0@M\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"7}5uN@pq1KzQ)S7*#D)O\"><field name=\"OPERATION\">/</field><value name=\"A\"><block type=\"character_variables\" id=\"H).BT[T6d-=@!Vq#Nuce\"><field name=\"variable\">vitesse</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"u=J9kT{Dh3XqP|y)nH_N\"><field name=\"NUM\">1.5</field></block></value></block></value><next><block type=\"always\" id=\"1fbsfdY6Df@u(6;`L}y#\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"@o8[2~u`OC[,S_]IP{(r\"><value name=\"IF0\"><block type=\"logic_operation\" id=\"@CM`s]h{D;Cm.Lqk@,UA\"><field name=\"OP\">OR</field><value name=\"A\"><block type=\"compare\" id=\"%+m5xn_xS1%YOECvxC0M\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"RNIpO95b_c=4HzivYx.n\"><field name=\"variable\">x</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"(0Y0d62TQ8}o.[g_T=QH\"><field name=\"NUM\">-3</field></block></value></block></value><value name=\"B\"><block type=\"compare\" id=\"##i:#/O)v*acG.4E57vq\"><field name=\"OPERATOR\">&gt;</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"#)7^#1c~5VVsH1I9bN}:\"><field name=\"variable\">x</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"X}5zA{h5`jxM]?d~ej9T\"><field name=\"NUM\">8</field></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_character\" id=\"y%uEjSg09V=sTpP5!qa[\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"teleport\" id=\"OsA8fiJ@[M7FqM-B(7Ia\"><value name=\"POSITION\"><block type=\"player_variables\" id=\"_~(oUD!3sNf{)H=088a9\"><field name=\"variable\">x</field></block></value></block></value></block></statement><next><block type=\"get_entities_character\" id=\"54;4J519#M5B*B`|7R?e\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",+;g|bed#d0)U8~@od1h\"><value name=\"POSITION\"><block type=\"player_variables\" id=\"vTx`P+cqdQQQ4GPElT{l\"><field name=\"variable\">x</field></block></value></block></value><next><block type=\"gamecode_when\" id=\"FQH7y+wy*Kwd`[NLbq)L\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\":~`erlojX.%nEc/I[1j*\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"ZyCRdw+t+v6Jy72s]v}X\"><value name=\"IF0\"><block type=\"compare\" id=\"~Xfc2ncvV/#eG!OX~oX1\"><field name=\"OPERATOR\">&gt;</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[t^dhObzxV`i86pacnkv\"><field name=\"variable\">vie</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"/?t^M;5ToD#.jn`|QXjO\"><field name=\"NUM\">1</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"jnPBH^osav8kQ4*G-KYK\"><value name=\"variable\"><block type=\"player_variables\" id=\"x@A]z:qyy/WSgmg|dCr^\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"]na)FuOj_x}w][sjlD*v\"><field name=\"OPERATION\">/</field><value name=\"A\"><block type=\"player_variables\" id=\"I=+wnmzq+.aU)qOw*4D}\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"(nn:LP+D#,c[Q#Mbqi5(\"><field name=\"NUM\">2</field></block></value></block></value></block></statement></block></statement></block></next></block></next></block></statement></block></next></block></xml>"},{"position":{"x":-89,"y":3},"url":"images/game/charactersV2/bugtwo/","code":"repeterChaque(2 + ' secondes', fonction () {\n personnage.retourneToi();\n personnage.avance();\n personnage.tire();\n});\n","width":1,"height":2,"type":"character","id":1,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"repeat\" id=\"U~WjY|C`6ll_h%yft!~C\" x=\"-1070\" y=\"-570\"><value name=\"seconds\"><block type=\"math_number\" id=\"M=91gX/.O,jZuuz:}b|j\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"Hlw/w9,F4mZUP.!S1Nn=\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"AYj~vdm:#t`[4DNvq`/U\"></block></value><next><block type=\"get_entities_character\" id=\"eOpKNx[V%CBH=~:sdiOk\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"e[B5VkO(F+.yuStHn7=#\"></block></value><next><block type=\"get_entities_character\" id=\"(;RYJR~m]bSJtglqGyUf\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"9;1pHukAhL5wxmU;stA!\"></block></value></block></next></block></next></block></statement></block></xml>"},{"position":{"x":-120,"y":5},"url":"images/game/charactersV2/bugfive/","code":"personnage.retourneToi();\nrepeterChaque(0.5 + ' secondes', fonction () {\n personnage.tire();\n});\n","width":1,"height":2,"type":"character","id":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"get_entities_character\" id=\"Hlw/w9,F4mZUP.!S1Nn=\" x=\"-17387\" y=\"3506\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"AYj~vdm:#t`[4DNvq`/U\"></block></value><next><block type=\"repeat\" id=\"U~WjY|C`6ll_h%yft!~C\"><value name=\"seconds\"><block type=\"math_number\" id=\"M=91gX/.O,jZuuz:}b|j\"><field name=\"NUM\">0.5</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"(;RYJR~m]bSJtglqGyUf\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"9;1pHukAhL5wxmU;stA!\"></block></value></block></statement></block></next></block></xml>"},{"position":{"x":-123,"y":7},"url":"images/game/charactersV2/bugseven/","code":"","width":1,"height":2,"type":"character","id":3,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"}],"tiles":[{"position":{"x":0,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":1,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":2,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":3,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":4,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":5,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":6,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":7,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":8,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":9,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":10,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":11,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":12,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":13,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":14,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":15,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"position":{"x":16,"y":1},"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","code":null,"traversable":false},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":5,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"?M*}T5lpjb#Pb@E*/fG(\" x=\"-2070\" y=\"175\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"%lFDJ_uWWsM9XC@y8@8|\"></block></value><statement name=\"BODY\"><block type=\"get_entities_player\" id=\"k/YM-^EfUPZ)J:[ekhOO\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"iz/wE.cQ(72UOL}XO(uD\"></block></value><next><block type=\"entities_assignment\" id=\"P2@g_KfsMGuWmR[x#yMf\"><value name=\"variable\"><block type=\"player_variables\" id=\"XHOL!(yo.vB#%VY~e7O(\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"w=YKzV^ui*qu^KFI%w*Y\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"Q}h@Pm=SfHNhhZ~Zd6Ue\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"ui:74CZ?YV^rqjZqS_Ne\"><field name=\"NUM\">5</field></block></value></block></value></block></next></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.disparait();\n joueur.vie = (joueur.vie+5);\n});\n"},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":10,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-3,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-1,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-2,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":18,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":17,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","position":{"x":16,"y":4},"traversable":true,"code":"quand('joueur est devant', fonction () {\n retarder(2 + ' secondes', fonction () {\n defaite();\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"380\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"r%pr#@|YGHkBT+]ZAW~7\"><value name=\"seconds\"><block type=\"math_number\" id=\"77;DKV1#Z6tJ1HMxUI;G\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"game_over\" id=\"x|sjGC(C614E-{]W@OXw\"></block></statement></block></statement></block></xml>"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":13,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":12,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":11,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":14,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":15,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":16,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-5,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-6,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-7,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-6,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-7,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-11,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-12,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-13,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-14,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-16,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-20,"y":1},"traversable":false,"code":null},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-19,"y":1},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-22,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-18,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-23,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-24,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-25,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-25,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-32,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-32,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-31,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-30,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-30,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-30,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-28,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-27,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-26,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-28,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-26,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-27,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-28,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-26,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-33,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-35,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-37,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-38,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-39,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-43,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-45,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-48,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-49,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-51,"y":1},"traversable":false,"code":null},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-50,"y":1},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-49,"y":1},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-48,"y":1},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-50,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-49,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-51,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-51,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-50,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-51,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1073\" y=\"-582\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"3y=)|+,AlsyTk(+uztw@\"></block></value><next><block type=\"entities_assignment\" id=\"lJFv%HG7ly(Y6V.MitbK\"><value name=\"variable\"><block type=\"player_variables\" id=\"ti{xeHqFLj%Y3#m[k6x8\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\":p@^5i2am!-[];s:):uv\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"V#,`Po2g~)^!_qq-%5@M\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"vxyor`Ylf7{o;JGK#Rvw\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"KKT~5Sx`^9~s5q]f55ye\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"pJ?OPH([9Y*hEHV67j1%\"><value name=\"TEXT\"><block type=\"text\" id=\"s?S=8|KmW(XQ|L~hn8PC\"><field name=\"TEXT\">Un cube piégé? Je l'avais oublié celui-là...</field></block></value></block></value></block></next></block></next></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet.disparait();\n joueur.vie = (joueur.vie-1);\n objet.dit('Un cube piégé? Je l\\'avais oublié celui-là...');\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-50,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-49,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-48,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","position":{"x":-48,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet;\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-446\" y=\"-216\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-51,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"380\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-50,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-49,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-922\" y=\"-506\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-48,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-51,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-50,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-49,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1169\" y=\"175\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-51,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-50,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-49,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-48,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-46,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-45,"y":1}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-47,"y":1}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-47,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-47,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-46,"y":1}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-46,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-46,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-6393\" y=\"-997\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-45,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-45,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-44,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-45,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-47,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-46,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-47,"y":7},"traversable":false,"code":null},{"position":{"x":-44,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-45,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-46,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1073\" y=\"-582\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-47,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-922\" y=\"-506\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-48,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-44,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-45,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-46,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"460\" y=\"333\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-47,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-2070\" y=\"175\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-44,"y":3},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-44,"y":1},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":8}},{"position":{"x":-42,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-44,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-45,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-46,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-47,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-48,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-49,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-50,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-51,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"376\" y=\"289\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":4},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-33,"y":4}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-33,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-33,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-33,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-33,"y":7}},{"position":{"x":-34,"y":8},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-34,"y":7},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-34,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-34,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-34,"y":4},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-34,"y":3},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-33,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-32,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-31,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-30,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-32,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-31,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-30,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-28,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-29,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1169\" y=\"175\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":1}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"333\" y=\"201\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":4}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1466\" y=\"-780\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":5}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-42,"y":7},"traversable":false,"code":null},{"position":{"x":-42,"y":6},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-42,"y":5},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-42,"y":4},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-42,"y":3},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":3},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-42,"y":2},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":2},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-44,"y":2},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-42,"y":1},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-43,"y":1},"code":"quand('joueur est devant', fonction () {\n objet;\n});\n","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1634\" y=\"-864\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","type":"item","traversable":true},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-images.jpeg","position":{"x":-44,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"EvuGqg?eZ[IKQDu0XOw`\" x=\"365\" y=\"316\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"VX@%:97eQTG3`k#{ff[H\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\":D}g7*GZIv*|-x{lZ?^8\"><value name=\"variable\"><block type=\"player_variables\" id=\"/YWg,(;.D4bUb|Ni{faH\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"`F[f9OCR~7NeE,MAV6;c\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"v[r5s#xJ794Joo577Ylo\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"G*7ix?2}PY0#@cmWoE[x\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"4*wn?d,EW+s?[TY-Q-Nt\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"8ANcFrjwt3K?=`Y0_fP8\"></block></value></block></next></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n joueur.vie = (joueur.vie-1);\n objet.disparait();\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-52,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-53,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-54,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-55,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-56,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-57,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-58,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-61,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-62,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-63,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-64,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-65,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-66,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-69,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-70,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-71,"y":2},"traversable":false,"code":null},{"url":"images/game/bonus/anims/led.png","type":"item","code":"gravite = 50;\nquand('joueur est devant', fonction () {\n objet.dit('Il était facile, ce mur.');\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"-1634\" y=\"-864\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">50</field></block></value></block><block type=\"gamecode_when\" id=\"?N(#0--lcVKY#;Bf2k/l\" x=\"-1090\" y=\"-610\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"gaNZ4asW`cN+W8QjAQ3;\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"-VW:nOS@5tb5z_xXuPjS\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"19(+iFZhjs;c1Kt/sNKI\"><value name=\"TEXT\"><block type=\"text\" id=\"pRMdd=~H4hB?mFj?|Wuh\"><field name=\"TEXT\">Il était facile, ce mur.</field></block></value></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-59,"y":3}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-72,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-73,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-74,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-76,"y":2},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/anims/led.png","position":{"x":-75,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"OM|k}!2K[kROK`Lw2yCf\" x=\"-873\" y=\"259\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"#b%4[%*c`iI4fUPUSg4a\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"2{!@)r1ib*!WIgJkmyEu\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"!iCnJM0%qbPPm:083=?u\"></block></value><next><block type=\"get_entities_object\" id=\"q*3[GnNrXk*ZgO(tPbUu\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"^;lCIiL/}WFt~KEhM8`w\"><value name=\"TEXT\"><block type=\"text\" id=\"ij7hKe`fA6CG5mwQOSpF\"><field name=\"TEXT\">Oups!</field></block></value></block></value><next><block type=\"entities_assignment\" id=\".Iy]5bPWk:j_E6~e8TMg\"><value name=\"variable\"><block type=\"player_variables\" id=\"D-Q],L){l,!#p+Q96Dhm\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Yf{^K=W.6h5.3sGx~z/5\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"EX_he!2tpNpONaQ/)-Ld\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"/t2GMS`u!e(f0CnI0_ah\"><field name=\"NUM\">2</field></block></value></block></value></block></next></block></next></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet.disparait();\n objet.dit('Oups!');\n joueur.vie = (joueur.vie-2);\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-77,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-78,"y":2},"traversable":false,"code":null},{"url":"images/game/bonus/action2.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":2,"y":9}},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":1,"y":8},"traversable":true},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":0,"y":7},"traversable":true},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":1,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":3,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":4,"y":7},"traversable":true},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":1,"y":7},"traversable":true},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":5,"y":7},"traversable":true},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":6,"y":7},"traversable":true},{"url":"images/game/bonus/action2.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":2,"y":6}},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":2,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":2,"y":8},"traversable":true},{"type":"item","url":"images/game/bonus/chaudron.png","position":{"x":4,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"delay\" id=\".CkuxmImJ4ZOvgD#Ly#=\" x=\"456\" y=\"372\"><value name=\"seconds\"><block type=\"math_number\" id=\"[|!DOpn-~=DAP|9J84/}\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"get_entities_player\" id=\"8]=[6qSE@wW[,X!KpaDo\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"move_forward\" id=\"c!|O8Ny[_R%mKklwB!Qk\"></block></value><next><block type=\"entities_assignment\" id=\"1n)wN`}wGeo5TC{[q.i~\"><value name=\"variable\"><block type=\"object_variables\" id=\"vD.::thhN#/(doH#^T|)\"><field name=\"variable\">x</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"GLwf)8{Gf1lqd9Y6VWH~\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"){t-Y/6{h!j]r@vFN@CU\"><field name=\"variable\">x</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"eJySgo2MKhx|Uj`U[YR)\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"entities_assignment\" id=\"%W4*!eEbFQA0WSF21Jh|\"><value name=\"variable\"><block type=\"object_variables\" id=\"#^wHB4?mQy+t:Z({P:O@\"><field name=\"variable\">y</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"wZ}d%!Kiz7uE0NH#;[j6\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"E=/3s:Pas}%bH6[RlTN`\"><field name=\"variable\">y</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"]}s]L1`xW}bBl7@jQgCe\"><field name=\"NUM\">1</field></block></value></block></value></block></next></block></next></block></statement></block></xml>","code":"retarder(2 + ' secondes', fonction () {\n joueur.avance();\n objet.x = (joueur.x+1);\n objet.y = (joueur.y+1);\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-79,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","position":{"x":-80,"y":2},"traversable":false,"code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"},{"url":"images/game/blocks/concrete/BETON-C.png","type":"wall","position":{"x":-81,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-B.png","type":"wall","position":{"x":-82,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-GAUCHE.png","type":"wall","position":{"x":-83,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-86,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-87,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-88,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-89,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CC.png","type":"wall","position":{"x":-79,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CA.png","type":"wall","position":{"x":-79,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CA.png","type":"wall","position":{"x":-78,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CC.png","type":"wall","position":{"x":-77,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-AC.png","type":"wall","position":{"x":-77,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CB.png","type":"wall","position":{"x":-80,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CB.png","type":"wall","position":{"x":-81,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-Capture d’écran 2018-08-17 à 05.04.23.png","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-84,"y":9}},{"url":"images/game/blocks/concrete/BETON-CB.png","type":"wall","position":{"x":-86,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CB.png","type":"wall","position":{"x":-87,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CA.png","type":"wall","position":{"x":-88,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","position":{"x":-91,"y":4},"traversable":false,"code":"quand('joueur est devant', fonction () {\n repeterChaque(1 + ' secondes', fonction () {\n objet.x = (objet.x-1);\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"[tM;#})=*]9Yw@HdKX3;\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"#2+L4x-80JnVe4ab87Dh\"></block></value><statement name=\"BODY\"><block type=\"repeat\" id=\"7^9h^?=+30?:,h/4fM#x\"><value name=\"seconds\"><block type=\"math_number\" id=\"g810!}sDPM[hPF^?ZzP@\"><field name=\"NUM\">1</field></block></value><statement name=\"body\"><block type=\"entities_assignment\" id=\"{J+%L1Ey^5x1z8o+%,6b\"><value name=\"variable\"><block type=\"object_variables\" id=\"^:r]-cEJAbS]Wz3]VQcN\"><field name=\"variable\">x</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"wQF_OFVdxxii9,Xxh?/W\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"object_variables\" id=\"=V*J?%)1kwwVhx?w~tJ/\"><field name=\"variable\">x</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"4J|(JFUx]@S{0[J=x^;5\"><field name=\"NUM\">1</field></block></value></block></value></block></statement></block></statement></block></xml>"},{"type":"item","url":"images/game/bonus/drapeau_vert.png","position":{"x":-85,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"CYc7pZZ6c2UfWMoyHn2N\" x=\"49\" y=\"35\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"1D7%eWT^jm==j[]Z2pO/\"></block></value><statement name=\"BODY\"><block type=\"game_over\" id=\"I-r.a_X]Aw/96;1T}^hO\"></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n defaite();\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-92,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-93,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-94,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-95,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-97,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-98,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-100,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-101,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-102,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-103,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-105,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-106,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-92,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-94,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-Capture d’écran 2018-08-17 à 06.52.27.png","type":"wall","position":{"x":-96,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-98,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-100,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-102,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-Capture d’écran 2018-08-17 à 06.52.27.png","type":"wall","position":{"x":-104,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-106,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-108,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/stone/ROCHE-CA.png","type":"wall","position":{"x":-107,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-93,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-97,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.png","type":"wall","position":{"x":-99,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-101,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-glitch.png","type":"item","position":{"x":-103,"y":9},"traversable":true,"code":"quand('joueur est devant', function () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"-NzgIKO4QPjTA[lZ1ym,\" x=\"365\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"3}?}zaQi6c@Q7r+9m++}\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"#~Cq_.?wlmW]=+uZ[f?(\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"bg]2QjBG@7E6_bwJ[lv@\"></block></value></block></statement></block></xml>"},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-105,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-107,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-107,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-108,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-109,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-109,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-110,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-110,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-111,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-111,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-112,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-113,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-112,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-113,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-115,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-116,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-115,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-116,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-1106\" y=\"-394\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-114,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-117,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-117,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-118,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-119,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-120,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-122,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-122,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-123,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-124,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-125,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-126,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-127,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-123,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-124,"y":6},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/inter01.png","position":{"x":-124,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"jg^Bi./5k0+~my:?^3:w\" x=\"350\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"8YY:n)}!@;GZkOyF!C.Q\"></block></value></block></xml>","code":"quand('joueur est devant', fonction () {\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-128,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-129,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/inter01.png","position":{"x":-124,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"154\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n"},{"position":{"x":-128,"y":3},"code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","url":"images/game/bonus/inter01.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"442\" y=\"333\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","type":"item","traversable":true},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-125,"y":6},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-126,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-127,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-128,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-129,"y":9},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-131,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","position":{"x":-130,"y":8},"traversable":false,"code":"quand('joueur est devant', fonction () {\n if (joueur.vie > 1) {\n objet.dit('Tu as pris le medoc dommage');\n defaite();\n } retarder(10 + ' secondes', fonction () {\n quand('joueur arrive', fonction () {\n victoire();\n });\n });\n retarder(14 + ' secondes', fonction () {\n defaite();\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"zS{KJA~fE#.c=EZ_*lRY\" x=\"-189\" y=\"283\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"EUy4~kRN-KFs}!Wm:4#5\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"~W[dA.bR.@x}INSh|!D~\"><value name=\"IF0\"><block type=\"compare\" id=\"j7-([7Wg/3|d_=L]1K2D\"><field name=\"OPERATOR\">&gt;</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"(Q?.AVcxqqK7KaJaXd_p\"><field name=\"variable\">vie</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"^*GtiP^]8seYP(~p_Lr)\"><field name=\"NUM\">1</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"D6M-j}qacAO^y9L*})4V\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"nuJAq|W2{lhBc_].1|+!\"><value name=\"TEXT\"><block type=\"text\" id=\"5*U*WKseI,D_}jEcQr#_\"><field name=\"TEXT\">Tu as pris le medoc dommage</field></block></value></block></value><next><block type=\"game_over\" id=\"CW_sBVc!wLe1pZGDN[r7\"></block></next></block></statement><next><block type=\"delay\" id=\"w@;6?hX`CD#fymLTKi|Y\"><value name=\"seconds\"><block type=\"math_number\" id=\",R4}fsd;LKqy!;MrY.=U\"><field name=\"NUM\">10</field></block></value><statement name=\"body\"><block type=\"gamecode_when\" id=\"5l0(|PZNQncZMmrvM!_V\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"dCPB/S61PTBx?~,gAJ3k\"></block></value><statement name=\"BODY\"><block type=\"victory\" id=\"h.pxF*x94ycQN}WXnWY[\"></block></statement></block></statement><next><block type=\"delay\" id=\"HT_YdbwF!)7ZO[`RDsxe\"><value name=\"seconds\"><block type=\"math_number\" id=\"{1l5!(gBjl-@67lO3([~\"><field name=\"NUM\">14</field></block></value><statement name=\"body\"><block type=\"game_over\" id=\"A-`lOwfW0eO6!S#t%rDP\"></block></statement></block></next></block></next></block></statement></block></xml>"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-132,"y":8},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-132,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-134,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-135,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-135,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-136,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-137,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-136,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-137,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-138,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-135,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-138,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-138,"y":6},"traversable":false,"code":null},{"url":"images/game/bonus/inter01.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"442\" y=\"333\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-128,"y":2}},{"url":"images/game/bonus/inter01.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"154\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-133,"y":4}},{"url":"images/game/bonus/inter01.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"154\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-127,"y":6}},{"url":"images/game/bonus/inter01.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"381\" y=\"301\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-129,"y":6}},{"url":"images/game/bonus/inter01.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"350\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-126,"y":4}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-132,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-134,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-603\" y=\"-268\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-75,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"-603\" y=\"-268\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-133,"y":1}},{"url":"images/game/bonus/inter01.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-5);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_NGD]qtsO}ZysR+]N,Yv\" x=\"181\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Gch=t,j`uHv`IH2|l!{c\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"_WMfT~IQp}K}0NWmLdN%\"><value name=\"variable\"><block type=\"player_variables\" id=\"9cIOj]vKYH)Vu[zQ3/Mi\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"=a6T1W?_9p-SylotO[AF\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"7a|)%VuQtlbL|NYE2w.d\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"^W`sLoKv)5lpJ;kcvM:B\"><field name=\"NUM\">5</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"_BHn4~=CalC5Bl{f`inr\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\")Lq!%#q~jpI?Fa@]w7I#\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-127,"y":9}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-138,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-139,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-140,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-141,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-142,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-143,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-144,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-glitch.png","type":"item","code":"quand('joueur est devant', function () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"-NzgIKO4QPjTA[lZ1ym,\" x=\"365\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"3}?}zaQi6c@Q7r+9m++}\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"#~Cq_.?wlmW]=+uZ[f?(\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"bg]2QjBG@7E6_bwJ[lv@\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-95,"y":9}},{"type":"item","url":"images/game/bonus/anims/led.png","position":{"x":-132,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\":n+T/Bb+]TvDBF9yXZkI\" x=\"530\" y=\"591\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"-s81].pa3x/G7?bg(G/3\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"G2xzxg,4!=%F9[bwl!Hd\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"~7.c?x{Zg,y@+Z1P%GkP\"><value name=\"TEXT\"><block type=\"text\" id=\"3E3b^(93Z+`-0p3fb=-E\"><field name=\"TEXT\">Il faudrait attendre 10 secondes, mais ou?</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n objet.dit('Il faudrait attendre 10 secondes, mais ou?');\n});\n"},{"type":"item","url":"images/game/bonus/boost halo.png","position":{"x":-129,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"bwdNWJKop39ZOl042JeS\" x=\"333\" y=\"122\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"nDwIZabL)}NZGD4qs3@-\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"a]!sN_Hi%F{=rw*jyo9y\"><value name=\"IF0\"><block type=\"compare\" id=\"}LIyg-OY+,@!sH~@^*[h\"><field name=\"OPERATOR\">&lt;</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"-i;MSM@wZSI,P@b8Llku\"><field name=\"variable\">vie</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"%G1P3/1+?tT-)~Mdpe)f\"><field name=\"NUM\">500</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"WWB_yV!KiA1(?y?2MUFT\"><value name=\"variable\"><block type=\"player_variables\" id=\"-]#c=qMO5U%({ceesKwB\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\",)RA)vJ^E?W@Nw6a^D5-\"><field name=\"NUM\">1000</field></block></value></block></statement></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n if (joueur.vie < 500) {\n joueur.vie = 1000;\n } });\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-131,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-blabla.png","type":"wall","position":{"x":-40,"y":7},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', fonction () {\n joueur.vie = 1;\n objet.dit('Il te reste qu\\'un point de vie, attention!');\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"Bq=9GL]BCfG~YMyk#~UY\" x=\"354\" y=\"291\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"/+{2Pl#SzJgVB/UD{d3t\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"Z!b.)%*uvH{wM#ipg)Tm\"><value name=\"variable\"><block type=\"player_variables\" id=\"b+zYp}n[BgERzuugR2U@\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\".yXM;DjuvsQ4*VTV(=gu\"><field name=\"NUM\">1</field></block></value><next><block type=\"get_entities_object\" id=\"V7s7f,d[Z`rA;x]{ii_@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"REsdD.k^W9+2b#KElNww\"><value name=\"TEXT\"><block type=\"text\" id=\"Rm^zfcv#?H~uMGil6hHB\"><field name=\"TEXT\">Il te reste qu'un point de vie, attention!</field></block></value></block></value><next><block type=\"get_entities_object\" id=\")xbwtii;DMVG6*V5_(-D\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"iSJJt[E8]+/8ei5^t,a]\"></block></value></block></next></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-134,"y":8}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-145,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-146,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-147,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-148,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-149,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-150,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-151,"y":5},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-152,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-153,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-154,"y":3},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-156,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-157,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-159,"y":4},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","type":"wall","position":{"x":-160,"y":4},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux2.png","position":{"x":-149,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"fh~6pwieG=YbO!Z5_N`|\" x=\"360\" y=\"301\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"]!M?+o2~-YJHmx`*WX2n\"></block></value><statement name=\"BODY\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">1</field></block></value></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n gravite = 1;});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":7}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"~!`g[qMP7fz[.3C@-9~!\"><field name=\"NAME\">objet</field></block></statement></block></xml>","traversable":true,"position":{"x":-41,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":19,"y":1},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n retarder(2 + ' secondes', function () {\n defaite();\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"!4D@tS*{_BL-Pw!WE8|`\" x=\"380\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\")iK5Z`o.D3i/}:H-?1r?\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"r%pr#@|YGHkBT+]ZAW~7\"><value name=\"seconds\"><block type=\"math_number\" id=\"77;DKV1#Z6tJ1HMxUI;G\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"game_over\" id=\"x|sjGC(C614E-{]W@OXw\"></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":17,"y":9}},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-glitch.png","position":{"x":-59,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"k;c@1W4dSjGQ;=jaG0e|\" x=\"365\" y=\"316\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"cuwdtO)7TtR#%?k^6d2-\"></block></value><statement name=\"BODY\"><block type=\"game_over\" id=\"f)XgDDeHNpn.Vys#-CbR\"></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n defaite();\n});\n"},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-glitch.png","type":"item","code":"quand('joueur est devant', fonction () {\n defaite();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"k;c@1W4dSjGQ;=jaG0e|\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"cuwdtO)7TtR#%?k^6d2-\"></block></value><statement name=\"BODY\"><block type=\"game_over\" id=\"f)XgDDeHNpn.Vys#-CbR\"></block></statement></block></xml>","traversable":true,"position":{"x":-67,"y":6}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-67,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"7MFOykCT*-%oKwhWI*T@\" x=\"365\" y=\"316\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"Z8*;jofE#StqE_esmM8I\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"j71P:f;a_C/YODju.@uo\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"6^7Ij=_xx@3!/tT?:~i%\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-68,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","type":"wall","position":{"x":-59,"y":2},"traversable":false,"code":null},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","type":"item","code":"quand('joueur est devant', function () {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"7MFOykCT*-%oKwhWI*T@\" x=\"365\" y=\"316\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"Z8*;jofE#StqE_esmM8I\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"j71P:f;a_C/YODju.@uo\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"6^7Ij=_xx@3!/tT?:~i%\"></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-60,"y":2}},{"url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-glitch.png","type":"item","code":"quand('joueur est devant', function () {\n defaite();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"k;c@1W4dSjGQ;=jaG0e|\" x=\"381\" y=\"310\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"cuwdtO)7TtR#%?k^6d2-\"></block></value><statement name=\"BODY\"><block type=\"game_over\" id=\"f)XgDDeHNpn.Vys#-CbR\"></block></statement></block></xml>","traversable":true,"position":{"x":-54,"y":3}},{"type":"item","url":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-Capture d’écran 2018-08-17 à 05.04.23.png","position":{"x":-85,"y":9},"traversable":true},{"url":"images/game/blocks/concrete/BETON-CB.png","type":"wall","position":{"x":-83,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-CB.png","type":"wall","position":{"x":-82,"y":9},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/soin_boost2.png","position":{"x":-63,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"k;c@1W4dSjGQ;=jaG0e|\" x=\"-1169\" y=\"175\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"cuwdtO)7TtR#%?k^6d2-\"></block></value><statement name=\"BODY\"><block type=\"game_over\" id=\"f)XgDDeHNpn.Vys#-CbR\"></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n defaite();\n});\n"},{"url":"images/game/bonus/anims/led.png","type":"item","code":"quand('joueur est devant', function () {\n objet.dit('C\\'est un peu trop calme...');\n});\n\ngravite = 50;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"Np[-jV7):di_9)T5/:bF\" x=\"-1270\" y=\"-670\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"rF[s[I`=nft!*/P8!8?O\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"!52%w{ptkzlcmmTs|G5)\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"]^q=KP|BaxJ4y.#qU9e,\"><value name=\"TEXT\"><block type=\"text\" id=\"BvxVy81@3uC2rIZ*6DAo\"><field name=\"TEXT\">C'est un peu trop calme...</field></block></value></block></value></block></statement></block><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"350\" y=\"310\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">50</field></block></value></block></xml>","traversable":true,"position":{"x":-67,"y":3}},{"type":"item","url":"images/game/bonus/pilule.png","position":{"x":-72,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"k;c@1W4dSjGQ;=jaG0e|\" x=\"-1169\" y=\"175\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"cuwdtO)7TtR#%?k^6d2-\"></block></value><statement name=\"BODY\"><block type=\"game_over\" id=\"f)XgDDeHNpn.Vys#-CbR\"></block></statement></block></xml>","code":"quand('joueur est devant', fonction () {\n defaite();\n});\n"},{"url":"images/game/bonus/drapeau_jaune.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":0,"y":2}}],"player":{"urls":{"head":"./images/game/players/elf/","body":"./images/game/players/unicorn_bug/","bullet":"./images/game/players/unicorn_bug/"},"position":{"x":3,"y":2},"type":"player","width":1,"height":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"when_hit\" id=\",3RqJDesd,HRzhQ60yz/\" x=\"-63\" y=\"-37\"><statement name=\"BODY\"><block type=\"get_entities\" id=\"yM@[G~`0JYo|fvK6-QzY\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"disappear\" id=\"O`vT1A.fW*rU7uJc7F)0\"></block></value></block></statement></block><block type=\"entities_assignment\" id=\"{|@L7)+knp+bjpYj}I-K\" x=\"-70\" y=\"70\"><value name=\"variable\"><block type=\"player_variables\" id=\"5k3+fQC*R{}a!8qQa@1f\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"6(LM4hWrL*yZP?ktW5;^\"><field name=\"NUM\">42</field></block></value><next><block type=\"gamecode_when\" id=\"k1}*tO?6aR|#|nf,fFu?\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"6xY]4jbp,o({HE3V6%DK\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"9LDed;PD~s3m-Hn^b@[.\"><value name=\"variable\"><block type=\"player_variables\" id=\"=vruV/Al69aOX^3[9Hj;\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"^UCi{+eCWSf5F0hZZcsn\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"kAjgUR}rD{hho~B}#HH-\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"#wzno^{uC_=P|=Dvku6z\"><field name=\"NUM\">5</field></block></value></block></value></block></statement></block></next></block></xml>","code":"quand('tir touche', fonction (personnage) {\n personnage.disparait();\n});\n\njoueur.vie = 42;\nquand('est touché', fonction () {\n joueur.vie = (joueur.vie-5);\n});\n"},"endGame":{"wallpaper":"images/game/end_screens/end_screen_2.jpg","winText":"Victoire !","loseText":"Défaite :("},"sounds":{"music":"sounds/musics/party","win":"sounds/win/03","loose":"sounds/loose/03","items":"sounds/bonus/02"},"soundEnable":true,"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=\"456\" y=\"356\"><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":{"blocs":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-BLANK_ICON.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-1.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-Capture d’écran 2018-08-17 à 06.52.27.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-blabla.png"],"items":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-2.jpg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-images.jpeg","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-Capture d’écran 2018-08-17 à 05.04.23.png","https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-glitch.png"],"backgrounds":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/11627/11627-533788_eddieniga_background-video-game.png"]},"needed":true}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

Nos partenaires GameCode