sans titre

Mission: 
Activité 2 - Un personnage inarrêtable
Contenu: 
{"backgroundUrl":"https://www.code-decode.net/sites/default/files/images_modules/gamecode/7687/7687-Testentrepot1.jpg","characters":[{"position":{"x":0,"y":2},"url":"images/game/charactersV2/bugseven/","code":"personnage.hauteurSaut = 5;\npersonnage.vitesse = 6.5;\ntoujours(fonction () {\n personnage.avance();\n});\nquand('est bloqué', fonction () {\n personnage.saute();\n});\n","width":1,"height":2,"type":"character","id":0,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"3nFW)T2#J9fIAo@[js[n\" x=\"340\" y=\"204\"><value name=\"variable\"><block type=\"character_variables\" id=\"Hk+l2dY?5AzZ#0%7Q5uf\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"|if/hli`Ryhfh8i/Fk;*\"><field name=\"NUM\">5</field></block></value><next><block type=\"entities_assignment\" id=\"Fga1CyS#EvxR,W6O?:Qm\"><value name=\"variable\"><block type=\"character_variables\" id=\"BD@YJBMV{MxlJjF-|hXd\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"N.1BcRI-YHL4t);vRE*s\"><field name=\"NUM\">6.5</field></block></value><next><block type=\"always\" id=\"jncQZ#i3)QDTv6}|TqMy\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\":!7Jr#d+Vd7=??:w_j,r\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"{i^Mzs#DnuDw-|v[MPi2\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"5=f65b8IRpx%sps4X-{v\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"sYG6Ym;A-szvcu7p7=Vv\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"Z*K%;sz{!Lm+NVL5w1J^\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"jump\" id=\"SA?qa`c;940@c=z3:pFA\"></block></value></block></statement></block></next></block></next></block></next></block></xml>"}],"tiles":[{"position":{"x":0,"y":1},"url":"images/game/blocks/kano.png","type":"wall","code":null,"traversable":false},{"position":{"x":1,"y":1},"url":"images/game/blocks/kano.png","type":"wall","code":null,"traversable":false},{"position":{"x":2,"y":1},"url":"images/game/blocks/kano.png","type":"wall","code":null,"traversable":false},{"position":{"x":6,"y":1},"url":"images/game/blocks/kano.png","type":"wall","code":null,"traversable":false},{"position":{"x":14,"y":1},"url":"images/game/blocks/kano.png","type":"wall","code":null,"traversable":false},{"url":"images/game/bonus/drapeau_jaune.png","type":"item","code":"objet.compteur = 3;\nrepeterChaque(1 + ' secondes', fonction () {\n objet.compteur = (objet.compteur-1);\n if (objet.compteur >= 0) {\n objet.dit('Partez !');\n joueur.porteOuverte = true;\n } else {\n objet.dit(objet.compteur);\n }});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"jpS15}(EVRL{%c1o{HW)\" x=\"428\" y=\"205\"><value name=\"variable\"><block type=\"object_variables\" id=\"I9cYeZN;i_h72/LqbP!a\"><field name=\"variable\">compteur</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"JvIL;Q2owVgwlar~|LJJ\"><field name=\"NUM\">3</field></block></value><next><block type=\"repeat\" id=\"lWuyZ2,pwKd5J8xmyJke\"><value name=\"seconds\"><block type=\"math_number\" id=\"PM86v|@][KkyD.C76GM!\"><field name=\"NUM\">1</field></block></value><statement name=\"body\"><block type=\"entities_assignment\" id=\"+y+rajp.N3rn)i!aZWUH\"><value name=\"variable\"><block type=\"object_variables\" id=\"?XjtZA,_Ea_*C[::%u3{\"><field name=\"variable\">compteur</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"]V+tSbUgofKGZuPh[*MO\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"object_variables\" id=\"p+3x^wuqgAe/q[(OD2t2\"><field name=\"variable\">compteur</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"e@Wdsi^S_|l6kFC|oD]g\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"condition_if\" id=\"w`C!A9g5IH=0pz+5raVA\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"8Dn]?gjMwf/@dpuZSq2(\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"object_variables\" id=\"~E,wKPQ|%:QEP}J_)=Qp\"><field name=\"variable\">compteur</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"O}L_.8qPZ+a/=#Qwmm-H\"><field name=\"NUM\">0</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_player\" id=\"J5mAFODiztOXtg]#3gv/\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"Z;=B_1{d`[T(zClWzwfV\"><value name=\"TEXT\"><block type=\"text\" id=\"xbPB9!Y97yqx-1.JQ7Q1\"><field name=\"TEXT\">Partez !</field></block></value></block></value><next><block type=\"entities_assignment\" id=\"/!hDM?QJ*i`0ryk|.@qE\"><value name=\"variable\"><block type=\"player_variables\" id=\")z;zi2,;Q.3gNJq2MM|Z\"><field name=\"variable\">porteOuverte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"xvszC)I0RGwQ+EYE(UNC\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities_player\" id=\"^O/!SZ8k;)1Z=/tk4E}%\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"|Hrn2/xjOB}p-(gB.{R4\"><value name=\"TEXT\"><block type=\"object_variables\" id=\"wxg6~{~F_!u=d4?L(LI4\"><field name=\"variable\">compteur</field></block></value></block></value></block></statement></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":4,"y":2}},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":36,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":37,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":39,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":37,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":39,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":41,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":41,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux5.png","type":"wall","position":{"x":41,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":49,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":48,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":47,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":48,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":49,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":49,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":24,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":25,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":27,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":28,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":29,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":30,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":31,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":34,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":34,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":35,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":35,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":36,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":40,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":40,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":40,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux2.png","type":"wall","position":{"x":40,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":43,"y":5},"traversable":false,"code":null},{"url":"images/game/bonus/anims/ventilo.png","type":"item","position":{"x":44,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":45,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":44,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":44,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":44,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":44,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":42,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":46,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":43,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":44,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":45,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":44,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":43,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":45,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux6.png","type":"wall","position":{"x":38,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux4.png","type":"wall","position":{"x":42,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux2.png","type":"wall","position":{"x":39,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":50,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":51,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":52,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":53,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":54,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":54,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":54,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":53,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":53,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":52,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":58,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":58,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":58,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":59,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":60,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":59,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":60,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":59,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":60,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":65,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":65,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":65,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":66,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":66,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":66,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":67,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":67,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":67,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":70,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":70,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":70,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":71,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":71,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":71,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":74,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":74,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":74,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":75,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":76,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":75,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":75,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":76,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":76,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":77,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":77,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":77,"y":1},"traversable":false,"code":null},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur arrive', fonction () {\n if (joueur.cristaux === 10) {\n victoire();\n } else {\n defaite();\n }});\n\nobjet.dit('Bravo tu as récupéré tous les cristaux !');\n\nretarder(20 + ' secondes', fonction () {\n});\n\nvictoire();\nquand('personnage part', fonction (personnage) {\n});\npersonnage.dit('Je reviens en arrière! ');\n\nquand('personnage arrive', fonction (personnage) {\n});\n\n.teleporte();\n\nobjet.dit('Le personnage est arrivé avant toi, essaie encore !');\n\nretarder(3 + ' secondes', fonction () {\n defaite();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"`=5(oRMY-`S.Dy^ccqg|\" x=\"233\" y=\"119\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"g]iO2wv,i]x,k]k8nTRO\"></block></value><statement name=\"BODY\"><block type=\"condition_if\" id=\"r(ld2,P1%uMhzU)rlcij\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"HweNhb1NSq*nZwK7bf|i\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"AtnR~zYxK@q~c~|J^B!V\"><field name=\"variable\">cristaux</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"^U4pQ%eq;4{*z%b{,ooP\"><field name=\"NUM\">10</field></block></value></block></value><statement name=\"DO0\"><block type=\"victory\" id=\"wmn:~o)7RKBh{sWfF[Pf\"></block></statement><statement name=\"ELSE\"><block type=\"game_over\" id=\"kL6cqP/(u|fm0!L=MLTr\"></block></statement></block></statement></block><block type=\"get_entities_object\" id=\"qB-RSieCUvHCt@Hy32zs\" x=\"770\" y=\"190\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"hV2bxWoL),-s7#aG%-ok\"><value name=\"TEXT\"><block type=\"text\" id=\"73V.GyE]_4h`QH+K{Ln1\"><field name=\"TEXT\">Bravo tu as récupéré tous les cristaux !</field></block></value></block></value></block><block type=\"delay\" id=\"81TaVhWec8{[NekKr0rg\" x=\"1050\" y=\"230\"><value name=\"seconds\"><block type=\"math_number\" id=\"Hr{7LFb6Al3]~hEX.ga#\"><field name=\"NUM\">20</field></block></value></block><block type=\"victory\" id=\"d`k-=o5#+B[^.E?.WNKj\" x=\"1130\" y=\"230\"><next><block type=\"when_character\" id=\"e^#p2nbyD7;r6m*E_TbC\"><field name=\"ACTION\">personnage part</field><next><block type=\"get_entities_object\" id=\"738^yh@#mD4u4qU!Wb~X\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"f.5CJ~w|t?S8k1ZQGY+k\"><value name=\"TEXT\"><block type=\"text\" id=\"dEgC27,wsokL9)X79r9Y\"><field name=\"TEXT\">Je reviens en arrière! </field></block></value></block></value></block></next></block></next></block><block type=\"when_character\" id=\"oUM[e@6Iwg^6zFK1XvcZ\" x=\"790\" y=\"270\"><field name=\"ACTION\">personnage arrive</field></block><block type=\"teleport\" id=\",-mE72lF_NNM`L:fn3Q|\" x=\"590\" y=\"390\"></block><block type=\"get_entities_object\" id=\"c{]eSM9jqywvD`D1ux5D\" x=\"610\" y=\"390\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"~%ApT4~7T_Rm+hF+_7Qn\"><value name=\"TEXT\"><block type=\"text\" id=\"-UtoVV%[R?vt{oQ)sLC?\"><field name=\"TEXT\">Le personnage est arrivé avant toi, essaie encore !</field></block></value></block></value></block><block type=\"delay\" id=\"uakBZLvnIrry|TMf6!Vt\" x=\"410\" y=\"410\"><value name=\"seconds\"><block type=\"math_number\" id=\"7/vs}Z12~%uCY{~O.60K\"><field name=\"NUM\">3</field></block></value><statement name=\"body\"><block type=\"game_over\" id=\"E[/ZOF^z32qNX!EXl.4M\"></block></statement></block></xml>","traversable":true,"position":{"x":77,"y":4}},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":55,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":56,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":57,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":55,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":55,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":56,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":56,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":57,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":57,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":54,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":55,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":56,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":57,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":58,"y":6},"traversable":false,"code":null},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', fonction (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"222\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":25,"y":4}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', function () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', function (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"222\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":22,"y":4}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', fonction (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":44,"y":8}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', function () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', function (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":40,"y":5}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', fonction (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":55,"y":7}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', function () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', function (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":57,"y":7}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', fonction (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":29,"y":2}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', fonction (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":35,"y":3}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', function () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', function (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"220\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":70,"y":4}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.cristaux = (joueur.cristaux+1);\n objet.disparait();\n});\nquand('personnage arrive', fonction (personnage) {\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0Y]rA1]EKcx[^?ZX8@A*\" x=\"222\" y=\"205\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"r+9IRTGN!60@GGLz.%|Y\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"4mI(nG@n+[,A++i~?W|o\"><value name=\"variable\"><block type=\"player_variables\" id=\"mk}]MQjm7BtV)[}Hg4pr\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"dW,eAG;b/r~1eO@GC:(a\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"[-nSww!%pQ9|rbRY+TtL\"><field name=\"variable\">cristaux</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"SkQGfjGe?k**w:Emb1vc\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_object\" id=\"Tw9H4y7:8U9O/i5trOjZ\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"ipgd[b:`0cW%@2SVUv+[\"></block></value></block></next></block></statement><next><block type=\"when_character\" id=\"6O[ZJNJx3`JrA/di9Z{L\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"r^~hT(UslUJ.JNF-U`wf\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"SGhH~Q#p2,rEL!+OO5Gl\"></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":18,"y":6}},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":10,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":18,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":22,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":26,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":23,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":23,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":22,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":21,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":21,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":33,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":32,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/action3.png","position":{"x":52,"y":4},"traversable":true,"code":"objet;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"get_entities_player\" id=\"D~(yX(yfh*A~s0a,[kct\" x=\"390\" y=\"230\"><field name=\"NAME\">objet</field></block></xml>"}],"player":{"urls":{"head":"images/game/players/elf/","body":"images/game/players/elf/","bullet":"images/game/players/elf/"},"position":{"x":2,"y":2},"type":"player","width":1,"height":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"td]nw4x@Gs~Uk*?q+(yt\" x=\"233\" y=\"119\"><value name=\"variable\"><block type=\"player_variables\" id=\"fG^7ItHjeY6beKfcHg]g\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"BVWk8qP?aCsyi?_|m0}r\"><field name=\"NUM\">4</field></block></value><next><block type=\"entities_assignment\" id=\"Fga1CyS#EvxR,W6O?:Qm\"><value name=\"variable\"><block type=\"player_variables\" id=\"5Bc4Rk+tZsxZ;;Jt0guj\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"IeIqS;6@hg5]c?SO[y+3\"><field name=\"NUM\">10000</field></block></value><next><block type=\"entities_assignment\" id=\"|z`vnj/%Yozu@Y_,*736\"><value name=\"variable\"><block type=\"player_variables\" id=\"3e?g2ksAejx}[S4tH:EY\"><field name=\"variable\">cristaux</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"ihS[h|F,kScZjgDjJ0_H\"><field name=\"NUM\">0</field></block></value></block></next></block></next></block></xml>","code":"joueur.hauteurSaut = 4;\njoueur.vitesse = 10000;\njoueur.cristaux = 0;\n"},"endGame":{"wallpaper":"images/game/end_screens/end_screen_2.jpg","winText":"Victoire !","loseText":"Défaite :("},"sounds":{"music":"sounds/musics/height_bits","win":"sounds/win/01","loose":"sounds/loose/01","items":"sounds/bonus/01"},"soundEnable":true,"name":"Test","goal":"Finir le niveau","generalScript":"gravite = 1;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"324\" y=\"204\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">1</field></block></value></block></xml>","code":"","needed":true,"assetsLibrary":{"backgrounds":["https://www.code-decode.net/sites/default/files/images_modules/gamecode/7687/7687-Testentrepot1.jpg"]},"customBlocklyDropdowns":{"item":[["compteur","compteur"]],"player":[["cristaux","cristaux"],["porteOuverte","porteOuverte"]]}}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

GameCode partners