mortelle aventure

Contenu: 
{"backgroundUrl":"images/game/end_screens/end_screen_3.png","characters":[{"position":{"x":8,"y":13},"url":"images/game/characters/bugfive/","code":"","width":1,"height":2,"type":"character","id":0,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"},{"position":{"x":-85,"y":5},"url":"images/game/charactersV2/bugone/","code":"quand('joueur arrive', fonction () {\n personnage.cadenceDeTir = -1;\n personnage.life = 10000000;\n personnage.hauteurSaut = 20;\n personnage.dit('Si tu me touche tu me retourne ');\n});\nquand('est touché', fonction () {\n personnage.retourneToi();\n});\nquand('joueur arrive', fonction () {\n retarder(2 + ' secondes', fonction () {\n repeterChaque(0.1 + ' secondes', fonction () {\n personnage.tire();\n personnage.saute();\n });\n });\n toujours(fonction () {\n });\n quand('tir touche', fonction (personnage) {\n joueur.vie = (joueur.vie-1);\n });\n});\n\npersonnage;\n","width":1,"height":2,"type":"character","id":1,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"9FdcS08Xj5)Bb(BLi[P-\" x=\"301\" y=\"32\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\".dP/Vucs*VllAWrl=Md?\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"6bW{)kTqZm1q2D{M}B/K\"><value name=\"variable\"><block type=\"character_variables\" id=\"8EKzoDb?^J1Vw|-HR3]e\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"[=Ow,r3ES{o[)4*@vwK(\"><field name=\"NUM\">-1</field></block></value><next><block type=\"entities_assignment\" id=\"qRUB^BppArU/*[Rw17=f\"><value name=\"variable\"><block type=\"character_variables\" id=\"?6)KG:+v)-tq*3MEtLV0\"><field name=\"variable\">life</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"Rurx:m,}|E%#U@v28s!(\"><field name=\"NUM\">10000000</field></block></value><next><block type=\"entities_assignment\" id=\"qqD;4A94TH`:j6#Zj!n%\"><value name=\"variable\"><block type=\"character_variables\" id=\"Rl/Ep6,j4Rc*~1pI@T4H\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\":N~8o:pJylS_JWpsiHMh\"><field name=\"NUM\">20</field></block></value><next><block type=\"get_entities_object\" id=\"(l4)s.01T!y.B_:!apC-\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"9Uju;Sv)=qT2RTImks7@\"><value name=\"TEXT\"><block type=\"text\" id=\"q56f+1v1b:PhZCv+7tnh\"><field name=\"TEXT\">Si tu me touche tu me retourne </field></block></value></block></value></block></next></block></next></block></next></block></statement><next><block type=\"gamecode_when\" id=\"(bwJl7[[LW^3j!#c[+Ot\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"u{vL(.kjR^v]Lr!nkboC\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"*:@v=I.k4l(chs|pzU9/\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"fVHqD|3G:MRJTowSR2i=\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"P]+V}_H@c~7{`Br7~rGd\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"A12n2u?(DC0J)p[_|_Z3\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"Z;`EW{Hr)!8Nmvgt:^W8\"><value name=\"seconds\"><block type=\"math_number\" id=\"O(6(aqc=ZB#sSs5lvXf-\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"repeat\" id=\"NxGw0AjgU)(]HyaTkkTJ\"><value name=\"seconds\"><block type=\"math_number\" id=\".?pmVaq8KxI)Q?0Zegh#\"><field name=\"NUM\">0.1</field></block></value><statement name=\"body\"><block type=\"get_entities_character\" id=\"9bO:kExB:ev7T+IKg8M5\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"^EA#@]lL#]{/+z`YZsq]\"></block></value><next><block type=\"get_entities_character\" id=\"@azKD3Qeui.}V3DQ-fF8\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"jump\" id=\"QEXX|de4y@yN{fUXH2nl\"></block></value></block></next></block></statement></block></statement><next><block type=\"always\" id=\"uW:t/DNBFP?;uc#ku8(j\"><next><block type=\"when_hit\" id=\"sINDWBJHsM=8|GL`tmNZ\"><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"ups1R@QaS7E~HeQopPyu\"><value name=\"variable\"><block type=\"player_variables\" id=\"IWJ/%s?wL!}I:W;k:HEM\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"o8oitwUQeh#8`{i;``:`\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"FO6(fja7YFxS3Nit:Dm-\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"Cz9i!O.#7o3l13KME/yu\"><field name=\"NUM\">1</field></block></value></block></value></block></statement></block></next></block></next></block></statement></block></next></block></next></block><block type=\"get_entities_character\" id=\"/3lLvTNsZvbKw0]Q1tu]\" x=\"630\" y=\"470\"><field name=\"NAME\">personnage</field></block></xml>"},{"position":{"x":-96,"y":7},"url":"images/game/charactersV2/bugfive/","code":"personnage.vitesse = 10;\npersonnage.retourneToi();\nquand('joueur arrive', fonction () {\n toujours(fonction () {\n personnage.avance();\n });\n quand('est bloqué', fonction () {\n personnage.saute();\n });\n});\n","width":1,"height":2,"type":"character","id":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"O9lw7YOmEO{F5r7Es(AW\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"character_variables\" id=\"dEc}9C,?)q1A)TTOJCjN\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"6,6?n9ZLW6v961wNTGw,\"><field name=\"NUM\">10</field></block></value><next><block type=\"get_entities_character\" id=\"g6g3}vEuk6|7rdyRj|}-\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"3eX/!92`Je|(%/|+Um0f\"></block></value><next><block type=\"gamecode_when\" id=\"=f#yLI;PZ].SPW/sNm|n\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"^jI2bJ^@5c*]AJrZTAxO\"></block></value><statement name=\"BODY\"><block type=\"always\" id=\"k_gnnVr@bmgO);er|3RE\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"(dk24@5R;tqWan:NR-nI\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"y6!R#@LO(G;MlaE~%zZ`\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"v}u/i;|4t=!8DF3C=O`t\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"2Y7X-O-#{!~Jeyc|`pGr\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"BBc?M*{m1f{iSC(}CpsA\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"jump\" id=\"xN[N*E2bNJyt;QDwDFF(\"></block></value></block></statement></block></next></block></statement></block></next></block></next></block></xml>"},{"position":{"x":-89,"y":6},"url":"images/game/charactersV2/bugseven/","code":"personnage.vie = 10;\n","width":1,"height":2,"type":"character","id":3,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"JFAtO1NA7bH~1!eWg?ya\" x=\"301\" y=\"-859\"><value name=\"variable\"><block type=\"character_variables\" id=\"g~^`a#EHv};^IC7llSD!\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"0nA,uPi@p+G;[PEKHTlI\"><field name=\"NUM\">10</field></block></value></block></xml>"},{"position":{"x":-91,"y":5},"code":"","url":"images/game/charactersV2/bugsix/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","type":"character","width":1,"height":2,"id":4},{"position":{"x":20,"y":5},"url":"images/game/charactersV2/bugone/","code":"quand('joueur arrive', fonction () {\n personnage.danse();\n personnage.dit('si vous voulez un 2 mettez 10 favoris');\n joueur.danse();\n});\n","width":1,"height":2,"type":"character","id":5,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"21g)?Dd8GygMTQb{S}Wk\" x=\"322\" y=\"144\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"OsG?4]~yl(XJfRu5q/ER\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"89T%uujv,n4`X0Mej,k9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"dance\" id=\"yR+yu=_iBV^7^Zo#Z1UK\"></block></value><next><block type=\"get_entities_character\" id=\"i9-B!iMvD0=Ck[e!|;6)\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"says\" id=\"q;Ow5Yb#Rr2n}*-8A^/z\"><value name=\"TEXT\"><block type=\"text\" id=\"`VBn(d8PoWC`gnt.J#hj\"><field name=\"TEXT\">si vous voulez un 2 mettez 10 favoris</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"b,+XE9g9q/?77xgj1@qL\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"dance\" id=\"`0Y!5Gd6BgJ}9u^_I]Lg\"></block></value></block></next></block></next></block></statement></block></xml>"},{"position":{"x":21,"y":5},"url":"images/game/charactersV2/skieur/","code":"quand('joueur arrive', fonction () {\n personnage.danse();\n});\n","width":1,"height":2,"type":"character","id":6,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\":#KUGv1kJjs8XPW3n,T%\" x=\"235\" y=\"-550\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"ja1Q.WoGQkR]VYC#z9`|\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"Cz+}Cm:jL04C(@L_l`9q\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"dance\" id=\"@tkzcawpQ|Bhi)V:6{kL\"></block></value></block></statement></block></xml>"},{"position":{"x":22,"y":5},"url":"images/game/charactersV2/yeti/","code":"quand('joueur arrive', fonction () {\n personnage.danse();\n});\n","width":1,"height":2,"type":"character","id":7,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"}[)sb#=D_tovnfqv,fy1\" x=\"-492\" y=\"-344\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"tr~,]F,x^X!v55t;B4tW\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"(SHnTLwT8]A#,eje]oJZ\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"dance\" id=\"eS)Wp)3df;.*X]:i~.(d\"></block></value></block></statement></block></xml>"},{"position":{"x":-66,"y":8},"code":"personnage.nom = 'FRANCIS';\npersonnage.hauteurSaut = 1.2;\npersonnage.vitesse = 5;\npersonnage.vole = true;\nquand('joueur arrive', fonction () {\n});\n\ntoujours(fonction () {\n personnage.avance();\n});\nquand('est bloqué', fonction () {\n personnage.saute();\n});\n","url":"images/game/charactersV2/bugfive/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"Q2}+XIT7F-1ji{H2wbPy\" x=\"-108\" y=\"197\"><value name=\"variable\"><block type=\"character_variables\" id=\"Isd0w=%wgQ!;{g-YZ#rg\"><field name=\"variable\">nom</field></block></value><value name=\"value\"><block type=\"text\" id=\"?R^qi8c/[7mLkaAD~Y0?\"><field name=\"TEXT\">FRANCIS</field></block></value><next><block type=\"entities_assignment\" id=\"5Wi3iXoniDnCqJtOOJ1j\"><value name=\"variable\"><block type=\"character_variables\" id=\"kOZyoI8mKzGVyRs-U{T7\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"{`hJC=YuatVn@:#v7;[r\"><field name=\"NUM\">1.2</field></block></value><next><block type=\"entities_assignment\" id=\"O9lw7YOmEO{F5r7Es(AW\"><value name=\"variable\"><block type=\"character_variables\" id=\"dEc}9C,?)q1A)TTOJCjN\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"6,6?n9ZLW6v961wNTGw,\"><field name=\"NUM\">5</field></block></value><next><block type=\"entities_assignment\" id=\"O,:JM:Cx3[8UMYCT;NzM\"><value name=\"variable\"><block type=\"character_variables\" id=\"+E%I,m`/#zn|=3dl6Ihr\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"s/iv!f6bu4E*0Qjt]hqj\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"gamecode_when\" id=\"=f#yLI;PZ].SPW/sNm|n\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"^jI2bJ^@5c*]AJrZTAxO\"></block></value></block></next></block></next></block></next></block></next></block><block type=\"always\" id=\"k_gnnVr@bmgO);er|3RE\" x=\"-88\" y=\"437\"><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"(dk24@5R;tqWan:NR-nI\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"y6!R#@LO(G;MlaE~%zZ`\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"v}u/i;|4t=!8DF3C=O`t\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"2Y7X-O-#{!~Jeyc|`pGr\"></block></value><statement name=\"BODY\"><block type=\"get_entities_character\" id=\"BBc?M*{m1f{iSC(}CpsA\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"jump\" id=\"xN[N*E2bNJyt;QDwDFF(\"></block></value></block></statement></block></next></block></xml>","type":"character","width":1,"height":2,"id":8},{"position":{"x":-85,"y":9},"url":"images/game/charactersV2/bugfive/","code":"","width":1,"height":2,"type":"character","id":9,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"}],"tiles":[{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-65,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-66,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-67,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-67,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-66,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-65,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-65,"y":4},"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":-66,"y":3},"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":-61,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-62,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-63,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-60,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-59,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-61,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-61,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-61,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-61,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-57,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-57,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-57,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-56,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-54,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-54,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-54,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-54,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-55,"y":5},"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/metal.png","type":"wall","position":{"x":-54,"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":-52,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-52,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-52,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-52,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-51,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-50,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-50,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-51,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-51,"y":4},"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":-50,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-81,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux5.png","type":"wall","position":{"x":-81,"y":12},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-46,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-48,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-47,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-46,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-45,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-44,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-46,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-46,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-46,"y":6},"traversable":false,"code":null},{"url":"images/game/bonus/drapeau_jaune.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":-1,"y":13}},{"type":"item","url":"images/game/bonus/drapeau_jaune.png","position":{"x":-67,"y":8},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-73,"y":13}},{"url":"images/game/bonus/anims/arobase.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":-67,"y":13}},{"url":"images/game/bonus/anims/arobase.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":-64,"y":12}},{"url":"images/game/bonus/anims/arobase.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-63,"y":12}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-61,"y":12}},{"type":"wall","url":"images/game/blocks/metal.png","position":{"x":-74,"y":3},"traversable":false,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"when_character\" id=\"rypXp!Q0(}sUtM3FJ6ia\" x=\"291\" y=\"-406\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"9-?OnU^MmQ+2@@pY#Aug\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"shoot\" id=\"{=BK.~u/x0sZt?Q%fDz)\"></block></value></block></statement></block></xml>","code":null},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-62,"y":13}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-63,"y":11}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":-62,"y":10}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-61,"y":13}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-57,"y":10}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-56,"y":13}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-56,"y":12}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-57,"y":13}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-57,"y":-1}},{"url":"images/game/bonus/inter01.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-58,"y":-1}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-64,"y":13}},{"url":"images/game/bonus/action3.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-55,"y":11}},{"url":"images/game/bonus/action3.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":-52,"y":13}},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-57,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-56,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux3.png","type":"wall","position":{"x":-26,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux8.png","type":"wall","position":{"x":-23,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux8.png","type":"wall","position":{"x":-23,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux8.png","type":"wall","position":{"x":-23,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux8.png","type":"wall","position":{"x":-23,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux5.png","type":"wall","position":{"x":-27,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux2.png","type":"wall","position":{"x":-24,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux2.png","type":"wall","position":{"x":-22,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux2.png","type":"wall","position":{"x":-23,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux4.png","type":"wall","position":{"x":-31,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux9.png","type":"wall","position":{"x":-21,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-21,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-34,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux6.png","type":"wall","position":{"x":-21,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux4.png","type":"wall","position":{"x":-22,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux3.png","type":"wall","position":{"x":-22,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux9.png","type":"wall","position":{"x":-21,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux6.png","type":"wall","position":{"x":-21,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux4.png","type":"wall","position":{"x":-20,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux6.png","type":"wall","position":{"x":-19,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux4.png","type":"wall","position":{"x":-18,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux4.png","type":"wall","position":{"x":-16,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux6.png","type":"wall","position":{"x":-17,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux6.png","type":"wall","position":{"x":-15,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux9.png","type":"wall","position":{"x":-15,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux9.png","type":"wall","position":{"x":-30,"y":12},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux3.png","type":"wall","position":{"x":-16,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux9.png","type":"wall","position":{"x":-20,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-20,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-19,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-18,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-17,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-16,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-28,"y":13},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux3.png","type":"wall","position":{"x":-16,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux.png","type":"wall","position":{"x":-15,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux.png","type":"wall","position":{"x":-14,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux.png","type":"wall","position":{"x":-13,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/pipes/tuyaux7.png","type":"wall","position":{"x":-23,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-43,"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":-43,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-41,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-41,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-41,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-39,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-39,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-39,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-37,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-37,"y":4},"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":-34,"y":7},"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":-42,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-40,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-38,"y":1},"traversable":false,"code":null},{"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":-31,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-29,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-27,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-24,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-26,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-25,"y":9},"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":-30,"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/metal.png","type":"wall","position":{"x":-43,"y":13},"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/metal.png","type":"wall","position":{"x":-33,"y":13},"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":-25,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/pile.png","position":{"x":-22,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/pile.png","position":{"x":-21,"y":9},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/pile.png","position":{"x":-20,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/chaudron.png","position":{"x":-26,"y":12},"traversable":true},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-19,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-18,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-17,"y":9},"traversable":true},{"type":"item","url":"images/game/bonus/action.png","position":{"x":-16,"y":9},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"comment_block\" id=\"t|22v9+ivTfo#2P%g50+\" x=\"232\" y=\"176\"><field name=\"comment_line\">BRAVO</field></block></xml>","code":"//BRAVO;\n/*\n\n*/\n"},{"url":"images/game/bonus/anims/coin.png","type":"item","position":{"x":-12,"y":8},"traversable":false,"code":"objet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"Rv(90TQqi!7~_QG*p]8N\" x=\"301\" y=\"144\"><value name=\"variable\"><block type=\"object_variables\" id=\"X)7x|ertt[.pg,e{X#DA\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"jz:`J)JLr#S3MP,+AZ3^\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>"},{"url":"images/game/bonus/anims/coin.png","type":"item","position":{"x":-6,"y":2},"traversable":false,"code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"},{"url":"images/game/bonus/cristaux.png","type":"item","position":{"x":-8,"y":13},"traversable":true,"code":"","sourceXml":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-7,"y":13},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/anims/led.png","position":{"x":-9,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-10,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-8,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/bonus/tonneau.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":5,"y":13}},{"type":"item","url":"images/game/bonus/action.png","position":{"x":-20,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"7r|MGp7Gu,e.tEJznhx+\" x=\"240\" y=\"192\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"9CGawpftf*FTCOT0;.fy\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\":JZxbgn)4+k4F-8Y`2K}\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"M)8{^u*g4T4JEFD-27Dg\"><value name=\"TEXT\"><block type=\"text\" id=\"YwBCEFj4r48Z8;D{pC.r\"><field name=\"TEXT\">en haut ces mieux</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('en haut ces mieux');\n});\n"},{"type":"item","url":"images/game/bonus/action.png","position":{"x":-17,"y":4},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"-g.LPF8Q}kN|3!mMuxn8\" x=\"224\" y=\"192\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"b@`N}r@BrchqUlUlEna{\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"P*nPaaD+q,?@J`-IcF?#\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"[CUK!F@cILg2+p[^xHTr\"><value name=\"TEXT\"><block type=\"text\" id=\"xDAzTn}up36lN,9{gP3[\"><field name=\"TEXT\">allez tu vas y arriver</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('allez tu vas y arriver');\n});\n"},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":10,"y":13},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/inter01.png","position":{"x":3,"y":2},"traversable":true,"code":"objet.traversable = false;\nobjet.visible = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"AN:MhO_ss]fMLHzbW0u*\" x=\"227\" y=\"176\"><value name=\"variable\"><block type=\"object_variables\" id=\"dMm{M?l]=c-tx]JwT*U~\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6qPN3N)%@RKx.T?Q*(u/\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\")4~c+TfQY98BnYPR8vGv\"><value name=\"variable\"><block type=\"object_variables\" id=\"kPjvFQ]30CH`(=/(sXNz\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"2(U*+i:8zW5oM1ZHv8,g\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></xml>"},{"url":"images/game/bonus/anims/hearth.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":7,"y":13}},{"type":"item","url":"images/game/bonus/inter01.png","position":{"x":11,"y":2},"traversable":true,"code":"objet.visible = false;\nobjet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"?u^lM,MvC-%:ph=KJ2q^\" x=\"227\" y=\"176\"><value name=\"variable\"><block type=\"object_variables\" id=\"QG^lg%6AOG#fizRsF_Ab\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(jef4L;H7Dv^:w!aLVs:\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"i:?p0c3O_gWgu3f8o(bO\"><value name=\"variable\"><block type=\"object_variables\" id=\"f+eSI~M!Z7RCYQtZu[Lp\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"~7{LygX{F[3_HBJ]R-b#\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></xml>"},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-1,"y":4},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":1,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":1,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":2,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":3,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":3,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":4,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":4,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\",_d3)%{}!%KwQJ,5[0L(\" x=\"250\" y=\"110\"><value name=\"variable\"><block type=\"object_variables\" id=\"D*B)[o-TCs%np~wI9XTu\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"B,;/W3Hl(3Iq_-y;nc,i\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","code":"objet.traversable = false;\n"},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":10,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":10,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":9,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":5,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":5,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":12,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":11,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":11,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":13,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":13,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":0,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-4,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-5,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-3,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-2,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-1,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":2,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":1,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BA.png","type":"wall","position":{"x":-5,"y":12},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":3,"y":9},"traversable":false,"code":null},{"url":"images/game/bonus/anims/circuit.png","type":"item","code":"objet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"AN:MhO_ss]fMLHzbW0u*\" x=\"290\" y=\"130\"><value name=\"variable\"><block type=\"object_variables\" id=\"dMm{M?l]=c-tx]JwT*U~\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6qPN3N)%@RKx.T?Q*(u/\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","traversable":true,"position":{"x":0,"y":5}},{"url":"images/game/bonus/anims/flower.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":3,"y":13}},{"url":"images/game/bonus/tonneau.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":3,"y":12}},{"url":"images/game/bonus/anims/circuit.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":4,"y":13}},{"url":"images/game/bonus/anims/flower.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":5,"y":12}},{"url":"images/game/bonus/anims/circuit.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":6,"y":12}},{"url":"images/game/bonus/anims/flower.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":6,"y":13}},{"url":"images/game/bonus/anims/circuit.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":9,"y":13}},{"url":"images/game/bonus/tonneau.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":11,"y":13}},{"url":"images/game/bonus/anims/flower.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":14,"y":13}},{"url":"images/game/bonus/anims/flower.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":12,"y":12}},{"url":"images/game/bonus/anims/circuit.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":true,"position":{"x":12,"y":13}},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":4,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":5,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-B.png","type":"wall","position":{"x":-5,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-4,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":-2,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":6,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":7,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-BB.png","type":"wall","position":{"x":8,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":11,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":12,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":14,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-5,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-4,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-3,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-2,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-1,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-4,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-3,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-2,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-1,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-2,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-3,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-2,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-1,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":-31,"y":1},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-11,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":9,"y":9},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":2,"y":5},"traversable":true},{"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":-78,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-79,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-80,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-81,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-83,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-84,"y":3},"traversable":false,"code":null},{"url":"images/game/bonus/cristaux trala.png","type":"item","position":{"x":-85,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-86,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-86,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-87,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-87,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-88,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-90,"y":3},"traversable":false,"code":null,"sourceXml":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-91,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-92,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-89,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","code":null,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","traversable":false,"position":{"x":-90,"y":4}},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-89,"y":3},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/action.png","position":{"x":-92,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"zOvW##KO_vC*G^~D9j0_\" x=\"233\" y=\"-859\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"H_`Gid1ZQO*[l_{3~Dsy\"></block></value><statement name=\"BODY\"><block type=\"get_entities_player\" id=\"tgmi!rO*vw}OlAn`gSP)\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"IZ?kuBnSwtueFXo!lab3\"><value name=\"TEXT\"><block type=\"text\" id=\"UHHpf6.6(.sWr[pZZVld\"><field name=\"TEXT\">continue tu est sur la bonne voie</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('continue tu est sur la bonne voie');\n});\n"},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-94,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-96,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-97,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-98,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-99,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-100,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-101,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-102,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-103,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-104,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-105,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-106,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-108,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-109,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-110,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-107,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-95,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-104,"y":8},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/action.png","position":{"x":-94,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"_Z*+TauiR3ep(.@UnT96\" x=\"240\" y=\"192\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"P+BB,ctl,|@B@:TaTr8:\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"]!89fn7JpLD-iB3`%^IT\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"]T)t/f-XY8;)D|aKT+Q^\"><value name=\"TEXT\"><block type=\"text\" id=\"G^koTg!`;((mBrJ[q0Ix\"><field name=\"TEXT\">GAGNE LA COURSE</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('GAGNE LA COURSE');\n});\n"},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-112,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-114,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-113,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-111,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-119,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-117,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-118,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-116,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-115,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-107,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-86,"y":8},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":6,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":6,"y":5},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"p]oA/D[N4Ue+{obXG(0W\" x=\"301\" y=\"144\"><value name=\"variable\"><block type=\"object_variables\" id=\"p*JTWIyLDO}NhK-WB@Al\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"1l`MyT[5u@,B#^xkx:j5\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","code":"objet.traversable = false;\n"},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":7,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/flower.png","position":{"x":7,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":8,"y":6},"traversable":true},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":-3,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":-1,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":16,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":15,"y":1},"traversable":false,"code":null},{"url":"images/game/bonus/inter01.png","type":"item","code":"objet.visible = false;\nobjet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"?u^lM,MvC-%:ph=KJ2q^\" x=\"227\" y=\"176\"><value name=\"variable\"><block type=\"object_variables\" id=\"QG^lg%6AOG#fizRsF_Ab\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(jef4L;H7Dv^:w!aLVs:\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"i:?p0c3O_gWgu3f8o(bO\"><value name=\"variable\"><block type=\"object_variables\" id=\"f+eSI~M!Z7RCYQtZu[Lp\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"~7{LygX{F[3_HBJ]R-b#\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></xml>","traversable":true,"position":{"x":7,"y":2}},{"type":"item","url":"images/game/bonus/anims/circuit.png","position":{"x":0,"y":6},"traversable":true},{"type":"item","url":"images/game/bonus/anims/led.png","position":{"x":-1,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"-[i9AaK|?s-[15jnt6#=\" x=\"240\" y=\"134\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"4H|UQ/sr)w^k82SRK4Ps\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"p|qXJ0_o_!+M@QBMJpL-\"><value name=\"variable\"><block type=\"player_variables\" id=\"QGBGu)kpbKha(+3;^5;X\"><field name=\"variable\">atraction du sol</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"GtL(tYr@lK6|NKIdjCXZ\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"ug2G~v?~y;L7p8oRWGbd\"><field name=\"variable\">atraction du sol</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"+8b9r+@Aj:RfI{#f4L,Y\"><field name=\"NUM\">10</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n joueur.atraction du sol = (joueur.atraction du sol-10);\n});\n"},{"url":"images/game/bonus/action.png","type":"item","code":"quand('joueur arrive', fonction () {\n objet.dit('Bonus vert bleu vert marron');\n retarder(2 + ' secondes', fonction () {\n objet.dit('NIVEAU 3: vert');\n });\n retarder(2.5 + ' secondes', fonction () {\n objet.dit('RARES sertaines piéces sont dur');\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"IO@Imx^_[_mZN,X:IMwv\" x=\"240\" y=\"176\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\":%g-+q2N.{K0qO=MRG0Q\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"(ycK##!dt39v!_,u?tVB\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"C7EXsXJkNg(Ufq*C[N/n\"><value name=\"TEXT\"><block type=\"text\" id=\"Ys8Le84Xy4+OvpC4=SzT\"><field name=\"TEXT\">Bonus vert bleu vert marron</field></block></value></block></value><next><block type=\"delay\" id=\".H?{]?|JyYkQ(Bj|Fh4R\"><value name=\"seconds\"><block type=\"math_number\" id=\"pZ~0F[1]#[Pcw}?xQL(N\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\"Owkrpo;R6J;SMeYNEI!N\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"#XqKirg.:ruy1g.xQ=g*\"><value name=\"TEXT\"><block type=\"text\" id=\"5N#QhR*^R1h,+WwISlvR\"><field name=\"TEXT\">NIVEAU 3: vert</field></block></value></block></value></block></statement><next><block type=\"delay\" id=\"yJU8d!(?fdcR1:|P]MD4\"><value name=\"seconds\"><block type=\"math_number\" id=\"0pN)H3Z:Pm74=RE0_`^V\"><field name=\"NUM\">2.5</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\"awH5,Ne|udy1[y(F.N,,\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"dV5kJASmeGSS^lXBR[V/\"><value name=\"TEXT\"><block type=\"text\" id=\"Q5Y{]9BUF0NkZ;r#|8G,\"><field name=\"TEXT\">RARES sertaines piéces sont dur</field></block></value></block></value></block></statement></block></next></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-13,"y":8}},{"type":"item","url":"images/game/bonus/action2.png","position":{"x":-2,"y":6},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"/p0tenhD)6-/*V}JyeB3\" x=\"92\" y=\"85\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"nGetV{`9!j4WBV0Xov{:\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"t;(A.O2N[@Knsm;_w]I?\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"n80Z`QNWDZak7(ZKqLk%\"><value name=\"TEXT\"><block type=\"text\" id=\"+_*yfrqhy,lm,.y2u-%,\"><field name=\"TEXT\">choisi le bon chemin</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('choisi le bon chemin');\n});\n"},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-7,"y":7},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-6,"y":8},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"(]95Ag5/tM/D_{h,rJ[O\" x=\"301\" y=\"144\"><value name=\"variable\"><block type=\"object_variables\" id=\"A4Q436HqYgP/Vde};aD-\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"7D{:~9t#NjJk2A`_s/fY\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","code":"objet.traversable = false;\n"},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"quand('', fonction () {\n joueur;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"|??E5,|Lf7zZVFRp=_#M\" x=\"301\" y=\"145\"><statement name=\"BODY\"><block type=\"get_entities_player\" id=\"%xWmdX=]PK;XV9,Y8}d6\"><field name=\"NAME\">joueur</field></block></statement></block></xml>","traversable":true,"position":{"x":-10,"y":4}},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-7,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>","code":""},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-11,"y":3},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\";[bq)@PnDyqjhWD@2l%e\" x=\"300\" y=\"145\"><value name=\"variable\"><block type=\"object_variables\" id=\"XbORH#CkFqo=haRkQ|d=\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"kd~i-JF1u:i`04OUP5#W\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","code":"objet.traversable = false;\n"},{"type":"item","url":"images/game/bonus/anims/coin.png","position":{"x":-12,"y":2},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"bT|se:fV4#Ph}hYVnepN\" x=\"300\" y=\"144\"><value name=\"variable\"><block type=\"object_variables\" id=\"J}.`5/{/@A[s#!{CPW5m\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"#FoZqHP}ojOxBx;vGwdX\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","code":"objet.traversable = false;\n"},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-67,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":17,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":18,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":10,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":19,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":20,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":21,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":22,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":18,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":20,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/pont.png","type":"wall","position":{"x":22,"y":8},"traversable":false,"code":null},{"url":"images/game/bonus/action.png","type":"item","code":"quand('joueur arrive', function () {\n objet.dit('niveau 3 ');\n});\njoueur.vision = (joueur.vision+1);\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"0YKeeI/Q0mO.F`udd5gw\" x=\"222\" y=\"192\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"`p!D7BBnQfMwq.(%k+z2\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"jxmcsiVIoz(;RyuM#:E?\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"L6C0Gry.@xhJrR|Gq%)X\"><value name=\"TEXT\"><block type=\"text\" id=\"ec{tlg1;mNj:{?3}/t/#\"><field name=\"TEXT\">niveau 3 </field></block></value></block></value></block></statement><next><block type=\"entities_assignment\" id=\"kN+E%%dwsIX]qq:57S9G\"><value name=\"variable\"><block type=\"player_variables\" id=\"r^-o2n+*R7i*%I8n@@A_\"><field name=\"variable\">vision</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"]zBQuaiIsCVNdvx{/`cn\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"sWGlmk@ADDK8]sC9Cl]N\"><field name=\"variable\">vision</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"RZ~8Cqa!Q4}^W`jFE`Ni\"><field name=\"NUM\">1</field></block></value></block></value></block></next></block></xml>","traversable":true,"position":{"x":17,"y":4}},{"url":"images/game/bonus/danger.png","type":"item","code":"quand('joueur arrive', function () {\n objet.dit('suite dans mortelle aventure 2');\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"9kB^:ZvKFG7{sw=RZhE4\" x=\"-903\" y=\"-1389\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Sb/GGZ93Su.[TBk1@x1C\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"dnkySXL?,~wH,0^PT291\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"TP?mzIZE*oY#+MXQ@l2c\"><value name=\"TEXT\"><block type=\"text\" id=\"Vh-Yp/-*r{n64V7BI4}1\"><field name=\"TEXT\">suite dans mortelle aventure 2</field></block></value></block></value></block></statement></block></xml>","traversable":true,"position":{"x":17,"y":5}},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-120,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-122,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-123,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-120,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-85,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/ice/glace.png","type":"wall","position":{"x":-86,"y":9},"traversable":false,"code":null},{"type":"item","url":"images/game/bonus/cristaux.png","position":{"x":-83,"y":2},"traversable":true},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"quand('joueur arrive', fonction () {\n objet.dit('la première énigme est de récolter 5 clés');\n});\n\ngravite = 50;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"5~w~,DiUyIq3TMi9;_j.\" x=\"300\" y=\"144\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"PLrSk`|v?L)-d@HRREuy\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"boXs,`[jU,m[mUN1*E:y\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"X{A32Eceb|5,`d50iaDy\"><value name=\"TEXT\"><block type=\"text\" id=\"g`DSu*X}fWh^cv_SDby@\"><field name=\"TEXT\">la première énigme est de récolter 5 clés</field></block></value></block></value></block></statement></block><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"430\" y=\"230\"><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":-8,"y":4}},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-121,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-124,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-125,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-126,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-127,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-128,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-129,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":-130,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-133,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-135,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-136,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-137,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-139,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-140,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-141,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-142,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-143,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-144,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-145,"y":7},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-146,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-149,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-150,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-151,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-152,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-153,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-155,"y":0},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-154,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-155,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-156,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-157,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-159,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-158,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-160,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-161,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-152,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-155,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-162,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-163,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-164,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-165,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-166,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-164,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-164,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-167,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-161,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-159,"y":6},"traversable":false,"code":null},{"url":"images/game/bonus/boost.png","type":"item","code":"quand('joueur part', fonction () {\n joueur.vitesse = 50;\n joueur.hauteurSaut = 7;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"b?pTEsW8n2*O9aDm5n0H\" x=\"140\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"2i|xd_x42pKOj|u{@p}%\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"dd.P97h7J-,(rwdEiQ.-\"><value name=\"variable\"><block type=\"player_variables\" id=\"^A@LQS(l~~[aO/_/Z)Wd\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\",gatN4EJ|N+wwXl-qC=4\"><field name=\"NUM\">50</field></block></value><next><block type=\"entities_assignment\" id=\"`HP,(id4eie?;F2P=q2P\"><value name=\"variable\"><block type=\"player_variables\" id=\"=XsG4`)jSJmLryG*yb4V\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"Cb@zLQhPhx[pzm.NU8V%\"><field name=\"NUM\">7</field></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-159,"y":7}},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-170,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-173,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-176,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-179,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-182,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-185,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-186,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-187,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/dalle.png","type":"wall","position":{"x":-188,"y":2},"traversable":false,"code":null},{"url":"images/game/bonus/boost halo.png","type":"item","code":"quand('joueur part', fonction () {\n joueur.vitesse = 50;\n});\nquand('personnage part', fonction (personnage) {\n personnage.vitesse = (joueur.vitesse+50);\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\",;UCB5Tq/1{sA5._;]fl\" x=\"301\" y=\"-859\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yy(*{:eJuuc]1DO6Ua5l\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"`0L*,p3+#d+-nGV=MMus\"><value name=\"variable\"><block type=\"player_variables\" id=\"Sb7|yytDc0g*gvx{-CNv\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"0wdrzVOBlaSfSCHZv4)d\"><field name=\"NUM\">50</field></block></value></block></statement><next><block type=\"when_character\" id=\"G/#MOpYMPfd6(3d9C}l8\"><field name=\"ACTION\">personnage part</field><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"p1iRI0,Z@1ljWzLAd}D3\"><value name=\"variable\"><block type=\"character_variables\" id=\"tgu1kS(AQ3tP?lCsLT]n\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"U%;vYD4Zbw2%HemZ~(uK\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"Ng_m%-/K`03G*5od3-{g\"><field name=\"variable\">vitesse</field></block></value><value name=\"B\"><block type=\"math_number\" id=\";K?HDReSI.,EcO2fLYp}\"><field name=\"NUM\">50</field></block></value></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-151,"y":2}},{"url":"images/game/bonus/pilule halo.png","type":"item","code":"quand('personnage part', fonction (personnage) {\n personnage.vitesse = 7;\n});\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"when_character\" id=\"iToaUE_a@BsA#]+cvY;u\" x=\"253\" y=\"-581\"><field name=\"ACTION\">personnage part</field><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"r}ncg[hp{l{C2?~{d;#S\"><value name=\"variable\"><block type=\"character_variables\" id=\"0xRsU|V(?RxWmc?s]S)K\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"sLIGe[,NgQR?azqM[Zz`\"><field name=\"NUM\">7</field></block></value></block></statement><next><block type=\"gamecode_when\" id=\"2-b8(Y!aO9J)49m1H1:M\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"B-3XijT%j#m2PyvNLkxW\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"e`{B;)znplgG/LuKdqjJ\"><value name=\"variable\"><block type=\"player_variables\" id=\"J7a1CqIbN^]Obr3W/~+r\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"*)i-r;j*G*tHgES]f%6W\"><field name=\"NUM\">7</field></block></value></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-163,"y":3}},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-189,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-190,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-193,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-191,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-192,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-194,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-195,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-196,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-197,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-198,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-199,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-201,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-202,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-203,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/wood/BOIS-CC.png","type":"wall","position":{"x":-204,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":-134,"y":5},"traversable":false,"code":null},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"quand('personnage arrive', fonction (personnage) {\n defaite();\n});\nquand('joueur arrive', fonction () {\n victoire();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"when_character\" id=\"]^vo.BJnOm,dcC{*)~pb\" x=\"301\" y=\"172\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"game_over\" id=\"Neu/wQS2xnN,3*in2xnK\"></block></statement><next><block type=\"gamecode_when\" id=\"Hv)jwAWtg=aip9@IReJ4\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"vSro^d]bdZ?q1HG@l;K.\"></block></value><statement name=\"BODY\"><block type=\"victory\" id=\"PIMyI.;@8ERsMxItI.0e\"></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-204,"y":3}},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":-157,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-95,"y":4},"traversable":false,"code":null},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"quand('joueur arrive', fonction () {\n retarder(0.1 + ' secondes', fonction () {\n objet.disparait();\n joueur.score = (joueur.score+1);\n joueur.dit(joueur.score);\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"lDB=SRDeP!y0Q`xPU=7}\" x=\"301\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"JNpe`SElgdd`0#EnAMw.\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"]f~=jpH0hTHk.8tmSbIG\"><value name=\"seconds\"><block type=\"math_number\" id=\"%~!r^_eV4j1jXz6jalos\"><field name=\"NUM\">0.1</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\"3Da**Ma=A,J#i.*5W%I{\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"E]Kel`WAqFqNO:9j31yI\"></block></value><next><block type=\"entities_assignment\" id=\"jiP^[{]Q(4=-}Or7Y@X{\"><value name=\"variable\"><block type=\"player_variables\" id=\"JyFL%ebBnhqn[Xb]w@J|\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"{40cC;_8O1zttkP^MDP}\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\",e%^)i3nSSc{B_/F8oAF\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"}E%c#3YL@4S7?ZQ+UAi*\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities_player\" id=\"X`52DGNI+j@:@jlq`slo\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"brK}liVPFJ.8El`(C01W\"><value name=\"TEXT\"><block type=\"player_variables\" id=\"xQuBo)tjNDa6X728[yA]\"><field name=\"variable\">score</field></block></value></block></value></block></next></block></next></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":-66,"y":6}},{"url":"images/game/bonus/action.png","type":"item","code":"quand('joueur arrive', fonction () {\n objet.dit('A droite pour le niveau 1 et à gauche le niveau 2');\n retarder(2 + ' secondes', fonction () {\n objet.dit('niveau 3 en hauteur');\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"*NeCYHX;~ds,mlKaSX%L\" x=\"140\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"ES*J`M?k2lY0C5Cz]vbJ\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"1%5gtA]u*uHChCs5wrIj\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"Q3])h1K-ov6/?52pV_41\"><value name=\"TEXT\"><block type=\"text\" id=\"n![Zi|{JM#h;7VHVAR4F\"><field name=\"TEXT\">A droite pour le niveau 1 et à gauche le niveau 2</field></block></value></block></value><next><block type=\"delay\" id=\"w9B410P=GTzHAXmbZs4d\"><value name=\"seconds\"><block type=\"math_number\" id=\"QWJVh_WlYkQlj%65+xr+\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\"_hAd)1)F:T!1nv%Y9xa}\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"2^{1{5ap}ax:`-u!0BzH\"><value name=\"TEXT\"><block type=\"text\" id=\"Oy,IP3%zPO@Z9u}V/T_L\"><field name=\"TEXT\">niveau 3 en hauteur</field></block></value></block></value></block></statement></block></next></block></statement></block></xml>","traversable":true,"position":{"x":-65,"y":8}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":6}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-59,"y":8}},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-41\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-59,"y":9}},{"position":{"x":-60,"y":8},"code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-60,"y":9},"code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-61,"y":9},"code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-61,"y":8},"code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-62,"y":8},"code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-63,"y":8},"code":"objet.visible = false;\n\nquand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","type":"item","traversable":true},{"position":{"x":-63,"y":9},"code":"quand('joueur part', fonction () {\n joueur.vitesse = 7;\n});\n\nobjet.visible = false;\n","url":"images/game/bonus/cristaux2.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","type":"item","traversable":true},{"url":"images/game/bonus/anims/led.png","type":"item","code":"quand('joueur arrive', function () {\n retarder(0.1 + ' secondes', function () {\n objet.disparait();\n joueur.clef = true;\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"nE}}4qJSo-SwZuS8:|VM\" x=\"140\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Dz6gPa2Rj`+_6qH%lH~z\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"7rAl:Aa*7lOll`Q/_@gi\"><value name=\"seconds\"><block type=\"math_number\" id=\"fa*+H#hJ^!anZ)c^V7_-\"><field name=\"NUM\">0.1</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\"t.DuUR~(=o`DrkS!15u5\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"5,+[aK;|H]IugoS}^(!*\"></block></value><next><block type=\"entities_assignment\" id=\"7CCr=IN`9R%0WQ{?{zZb\"><value name=\"variable\"><block type=\"player_variables\" id=\"@*gnM:pc1|xgOD`j~ZxQ\"><field name=\"variable\">clef</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"nO0|Y5FyrA~^55sU9*QL\"><field name=\"BOOL\">TRUE</field></block></value></block></next></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":-87,"y":9}},{"url":"images/game/bonus/anims/led.png","type":"item","code":"if (joueur.clef === true) {\n quand('personnage arrive', fonction (personnage) {\n personnage.vie = 1;\n joueur.vie = 100;\n });\n} ","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"condition_if\" id=\"M}nrAc.tN=#{`*KXQ%*A\" x=\"250\" y=\"150\"><value name=\"IF0\"><block type=\"compare\" id=\"Bcbl2F+ol^AZf2_C,%b8\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"5dWr8YBn4XijNGnc*i_G\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"#mXoSz/BZmWd`Tg,0`hO\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"when_character\" id=\"G_~}PVd{.lIPl8`ktgE=\"><field name=\"ACTION\">personnage arrive</field><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"Mj*6;,U#f#t|t?3N:Se5\"><value name=\"variable\"><block type=\"character_variables\" id=\"!L/NC9aqy99;u/vd(u0]\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"DX998C(d*czuI6@[sk=6\"><field name=\"NUM\">1</field></block></value><next><block type=\"entities_assignment\" id=\"=S+(mr7j*8lho=^[IiKP\"><value name=\"variable\"><block type=\"player_variables\" id=\"Am,LtKJO+qPtW0S`iQ-D\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"^Xq88VGe}HF,h5^kBd.M\"><field name=\"NUM\">100</field></block></value></block></next></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":-115,"y":7}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":4}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":9}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":17,"y":9}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":18,"y":9}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":19,"y":9}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":20,"y":9}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":7}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":21,"y":9}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":15,"y":9}},{"url":"images/game/bonus/anims/circuit.png","type":"item","code":"objet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"VehG*2}Yb{]!+N#I(e[2\" x=\"-339\" y=\"-409\"><value name=\"variable\"><block type=\"object_variables\" id=\"Lfy0/bW3Q;CDa9#3@^z/\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"-URm#Swf4/8MdWSzJcG?\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","traversable":true,"position":{"x":12,"y":5}},{"url":"images/game/blocks/wood/BOIS-AB.png","type":"wall","position":{"x":13,"y":9},"traversable":false,"code":null},{"url":"images/game/bonus/cristaux2.png","type":"item","code":"objet.visible = false;\n\nquand('joueur part', function () {\n joueur.vitesse = 7;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"TR@0PiwBm-e/UrF4nz%a\" x=\"301\" y=\"-837\"><value name=\"variable\"><block type=\"object_variables\" id=\"a5VFp{Jq_Ml}e`C*in{}\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"6hzs9Yl;fbykfb/iyU0k\"><field name=\"BOOL\">FALSE</field></block></value></block><block type=\"gamecode_when\" id=\"%5fl3dc0;5n,@pjF#M:s\" x=\"350\" y=\"47\"><value name=\"EVENT\"><block type=\"event_player_leaves\" id=\"yD!6DM67`^k[y:a+vo}O\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"d@wx!K)zZ(k0dQ.E^6gh\"><value name=\"variable\"><block type=\"player_variables\" id=\"uUeiKJHHh%pE4ViFmOgD\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"gMJX?#e%g;ljzg/,AOOh\"><field name=\"NUM\">7</field></block></value></block></statement></block></xml>","traversable":true,"position":{"x":-62,"y":9}},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"objet.visible = false;\nobjet.traversable = true;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.visible = true;\n objet.traversable = false;\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"~C(8OCPXtBcknsl67dcp\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"W%BEkE=:UgOmk}x?nRMe\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"!wu:{p1`fv;%n(%PqyEx\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"nDpaVVFz^9U][IGr9:Y:\"><value name=\"variable\"><block type=\"object_variables\" id=\"=[^`g|~5iMZZ9u%8bT@;\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"Sr^n9`xM(rBVEF5u!J;8\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"np~g81^cWY)b2|gMf/+r\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"b{!~Y9]{VchUC{1x86?}\"><value name=\"IF0\"><block type=\"compare\" id=\"qVjL2QTT~GqkGp7|gO`[\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"4!VNQ(X;|A)obIir|VE-\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"q95Sft:NT)kO9.suVoS[\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"QTYCYEOy*ot#`:/;c,-=\"><value name=\"variable\"><block type=\"object_variables\" id=\"E~#nE5ECLH#a+)BR%/_S\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"c/1QyPH0o.[6du=jE:O4\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"FCPE;g7i9a,C!c9tCB[-\"><value name=\"variable\"><block type=\"object_variables\" id=\"l9-tzh/aAM1J7N(!gX6r\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"pENHZVzSQ0P@ucOo{%A6\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></statement></block></next></block></next></block></xml>","traversable":true,"position":{"x":-73,"y":3}},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"objet.visible = false;\nobjet.traversable = true;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.visible = true;\n objet.traversable = false;\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"~C(8OCPXtBcknsl67dcp\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"W%BEkE=:UgOmk}x?nRMe\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"!wu:{p1`fv;%n(%PqyEx\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"nDpaVVFz^9U][IGr9:Y:\"><value name=\"variable\"><block type=\"object_variables\" id=\"=[^`g|~5iMZZ9u%8bT@;\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"Sr^n9`xM(rBVEF5u!J;8\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"np~g81^cWY)b2|gMf/+r\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"b{!~Y9]{VchUC{1x86?}\"><value name=\"IF0\"><block type=\"compare\" id=\"qVjL2QTT~GqkGp7|gO`[\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"4!VNQ(X;|A)obIir|VE-\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"q95Sft:NT)kO9.suVoS[\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"QTYCYEOy*ot#`:/;c,-=\"><value name=\"variable\"><block type=\"object_variables\" id=\"E~#nE5ECLH#a+)BR%/_S\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"c/1QyPH0o.[6du=jE:O4\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"FCPE;g7i9a,C!c9tCB[-\"><value name=\"variable\"><block type=\"object_variables\" id=\"l9-tzh/aAM1J7N(!gX6r\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"pENHZVzSQ0P@ucOo{%A6\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></statement></block></next></block></next></block></xml>","traversable":true,"position":{"x":-71,"y":5}},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"objet.visible = false;\nobjet.traversable = true;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.visible = true;\n objet.traversable = false;\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"~C(8OCPXtBcknsl67dcp\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"W%BEkE=:UgOmk}x?nRMe\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"!wu:{p1`fv;%n(%PqyEx\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"nDpaVVFz^9U][IGr9:Y:\"><value name=\"variable\"><block type=\"object_variables\" id=\"=[^`g|~5iMZZ9u%8bT@;\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"Sr^n9`xM(rBVEF5u!J;8\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"np~g81^cWY)b2|gMf/+r\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"b{!~Y9]{VchUC{1x86?}\"><value name=\"IF0\"><block type=\"compare\" id=\"qVjL2QTT~GqkGp7|gO`[\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"4!VNQ(X;|A)obIir|VE-\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"q95Sft:NT)kO9.suVoS[\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"QTYCYEOy*ot#`:/;c,-=\"><value name=\"variable\"><block type=\"object_variables\" id=\"E~#nE5ECLH#a+)BR%/_S\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"c/1QyPH0o.[6du=jE:O4\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"FCPE;g7i9a,C!c9tCB[-\"><value name=\"variable\"><block type=\"object_variables\" id=\"l9-tzh/aAM1J7N(!gX6r\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"pENHZVzSQ0P@ucOo{%A6\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></statement></block></next></block></next></block></xml>","traversable":true,"position":{"x":-72,"y":4}},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"objet.visible = false;\nobjet.traversable = true;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.visible = true;\n objet.traversable = false;\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"~C(8OCPXtBcknsl67dcp\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"W%BEkE=:UgOmk}x?nRMe\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"!wu:{p1`fv;%n(%PqyEx\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"nDpaVVFz^9U][IGr9:Y:\"><value name=\"variable\"><block type=\"object_variables\" id=\"=[^`g|~5iMZZ9u%8bT@;\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"Sr^n9`xM(rBVEF5u!J;8\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"np~g81^cWY)b2|gMf/+r\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"b{!~Y9]{VchUC{1x86?}\"><value name=\"IF0\"><block type=\"compare\" id=\"qVjL2QTT~GqkGp7|gO`[\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"4!VNQ(X;|A)obIir|VE-\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"q95Sft:NT)kO9.suVoS[\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"QTYCYEOy*ot#`:/;c,-=\"><value name=\"variable\"><block type=\"object_variables\" id=\"E~#nE5ECLH#a+)BR%/_S\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"c/1QyPH0o.[6du=jE:O4\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"FCPE;g7i9a,C!c9tCB[-\"><value name=\"variable\"><block type=\"object_variables\" id=\"l9-tzh/aAM1J7N(!gX6r\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"pENHZVzSQ0P@ucOo{%A6\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></statement></block></next></block></next></block></xml>","traversable":true,"position":{"x":-70,"y":6}},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"objet.visible = false;\nobjet.traversable = true;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.visible = true;\n objet.traversable = false;\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"~C(8OCPXtBcknsl67dcp\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"W%BEkE=:UgOmk}x?nRMe\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"!wu:{p1`fv;%n(%PqyEx\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"nDpaVVFz^9U][IGr9:Y:\"><value name=\"variable\"><block type=\"object_variables\" id=\"=[^`g|~5iMZZ9u%8bT@;\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"Sr^n9`xM(rBVEF5u!J;8\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"np~g81^cWY)b2|gMf/+r\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"b{!~Y9]{VchUC{1x86?}\"><value name=\"IF0\"><block type=\"compare\" id=\"qVjL2QTT~GqkGp7|gO`[\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"4!VNQ(X;|A)obIir|VE-\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"q95Sft:NT)kO9.suVoS[\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"QTYCYEOy*ot#`:/;c,-=\"><value name=\"variable\"><block type=\"object_variables\" id=\"E~#nE5ECLH#a+)BR%/_S\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"c/1QyPH0o.[6du=jE:O4\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"FCPE;g7i9a,C!c9tCB[-\"><value name=\"variable\"><block type=\"object_variables\" id=\"l9-tzh/aAM1J7N(!gX6r\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"pENHZVzSQ0P@ucOo{%A6\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></statement></block></next></block></next></block></xml>","traversable":true,"position":{"x":-69,"y":7}},{"url":"images/game/bonus/cristaux trala.png","type":"item","code":"objet.visible = false;\nobjet.traversable = true;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.visible = true;\n objet.traversable = false;\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"~C(8OCPXtBcknsl67dcp\" x=\"141\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"W%BEkE=:UgOmk}x?nRMe\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"!wu:{p1`fv;%n(%PqyEx\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"entities_assignment\" id=\"nDpaVVFz^9U][IGr9:Y:\"><value name=\"variable\"><block type=\"object_variables\" id=\"=[^`g|~5iMZZ9u%8bT@;\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"Sr^n9`xM(rBVEF5u!J;8\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"always\" id=\"np~g81^cWY)b2|gMf/+r\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"b{!~Y9]{VchUC{1x86?}\"><value name=\"IF0\"><block type=\"compare\" id=\"qVjL2QTT~GqkGp7|gO`[\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"4!VNQ(X;|A)obIir|VE-\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"q95Sft:NT)kO9.suVoS[\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"QTYCYEOy*ot#`:/;c,-=\"><value name=\"variable\"><block type=\"object_variables\" id=\"E~#nE5ECLH#a+)BR%/_S\"><field name=\"variable\">visible</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"c/1QyPH0o.[6du=jE:O4\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"FCPE;g7i9a,C!c9tCB[-\"><value name=\"variable\"><block type=\"object_variables\" id=\"l9-tzh/aAM1J7N(!gX6r\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"pENHZVzSQ0P@ucOo{%A6\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></statement></block></next></block></next></block></xml>","traversable":true,"position":{"x":-68,"y":7}},{"position":{"x":29,"y":9},"code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":28,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":27,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":26,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":25,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":24,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":23,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":22,"y":9},"code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","url":"images/game/bonus/anims/ventilo.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","type":"item","traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":24,"y":6},"traversable":true,"code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":27,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":24,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":23,"y":5},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":25,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":26,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":28,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":29,"y":2},"traversable":true},{"type":"item","url":"images/game/bonus/tonneau.png","position":{"x":30,"y":2},"traversable":true},{"url":"images/game/bonus/tonneau.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":28,"y":6}},{"url":"images/game/bonus/tonneau.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":29,"y":5}},{"position":{"x":15,"y":2},"code":"quand('joueur arrive', fonction () {\n victoire();\n});\n","url":"images/game/bonus/drapeau_vert.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"`=5(oRMY-`S.Dy^ccqg|\" x=\"251\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"g]iO2wv,i]x,k]k8nTRO\"></block></value><statement name=\"BODY\"><block type=\"victory\" id=\"j81J@Bo78F4]`J;1pPNj\"></block></statement></block></xml>","type":"item","traversable":true},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur arrive', function () {\n victoire();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"`=5(oRMY-`S.Dy^ccqg|\" x=\"251\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"g]iO2wv,i]x,k]k8nTRO\"></block></value><statement name=\"BODY\"><block type=\"victory\" id=\"j81J@Bo78F4]`J;1pPNj\"></block></statement></block></xml>","traversable":true,"position":{"x":27,"y":3}},{"url":"images/game/bonus/tonneau.png","type":"item","code":"gravite = 45;objet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"251\" y=\"172\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">45</field></block></value><next><block type=\"entities_assignment\" id=\"0LTg5@j}i4,W_]PZ1PMz\"><value name=\"variable\"><block type=\"object_variables\" id=\"rIV:!+)bEA,#]TFy,%K`\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"uvIv.jx8rz5{}Zn9mZl_\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></xml>","traversable":true,"position":{"x":26,"y":5}},{"position":{"x":25,"y":5},"code":"gravite = 45;objet.traversable = false;\n","url":"images/game/bonus/tonneau.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"251\" y=\"172\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">45</field></block></value><next><block type=\"entities_assignment\" id=\"0LTg5@j}i4,W_]PZ1PMz\"><value name=\"variable\"><block type=\"object_variables\" id=\"rIV:!+)bEA,#]TFy,%K`\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"uvIv.jx8rz5{}Zn9mZl_\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></xml>","type":"item","traversable":true},{"url":"images/game/bonus/tonneau.png","type":"item","code":"gravite = 45;objet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"251\" y=\"172\"><value name=\"VALUE\"><block type=\"math_number\" id=\",Q)DNQ?o,qry-f+8S/.m\"><field name=\"NUM\">45</field></block></value><next><block type=\"entities_assignment\" id=\"0LTg5@j}i4,W_]PZ1PMz\"><value name=\"variable\"><block type=\"object_variables\" id=\"rIV:!+)bEA,#]TFy,%K`\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"uvIv.jx8rz5{}Zn9mZl_\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></xml>","traversable":true,"position":{"x":28,"y":4}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-519\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":8}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"","sourceXml":null,"traversable":true,"position":{"x":16,"y":3}},{"url":"images/game/bonus/tonneau.png","type":"item","code":"objet.traversable = false;\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"K_oU7g^PMHjJ[)|J[Us7\" x=\"250\" y=\"90\"><value name=\"variable\"><block type=\"object_variables\" id=\"GR~sKDB?24~O.g#o{/Mb\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"-t2;0qAo6=sr/=n:^DA_\"><field name=\"BOOL\">FALSE</field></block></value></block></xml>","traversable":true,"position":{"x":8,"y":5}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":16,"y":5}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === false) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">FALSE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":15,"y":8}},{"url":"images/game/bonus/tonneau.png","type":"item","code":"quand('joueur est devant', fonction () {\n retarder(2 + ' secondes', fonction () {\n objet.disparait();\n });\n objet.traversable = false;\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"kXqufxh/+DP]K[j#uZHy\" x=\"301\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"n;3=(HBVd34zKxPiWkPr\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"j1P*9[[3.G#6QR}Zs8~3\"><value name=\"seconds\"><block type=\"math_number\" id=\"O+B9.XvWA%ktPkiXuEZr\"><field name=\"NUM\">2</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\"OrKR`!s667-PLcnv5W_6\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"~mSo(#clqam!=l1a?E{~\"></block></value></block></statement><next><block type=\"entities_assignment\" id=\"u^vb5eM|DmTAmQnA%y*D\"><value name=\"variable\"><block type=\"object_variables\" id=\"vUM6Bk.1R44bMbBOKh,O\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"|g7PzOSxyCXiUUe{R./H\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":27,"y":6}},{"type":"item","url":"images/game/bonus/action.png","position":{"x":-52,"y":8},"traversable":true,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"bgP?3lZP8Ye(*:LHuyGG\" x=\"276\" y=\"156\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"XRTeXn0=u(ivM~v+#}0w\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"=]S(toQ%}~s1c#3=R-QK\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\")csVoy40RqH:e;eu}8D7\"><value name=\"TEXT\"><block type=\"text\" id=\"RWCrr?C?#|]1+!1:+r`a\"><field name=\"TEXT\">merci pour vos dix coeurs!! Un nouveaux mortelle aventure arrivera bientot</field></block></value></block></value></block></statement></block></xml>","code":"quand('joueur arrive', fonction () {\n objet.dit('merci pour vos dix coeurs!! Un nouveaux mortelle aventure arrivera bientot');\n});\n"},{"url":"images/game/bonus/action.png","type":"item","code":"quand('joueur arrive', fonction () {\n retarder(0 + ' secondes', fonction () {\n objet.dit('nivaux 3 il faut prendre le bouton rouge du niveaux 2 (le premier)');\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"cTYJE0KMc?*,SNwlc4H,\" x=\"266\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"+j]0rtZ4Irn729/vYSky\"></block></value><statement name=\"BODY\"><block type=\"delay\" id=\"d](;uluB,k.tNmv_ef#a\"><value name=\"seconds\"><block type=\"math_number\" id=\"0jeEO-W8yr%Te)Blj8EU\"><field name=\"NUM\">0</field></block></value><statement name=\"body\"><block type=\"get_entities_object\" id=\")/V@D^l,%L/w+UZUxz7A\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"H}}Uh|6+citn%gnrAvY_\"><value name=\"TEXT\"><block type=\"text\" id=\"UIz52DgM)HBA2#`C])v7\"><field name=\"TEXT\">nivaux 3 il faut prendre le bouton rouge du niveaux 2 (le premier)</field></block></value></block></value></block></statement></block></statement></block></xml>","traversable":true,"position":{"x":-57,"y":8}},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":42,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":41,"y":8},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":42,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":43,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":44,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":45,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":43,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":46,"y":1},"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":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":50,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":44,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":45,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":46,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":47,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":48,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":49,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":50,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":51,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":51,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":52,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":52,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":53,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":53,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":54,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":55,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":56,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":57,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":58,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":59,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":60,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":61,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":54,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":55,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":56,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":58,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":57,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":59,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":62,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":63,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":60,"y":9},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":61,"y":9},"traversable":false,"code":null},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":39,"y":5}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(fonction () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":37,"y":3}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":35,"y":4}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":33,"y":2}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":32,"y":4}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":31,"y":7}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":30,"y":8}},{"url":"images/game/bonus/action.png","type":"item","code":"quand('joueur arrive', fonction () {\n objet.dit('niveaux 4 est un escape game plein de mystère');\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"`V[JHl9cR:jip@{#zW1k\" x=\"285\" y=\"172\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"Clsj2nLN~r|SrjqOJhDZ\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"zXOr=8M}cCr{`JAw/%z+\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"i(aEdI:^Y,o(RVq1K=(p\"><value name=\"TEXT\"><block type=\"text\" id=\"[{!Fq]qZRQ/cqx2eQ0BU\"><field name=\"TEXT\">niveaux 4 est un escape game plein de mystère</field></block></value></block></value></block></statement></block></xml>","traversable":true,"position":{"x":41,"y":6}},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":-55,"y":7},"traversable":false,"code":null},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"301\" y=\"172\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":40,"y":5}},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":41,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":62,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":63,"y":1},"traversable":false,"code":null},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur est devant', fonction () {\n objet.dit('tu a deux minute pour trouver 5 clés');\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"g?:RYBCM95[[lT~l5,BF\" x=\"314\" y=\"157\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"ZDh!C.6A#jW?1I+aI;M|\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"oc*_@6`YY7h_JC}gwnY|\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"ieZYy%^Je-9!]9g/(w?7\"><value name=\"TEXT\"><block type=\"text\" id=\"B|%TnTgG#+qgF[-UG`Z*\"><field name=\"TEXT\">tu a deux minute pour trouver 5 clés</field></block></value></block></value></block></statement></block></xml>","traversable":true,"position":{"x":47,"y":2}},{"url":"images/game/bonus/drapeau_vert.png","type":"item","code":"quand('joueur est devant', fonction () {\n joueur.temps = 120;\n toujours(fonction () {\n retarder(1 + ' secondes', fonction () {\n joueur.temps = (joueur.temps-1);\n });\n if (joueur.temps === 0) {\n defaite();\n } toujours(fonction () {\n objet.dit(joueur.temps);\n });\n });\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\".ZleG[G)?XF3SJt1F^F8\" x=\"320\" y=\"160\"><value name=\"EVENT\"><block type=\"event_player_in_front\" id=\"n9GeBB@IuLG43#n#.uW4\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"0YHhcr8^m52sus!GvMw@\"><value name=\"variable\"><block type=\"player_variables\" id=\"[oN:);iOh5q^PRS[JY.u\"><field name=\"variable\">temps</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"0%P(0YMz`#f=lF8d:-pz\"><field name=\"NUM\">120</field></block></value><next><block type=\"always\" id=\"@53Ge5EW1E1^nq73TajH\"><statement name=\"BODY\"><block type=\"delay\" id=\"|(Bj]A;]l_B_YyXe#/dG\"><value name=\"seconds\"><block type=\"math_number\" id=\"sezL5uF0rYjOIbEn[2RU\"><field name=\"NUM\">1</field></block></value><statement name=\"body\"><block type=\"entities_assignment\" id=\"kaTttj^a+,AsGmcPNsnD\"><value name=\"variable\"><block type=\"player_variables\" id=\"GLDt!!Jr}X1TX/qSsEHW\"><field name=\"variable\">temps</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"FY6m3RqzE9UZCFfk~pT.\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"s/6vs+i*]/};;}i_X_No\"><field name=\"variable\">temps</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"!,g[^mYexR!.d3j{)wYe\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"condition_if\" id=\"bGR?P-lZ.gtf{*M0`+OQ\"><value name=\"IF0\"><block type=\"compare\" id=\"dUe);Vwjxvc1*bA@(p|O\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"7PZL3dDpv+2K3*@}Tqbz\"><field name=\"variable\">temps</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"^cd/p^ettLP30Z!Ja:@a\"><field name=\"NUM\">0</field></block></value></block></value><statement name=\"DO0\"><block type=\"game_over\" id=\"|7)x=UQF@YZ^cz@0fESq\"></block></statement><next><block type=\"always\" id=\"FcXR4qC.#cPcTGr(_cG4\"><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"?i!GC(}i|;d*YU1Il;Z_\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"?H:*9=^5+Sb-yb`;NZ}L\"><value name=\"TEXT\"><block type=\"player_variables\" id=\"Q]H6[,j`L1Oy]9NB:2EV\"><field name=\"variable\">temps</field></block></value></block></value></block></statement></block></next></block></next></block></statement></block></next></block></statement></block></xml>","traversable":true,"position":{"x":50,"y":2}},{"url":"images/game/bonus/anims/ventilo.png","type":"item","code":"objet.traversable = false;\ntoujours(function () {\n if (joueur.clef === true) {\n objet.disparait();\n } });\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"le[?[IkV.q)rfNafe,04\" x=\"196\" y=\"-1545\"><value name=\"variable\"><block type=\"object_variables\" id=\"fIB/0:Y588y1gO9xwD*%\"><field name=\"variable\">traversable</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"N;8oB!JFEqG?;+,Qf~/=\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"always\" id=\"(E3mYAL)PdYKfOgs-iN*\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"r+t!;K65lx@|oc(!)_jl\"><value name=\"IF0\"><block type=\"compare\" id=\"5kkIa`HN{eQV89S:?(Mt\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\"[c7P@,U(pEaHYC(3LOz~\"><field name=\"variable\">clef</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"oRvAEULt:/%W#R.0E3KJ\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities_object\" id=\"LcjdiV)jb]Av9pXwk9/w\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"og/i)h:(JcdFAnS^1}Of\"></block></value></block></statement></block></statement></block></next></block></xml>","traversable":true,"position":{"x":-6,"y":9}}],"player":{"urls":{"head":"./images/game/playersV2/ninja/","body":"./images/game/playersV2/ninja/","bullet":"./images/game/playersV2/spaceman/"},"position":{"x":-67,"y":8},"type":"player","width":1,"height":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"dmJy4~e%h0qO=)_m](4P\" x=\"193\" y=\"-1032\"><value name=\"variable\"><block type=\"player_variables\" id=\"Do;Yfocgz:-W(9xQk:Yu\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"p3Z)Tz=_9@ey1V5J!})f\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"OsGDj(A@bN}+]_08.q0Q\"><value name=\"variable\"><block type=\"player_variables\" id=\"qxYj6?4sh}Hu?X[F9d`I\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"d?KIBZ#Ss+B}v8]]b@|k\"><field name=\"NUM\">3.5</field></block></value><next><block type=\"entities_assignment\" id=\"!SFX97U{/KePO%(yPbEE\"><value name=\"variable\"><block type=\"player_variables\" id=\"b0P_lx}Vb/l}AwdeM%PM\"><field name=\"variable\">vitesse</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"a%Bof[ku;sQ4)-,Lr*Gi\"><field name=\"NUM\">10</field></block></value><next><block type=\"entities_assignment\" id=\";uvb37k2[3=w-|Fgn=;^\"><value name=\"variable\"><block type=\"player_variables\" id=\"gjJ^^Y9NA_5b?](}]Kh_\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"l(4+q45]vRARL9C]}E*8\"><field name=\"NUM\">0</field></block></value><next><block type=\"entities_assignment\" id=\"tv3v^i}y#f3tRbZbQ-zx\"><value name=\"variable\"><block type=\"player_variables\" id=\"TrN@pEUN5=.IFW+yvbF0\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"g{pNOr]6O~Uq+3+VR.OJ\"><field name=\"NUM\">10</field></block></value><next><block type=\"always\" id=\"vj49#`0Cvu/AOX|nuI1h\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"Badui[:w/D%9r|m?:Z~1\"><value name=\"IF0\"><block type=\"compare\" id=\".Fp]bQhZgrA5.,LxJ18U\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"player_variables\" id=\".mbQN9p#npcoL+sJaHp}\"><field name=\"variable\">vie</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"hgHs+=rBR%}@I*Ha%}z~\"><field name=\"NUM\">0</field></block></value></block></value><statement name=\"DO0\"><block type=\"game_over\" id=\"!]Th}|Tm5E8WuA9+,a2P\"></block></statement></block></statement><next><block type=\"when_hit\" id=\"[L{=4ZC!btWKY{k]_3l_\"><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"c?%bCHFZ9zOQcLtG;fj+\"><value name=\"variable\"><block type=\"character_variables\" id=\":WULNAg%2g^y)B}ARfz;\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"SLe/sm4O93R!p_1HP9*w\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"character_variables\" id=\"(zISwsO.iqZSf(I?qogZ\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"AM#;8uANt:F8L?Lv?eR7\"><field name=\"NUM\">1</field></block></value></block></value></block></statement></block></next></block></next></block></next></block></next></block></next></block></next></block></xml>","code":"joueur.vole = true;\njoueur.hauteurSaut = 3.5;\njoueur.vitesse = 10;\njoueur.score = 0;\njoueur.vie = 10;\ntoujours(fonction () {\n if (joueur.vie === 0) {\n defaite();\n } });\nquand('tir touche', fonction (personnage) {\n personnage.vie = (personnage.vie-1);\n});\n"},"endGame":{"wallpaper":"images/game/end_screens/end_screen_2.jpg","winText":" niveaux suivant","loseText":"refait le niveaux"},"sounds":{"music":"sounds/musics/feel_good","win":"sounds/win/02","loose":"sounds/loose/03","items":"sounds/bonus/02"},"soundEnable":true,"name":"Test","goal":"Finir le niveau","generalScript":"quand('joueur arrive', fonction () {\n objet.dit('la première énigme est de récolter 5 clés');\n});\n\ngravite = 50;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"5~w~,DiUyIq3TMi9;_j.\" x=\"301\" y=\"144\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"PLrSk`|v?L)-d@HRREuy\"></block></value><statement name=\"BODY\"><block type=\"get_entities_object\" id=\"boXs,`[jU,m[mUN1*E:y\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"says\" id=\"X{A32Eceb|5,`d50iaDy\"><value name=\"TEXT\"><block type=\"text\" id=\"g`DSu*X}fWh^cv_SDby@\"><field name=\"TEXT\">la première énigme est de récolter 5 clés</field></block></value></block></value></block></statement></block><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"320\" y=\"169\"><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":"","needed":true,"customBlocklyDropdowns":{"player":[["temps","temps"],["vole","vole"],["vision","vision"],["atraction du sol","atraction du sol"],["clef","clef"],["score","score"],["vie","vie"]],"character":[["life","life"]],"item":[["ne marche pas","ne marche pas"],["est bleu","est bleu"]]}}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

GameCode partners