GC Tuto sv4

Contenu: 
{"backgroundUrl":"images/game/end_screens/end_screen_4.jpg","characters":[{"position":{"x":22,"y":2},"url":"images/game/charactersV2/bugthree/","code":"toujours(fonction () {\n personnage.avance();\n});\nquand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\n","width":1,"height":2,"type":"character","id":0,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\")ZMBs+K6VA+f8gLT0LVV\" x=\"460\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities\" id=\"yP%h@N?2/US1%wh[_u#G\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"|8.TUm@70V5._v+D)ym5\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"Jq[XiH88HDRSY=gVCg=|\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"2=I55Ln8N)nKT09Pq2GR\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"eBIPp%YEjDC+Fw5Cf`3c\"><value name=\"variable\"><block type=\"player_variables\" id=\"m^c84V7]aEZsyqIEK.c(\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Mk7!N~FJx{+5wFqt!w:`\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"#8pp+Yx,BI8JQ@[pvlaC\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"6vlq3O#klIbI}8tCAz^z\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"gamecode_when\" id=\"n?eKqA(Ur8A9NcF0w?{k\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"e1HE^fW|[HX:vBz#UF_v\"></block></value><statement name=\"BODY\"><block type=\"get_entities\" id=\"w.%uv1mrndF?8R:Bu|Q@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"BtFp7Oq^]oPhQ_w%p(Y~\"></block></value></block></statement></block></next></block></next></block></xml>"},{"position":{"x":31,"y":2},"url":"images/game/charactersV2/bugheight/","code":"var personnageMonte;\n\n\npersonnageMonte = true;\npersonnage.vole = true;\npersonnage.cadenceDeTir = 0.5;\ntoujours(fonction () {\n if (personnageMonte === true) {\n personnage.vaVers({x: 31, y: 8});\n if (personnage.y >= 8) {\n personnageMonte = false;\n personnage.retourneToi();\n } } else {\n personnage.vaVers({x: 31, y: 2});\n if (personnage.y <= 2) {\n personnageMonte = true;\n } }personnage.tire();\n});\n","width":1,"height":2,"type":"character","id":1,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"+%=xIZEIr88aopLNiAhT\" x=\"460\" y=\"276\"><field name=\"VARNAME\">personnageMonte</field><value name=\"VARDEFINITION\"><block type=\"logic_boolean\" id=\"})Q8fIgR23?ZKW%I**{x\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"0#S}6#AZ-ztZ-yngy?CF\"><value name=\"variable\"><block type=\"character_variables\" id=\"j5;fn](!V,d#yWJW*hXk\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(eHkJxMNQhS0X;{-.UU`\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"i1btM,KnfmP5LrJQON,m\"><value name=\"variable\"><block type=\"character_variables\" id=\"T!/n28-w+3ZsEe]BM9JK\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"q[E6Al~{dNY`hHi12:P}\"><field name=\"NUM\">0.5</field></block></value><next><block type=\"always\" id=\":BCpJLz24%]_rUf8Jjo}\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"6P]DDTVyv}P@|6.4SSMX\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"(xzb)8.qs!2k{Fehl,Zd\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"variables_get\" id=\"8^U-^=0iwcEsat+MdUiJ\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"J@nEZxr}ta(|eevr,s~.\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities\" id=\"6^bY=:/#ZNhrsW^i(t/j\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\")x;Z{s-I:NMq|u#VNY)8\"><value name=\"POSITION\"><block type=\"point\" id=\"65hf@2%ip=QN6DmA,`]7\"><value name=\"X\"><block type=\"math_number\" id=\"zQMufJ`fQ]#]_G@d-IuD\"><field name=\"NUM\">31</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"Kv6fIzK(yqZ:^kb#dd1J\"><field name=\"NUM\">8</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"~)xIFv0CeV?E/!7.w1I2\"><value name=\"IF0\"><block type=\"compare\" id=\"rFSXl1lnj:.VWp~D;J,[\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"4_g=3U-Ii^-{4U`xE|6X\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"C@uPM0]t-yqGW,NMRq}p\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"2|rQ*H60ql*jaYi)[`j]\"><value name=\"variable\"><block type=\"variables_get\" id=\"i_qk|uQq,gvXro/1amcg\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"ciVk[D`HQr*G%xfgIh0~\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"get_entities\" id=\"1,~+gXG2@W|uEWTDPyFn\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"+iy?M^/~;*EEe{.PF4}9\"></block></value></block></next></block></statement></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities\" id=\";1K0.P}5da?`?7TF+G`9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",nS}}lCF~-./kfBe_o!Y\"><value name=\"POSITION\"><block type=\"point\" id=\"x.s{uU8@GmVdc#oT4|mL\"><value name=\"X\"><block type=\"math_number\" id=\"`A/{Z{orH,!U^b6^uq!p\"><field name=\"NUM\">31</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"UN@eUAq[LU:8Zq7_Uf6i\"><field name=\"NUM\">2</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"e#jL@NlgV,z[,R:KwQaU\"><value name=\"IF0\"><block type=\"compare\" id=\"r;ED28o-/-xY7T+n35p9\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"(TA:v_7ULTB/SGhM9zWy\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"jTeJpeYwM[/ize!J+0M4\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"Z,1%8B?=!)40{:T.e3Uo\"><value name=\"variable\"><block type=\"variables_get\" id=\"6IT0W8Zn#K*I)l?J)eAS\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"*`mm[b^|7;9D6ZHc`cUN\"><field name=\"BOOL\">TRUE</field></block></value></block></statement></block></next></block></statement><next><block type=\"get_entities\" id=\"8(qc1=TC8/jl,x@_dz9m\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"X@r#Y4)#6@B/%L-F6Iea\"></block></value></block></next></block></statement></block></next></block></next></block></next></block></xml>"},{"position":{"x":18,"y":2},"code":"toujours(fonction () {\n personnage.avance();\n});\nquand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\n","url":"images/game/charactersV2/bugthree/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\")ZMBs+K6VA+f8gLT0LVV\" x=\"460\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities\" id=\"yP%h@N?2/US1%wh[_u#G\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"|8.TUm@70V5._v+D)ym5\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"Jq[XiH88HDRSY=gVCg=|\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"2=I55Ln8N)nKT09Pq2GR\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"eBIPp%YEjDC+Fw5Cf`3c\"><value name=\"variable\"><block type=\"player_variables\" id=\"m^c84V7]aEZsyqIEK.c(\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Mk7!N~FJx{+5wFqt!w:`\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"#8pp+Yx,BI8JQ@[pvlaC\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"6vlq3O#klIbI}8tCAz^z\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"gamecode_when\" id=\"n?eKqA(Ur8A9NcF0w?{k\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"e1HE^fW|[HX:vBz#UF_v\"></block></value><statement name=\"BODY\"><block type=\"get_entities\" id=\"w.%uv1mrndF?8R:Bu|Q@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"BtFp7Oq^]oPhQ_w%p(Y~\"></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":2},{"position":{"x":26,"y":2},"code":"toujours(fonction () {\n personnage.avance();\n});\nquand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\n","url":"images/game/charactersV2/bugthree/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\")ZMBs+K6VA+f8gLT0LVV\" x=\"460\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities\" id=\"yP%h@N?2/US1%wh[_u#G\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"|8.TUm@70V5._v+D)ym5\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"Jq[XiH88HDRSY=gVCg=|\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"2=I55Ln8N)nKT09Pq2GR\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"eBIPp%YEjDC+Fw5Cf`3c\"><value name=\"variable\"><block type=\"player_variables\" id=\"m^c84V7]aEZsyqIEK.c(\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Mk7!N~FJx{+5wFqt!w:`\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"#8pp+Yx,BI8JQ@[pvlaC\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"6vlq3O#klIbI}8tCAz^z\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"gamecode_when\" id=\"n?eKqA(Ur8A9NcF0w?{k\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"e1HE^fW|[HX:vBz#UF_v\"></block></value><statement name=\"BODY\"><block type=\"get_entities\" id=\"w.%uv1mrndF?8R:Bu|Q@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"BtFp7Oq^]oPhQ_w%p(Y~\"></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":3},{"position":{"x":12,"y":2},"code":"toujours(fonction () {\n personnage.avance();\n});\nquand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\n","url":"images/game/charactersV2/bugthree/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\")ZMBs+K6VA+f8gLT0LVV\" x=\"460\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities\" id=\"yP%h@N?2/US1%wh[_u#G\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"|8.TUm@70V5._v+D)ym5\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"Jq[XiH88HDRSY=gVCg=|\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"2=I55Ln8N)nKT09Pq2GR\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"eBIPp%YEjDC+Fw5Cf`3c\"><value name=\"variable\"><block type=\"player_variables\" id=\"m^c84V7]aEZsyqIEK.c(\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Mk7!N~FJx{+5wFqt!w:`\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"#8pp+Yx,BI8JQ@[pvlaC\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"6vlq3O#klIbI}8tCAz^z\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"gamecode_when\" id=\"n?eKqA(Ur8A9NcF0w?{k\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"e1HE^fW|[HX:vBz#UF_v\"></block></value><statement name=\"BODY\"><block type=\"get_entities\" id=\"w.%uv1mrndF?8R:Bu|Q@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"BtFp7Oq^]oPhQ_w%p(Y~\"></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":4},{"position":{"x":7,"y":2},"code":"toujours(fonction () {\n personnage.avance();\n});\nquand('joueur arrive', fonction () {\n joueur.vie = (joueur.vie-1);\n});\nquand('est bloqué', fonction () {\n personnage.retourneToi();\n});\n","url":"images/game/charactersV2/bugthree/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"always\" id=\")ZMBs+K6VA+f8gLT0LVV\" x=\"460\" y=\"276\"><statement name=\"BODY\"><block type=\"get_entities\" id=\"yP%h@N?2/US1%wh[_u#G\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"move_forward\" id=\"|8.TUm@70V5._v+D)ym5\"></block></value></block></statement><next><block type=\"gamecode_when\" id=\"Jq[XiH88HDRSY=gVCg=|\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"2=I55Ln8N)nKT09Pq2GR\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"eBIPp%YEjDC+Fw5Cf`3c\"><value name=\"variable\"><block type=\"player_variables\" id=\"m^c84V7]aEZsyqIEK.c(\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"Mk7!N~FJx{+5wFqt!w:`\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"#8pp+Yx,BI8JQ@[pvlaC\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"6vlq3O#klIbI}8tCAz^z\"><field name=\"NUM\">1</field></block></value></block></value></block></statement><next><block type=\"gamecode_when\" id=\"n?eKqA(Ur8A9NcF0w?{k\"><value name=\"EVENT\"><block type=\"event_is_blocked\" id=\"e1HE^fW|[HX:vBz#UF_v\"></block></value><statement name=\"BODY\"><block type=\"get_entities\" id=\"w.%uv1mrndF?8R:Bu|Q@\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"BtFp7Oq^]oPhQ_w%p(Y~\"></block></value></block></statement></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":5},{"position":{"x":35,"y":2},"code":"var personnageMonte;\n\n\npersonnageMonte = true;\npersonnage.vole = true;\npersonnage.cadenceDeTir = 0.5;\ntoujours(fonction () {\n if (personnageMonte === true) {\n personnage.vaVers({x: 35, y: 8});\n if (personnage.y >= 8) {\n personnageMonte = false;\n personnage.retourneToi();\n } } else {\n personnage.vaVers({x: 35, y: 2});\n if (personnage.y <= 2) {\n personnageMonte = true;\n } }personnage.tire();\n});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"+%=xIZEIr88aopLNiAhT\" x=\"460\" y=\"276\"><field name=\"VARNAME\">personnageMonte</field><value name=\"VARDEFINITION\"><block type=\"logic_boolean\" id=\"})Q8fIgR23?ZKW%I**{x\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"0#S}6#AZ-ztZ-yngy?CF\"><value name=\"variable\"><block type=\"character_variables\" id=\"j5;fn](!V,d#yWJW*hXk\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(eHkJxMNQhS0X;{-.UU`\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"i1btM,KnfmP5LrJQON,m\"><value name=\"variable\"><block type=\"character_variables\" id=\"T!/n28-w+3ZsEe]BM9JK\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"q[E6Al~{dNY`hHi12:P}\"><field name=\"NUM\">0.5</field></block></value><next><block type=\"always\" id=\":BCpJLz24%]_rUf8Jjo}\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"6P]DDTVyv}P@|6.4SSMX\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"(xzb)8.qs!2k{Fehl,Zd\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"variables_get\" id=\"8^U-^=0iwcEsat+MdUiJ\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"J@nEZxr}ta(|eevr,s~.\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities\" id=\"6^bY=:/#ZNhrsW^i(t/j\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\")x;Z{s-I:NMq|u#VNY)8\"><value name=\"POSITION\"><block type=\"point\" id=\"65hf@2%ip=QN6DmA,`]7\"><value name=\"X\"><block type=\"math_number\" id=\"zQMufJ`fQ]#]_G@d-IuD\"><field name=\"NUM\">35</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"Kv6fIzK(yqZ:^kb#dd1J\"><field name=\"NUM\">8</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"~)xIFv0CeV?E/!7.w1I2\"><value name=\"IF0\"><block type=\"compare\" id=\"rFSXl1lnj:.VWp~D;J,[\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"4_g=3U-Ii^-{4U`xE|6X\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"C@uPM0]t-yqGW,NMRq}p\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"2|rQ*H60ql*jaYi)[`j]\"><value name=\"variable\"><block type=\"variables_get\" id=\"i_qk|uQq,gvXro/1amcg\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"ciVk[D`HQr*G%xfgIh0~\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"get_entities\" id=\"1,~+gXG2@W|uEWTDPyFn\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"+iy?M^/~;*EEe{.PF4}9\"></block></value></block></next></block></statement></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities\" id=\";1K0.P}5da?`?7TF+G`9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",nS}}lCF~-./kfBe_o!Y\"><value name=\"POSITION\"><block type=\"point\" id=\"x.s{uU8@GmVdc#oT4|mL\"><value name=\"X\"><block type=\"math_number\" id=\"`A/{Z{orH,!U^b6^uq!p\"><field name=\"NUM\">35</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"UN@eUAq[LU:8Zq7_Uf6i\"><field name=\"NUM\">2</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"e#jL@NlgV,z[,R:KwQaU\"><value name=\"IF0\"><block type=\"compare\" id=\"r;ED28o-/-xY7T+n35p9\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"(TA:v_7ULTB/SGhM9zWy\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"jTeJpeYwM[/ize!J+0M4\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"Z,1%8B?=!)40{:T.e3Uo\"><value name=\"variable\"><block type=\"variables_get\" id=\"6IT0W8Zn#K*I)l?J)eAS\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"*`mm[b^|7;9D6ZHc`cUN\"><field name=\"BOOL\">TRUE</field></block></value></block></statement></block></next></block></statement><next><block type=\"get_entities\" id=\"8(qc1=TC8/jl,x@_dz9m\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"X@r#Y4)#6@B/%L-F6Iea\"></block></value></block></next></block></statement></block></next></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":6},{"position":{"x":42,"y":2},"code":"var personnageMonte;\n\n\npersonnageMonte = true;\npersonnage.vole = true;\npersonnage.cadenceDeTir = 0.5;\ntoujours(fonction () {\n if (personnageMonte === true) {\n personnage.vaVers({x: 42, y: 8});\n if (personnage.y >= 8) {\n personnageMonte = false;\n personnage.retourneToi();\n } } else {\n personnage.vaVers({x: 42, y: 2});\n if (personnage.y <= 2) {\n personnageMonte = true;\n } }personnage.tire();\n});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"+%=xIZEIr88aopLNiAhT\" x=\"458\" y=\"276\"><field name=\"VARNAME\">personnageMonte</field><value name=\"VARDEFINITION\"><block type=\"logic_boolean\" id=\"})Q8fIgR23?ZKW%I**{x\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"0#S}6#AZ-ztZ-yngy?CF\"><value name=\"variable\"><block type=\"character_variables\" id=\"j5;fn](!V,d#yWJW*hXk\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(eHkJxMNQhS0X;{-.UU`\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"i1btM,KnfmP5LrJQON,m\"><value name=\"variable\"><block type=\"character_variables\" id=\"T!/n28-w+3ZsEe]BM9JK\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"q[E6Al~{dNY`hHi12:P}\"><field name=\"NUM\">0.5</field></block></value><next><block type=\"always\" id=\":BCpJLz24%]_rUf8Jjo}\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"6P]DDTVyv}P@|6.4SSMX\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"(xzb)8.qs!2k{Fehl,Zd\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"variables_get\" id=\"8^U-^=0iwcEsat+MdUiJ\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"J@nEZxr}ta(|eevr,s~.\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities\" id=\"6^bY=:/#ZNhrsW^i(t/j\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\")x;Z{s-I:NMq|u#VNY)8\"><value name=\"POSITION\"><block type=\"point\" id=\"65hf@2%ip=QN6DmA,`]7\"><value name=\"X\"><block type=\"math_number\" id=\"zQMufJ`fQ]#]_G@d-IuD\"><field name=\"NUM\">42</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"Kv6fIzK(yqZ:^kb#dd1J\"><field name=\"NUM\">8</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"~)xIFv0CeV?E/!7.w1I2\"><value name=\"IF0\"><block type=\"compare\" id=\"rFSXl1lnj:.VWp~D;J,[\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"4_g=3U-Ii^-{4U`xE|6X\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"C@uPM0]t-yqGW,NMRq}p\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"2|rQ*H60ql*jaYi)[`j]\"><value name=\"variable\"><block type=\"variables_get\" id=\"i_qk|uQq,gvXro/1amcg\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"ciVk[D`HQr*G%xfgIh0~\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"get_entities\" id=\"1,~+gXG2@W|uEWTDPyFn\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"+iy?M^/~;*EEe{.PF4}9\"></block></value></block></next></block></statement></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities\" id=\";1K0.P}5da?`?7TF+G`9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",nS}}lCF~-./kfBe_o!Y\"><value name=\"POSITION\"><block type=\"point\" id=\"x.s{uU8@GmVdc#oT4|mL\"><value name=\"X\"><block type=\"math_number\" id=\"`A/{Z{orH,!U^b6^uq!p\"><field name=\"NUM\">42</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"UN@eUAq[LU:8Zq7_Uf6i\"><field name=\"NUM\">2</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"e#jL@NlgV,z[,R:KwQaU\"><value name=\"IF0\"><block type=\"compare\" id=\"r;ED28o-/-xY7T+n35p9\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"(TA:v_7ULTB/SGhM9zWy\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"jTeJpeYwM[/ize!J+0M4\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"Z,1%8B?=!)40{:T.e3Uo\"><value name=\"variable\"><block type=\"variables_get\" id=\"6IT0W8Zn#K*I)l?J)eAS\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"*`mm[b^|7;9D6ZHc`cUN\"><field name=\"BOOL\">TRUE</field></block></value></block></statement></block></next></block></statement><next><block type=\"get_entities\" id=\"8(qc1=TC8/jl,x@_dz9m\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"X@r#Y4)#6@B/%L-F6Iea\"></block></value></block></next></block></statement></block></next></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":7},{"position":{"x":41,"y":6},"code":"var personnageMonte;\n\n\npersonnageMonte = true;\npersonnage.vole = true;\npersonnage.cadenceDeTir = 0.5;\ntoujours(fonction () {\n if (personnageMonte === true) {\n personnage.vaVers({x: 41, y: 8});\n if (personnage.y >= 8) {\n personnageMonte = false;\n personnage.retourneToi();\n } } else {\n personnage.vaVers({x: 41, y: 2});\n if (personnage.y <= 2) {\n personnageMonte = true;\n } }personnage.tire();\n});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"+%=xIZEIr88aopLNiAhT\" x=\"460\" y=\"276\"><field name=\"VARNAME\">personnageMonte</field><value name=\"VARDEFINITION\"><block type=\"logic_boolean\" id=\"})Q8fIgR23?ZKW%I**{x\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"0#S}6#AZ-ztZ-yngy?CF\"><value name=\"variable\"><block type=\"character_variables\" id=\"j5;fn](!V,d#yWJW*hXk\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(eHkJxMNQhS0X;{-.UU`\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"i1btM,KnfmP5LrJQON,m\"><value name=\"variable\"><block type=\"character_variables\" id=\"T!/n28-w+3ZsEe]BM9JK\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"q[E6Al~{dNY`hHi12:P}\"><field name=\"NUM\">0.5</field></block></value><next><block type=\"always\" id=\":BCpJLz24%]_rUf8Jjo}\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"6P]DDTVyv}P@|6.4SSMX\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"(xzb)8.qs!2k{Fehl,Zd\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"variables_get\" id=\"8^U-^=0iwcEsat+MdUiJ\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"J@nEZxr}ta(|eevr,s~.\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities\" id=\"6^bY=:/#ZNhrsW^i(t/j\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\")x;Z{s-I:NMq|u#VNY)8\"><value name=\"POSITION\"><block type=\"point\" id=\"65hf@2%ip=QN6DmA,`]7\"><value name=\"X\"><block type=\"math_number\" id=\"zQMufJ`fQ]#]_G@d-IuD\"><field name=\"NUM\">41</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"Kv6fIzK(yqZ:^kb#dd1J\"><field name=\"NUM\">8</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"~)xIFv0CeV?E/!7.w1I2\"><value name=\"IF0\"><block type=\"compare\" id=\"rFSXl1lnj:.VWp~D;J,[\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"4_g=3U-Ii^-{4U`xE|6X\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"C@uPM0]t-yqGW,NMRq}p\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"2|rQ*H60ql*jaYi)[`j]\"><value name=\"variable\"><block type=\"variables_get\" id=\"i_qk|uQq,gvXro/1amcg\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"ciVk[D`HQr*G%xfgIh0~\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"get_entities\" id=\"1,~+gXG2@W|uEWTDPyFn\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"+iy?M^/~;*EEe{.PF4}9\"></block></value></block></next></block></statement></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities\" id=\";1K0.P}5da?`?7TF+G`9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",nS}}lCF~-./kfBe_o!Y\"><value name=\"POSITION\"><block type=\"point\" id=\"x.s{uU8@GmVdc#oT4|mL\"><value name=\"X\"><block type=\"math_number\" id=\"`A/{Z{orH,!U^b6^uq!p\"><field name=\"NUM\">41</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"UN@eUAq[LU:8Zq7_Uf6i\"><field name=\"NUM\">2</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"e#jL@NlgV,z[,R:KwQaU\"><value name=\"IF0\"><block type=\"compare\" id=\"r;ED28o-/-xY7T+n35p9\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"(TA:v_7ULTB/SGhM9zWy\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"jTeJpeYwM[/ize!J+0M4\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"Z,1%8B?=!)40{:T.e3Uo\"><value name=\"variable\"><block type=\"variables_get\" id=\"6IT0W8Zn#K*I)l?J)eAS\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"*`mm[b^|7;9D6ZHc`cUN\"><field name=\"BOOL\">TRUE</field></block></value></block></statement></block></next></block></statement><next><block type=\"get_entities\" id=\"8(qc1=TC8/jl,x@_dz9m\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"X@r#Y4)#6@B/%L-F6Iea\"></block></value></block></next></block></statement></block></next></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":8},{"position":{"x":34,"y":6},"code":"var personnageMonte;\n\n\npersonnageMonte = true;\npersonnage.vole = true;\npersonnage.cadenceDeTir = 0.5;\ntoujours(fonction () {\n if (personnageMonte === true) {\n personnage.vaVers({x: 34, y: 8});\n if (personnage.y >= 8) {\n personnageMonte = false;\n personnage.retourneToi();\n } } else {\n personnage.vaVers({x: 34, y: 2});\n if (personnage.y <= 2) {\n personnageMonte = true;\n } }personnage.tire();\n});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"+%=xIZEIr88aopLNiAhT\" x=\"460\" y=\"276\"><field name=\"VARNAME\">personnageMonte</field><value name=\"VARDEFINITION\"><block type=\"logic_boolean\" id=\"})Q8fIgR23?ZKW%I**{x\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"0#S}6#AZ-ztZ-yngy?CF\"><value name=\"variable\"><block type=\"character_variables\" id=\"j5;fn](!V,d#yWJW*hXk\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(eHkJxMNQhS0X;{-.UU`\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"i1btM,KnfmP5LrJQON,m\"><value name=\"variable\"><block type=\"character_variables\" id=\"T!/n28-w+3ZsEe]BM9JK\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"q[E6Al~{dNY`hHi12:P}\"><field name=\"NUM\">0.5</field></block></value><next><block type=\"always\" id=\":BCpJLz24%]_rUf8Jjo}\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"6P]DDTVyv}P@|6.4SSMX\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"(xzb)8.qs!2k{Fehl,Zd\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"variables_get\" id=\"8^U-^=0iwcEsat+MdUiJ\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"J@nEZxr}ta(|eevr,s~.\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities\" id=\"6^bY=:/#ZNhrsW^i(t/j\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\")x;Z{s-I:NMq|u#VNY)8\"><value name=\"POSITION\"><block type=\"point\" id=\"65hf@2%ip=QN6DmA,`]7\"><value name=\"X\"><block type=\"math_number\" id=\"zQMufJ`fQ]#]_G@d-IuD\"><field name=\"NUM\">34</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"Kv6fIzK(yqZ:^kb#dd1J\"><field name=\"NUM\">8</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"~)xIFv0CeV?E/!7.w1I2\"><value name=\"IF0\"><block type=\"compare\" id=\"rFSXl1lnj:.VWp~D;J,[\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"4_g=3U-Ii^-{4U`xE|6X\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"C@uPM0]t-yqGW,NMRq}p\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"2|rQ*H60ql*jaYi)[`j]\"><value name=\"variable\"><block type=\"variables_get\" id=\"i_qk|uQq,gvXro/1amcg\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"ciVk[D`HQr*G%xfgIh0~\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"get_entities\" id=\"1,~+gXG2@W|uEWTDPyFn\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"+iy?M^/~;*EEe{.PF4}9\"></block></value></block></next></block></statement></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities\" id=\";1K0.P}5da?`?7TF+G`9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",nS}}lCF~-./kfBe_o!Y\"><value name=\"POSITION\"><block type=\"point\" id=\"x.s{uU8@GmVdc#oT4|mL\"><value name=\"X\"><block type=\"math_number\" id=\"`A/{Z{orH,!U^b6^uq!p\"><field name=\"NUM\">34</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"UN@eUAq[LU:8Zq7_Uf6i\"><field name=\"NUM\">2</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"e#jL@NlgV,z[,R:KwQaU\"><value name=\"IF0\"><block type=\"compare\" id=\"r;ED28o-/-xY7T+n35p9\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"(TA:v_7ULTB/SGhM9zWy\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"jTeJpeYwM[/ize!J+0M4\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"Z,1%8B?=!)40{:T.e3Uo\"><value name=\"variable\"><block type=\"variables_get\" id=\"6IT0W8Zn#K*I)l?J)eAS\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"*`mm[b^|7;9D6ZHc`cUN\"><field name=\"BOOL\">TRUE</field></block></value></block></statement></block></next></block></statement><next><block type=\"get_entities\" id=\"8(qc1=TC8/jl,x@_dz9m\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"X@r#Y4)#6@B/%L-F6Iea\"></block></value></block></next></block></statement></block></next></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":9},{"position":{"x":30,"y":6},"code":"var personnageMonte;\n\n\npersonnageMonte = true;\npersonnage.vole = true;\npersonnage.cadenceDeTir = 0.5;\ntoujours(fonction () {\n if (personnageMonte === true) {\n personnage.vaVers({x: 30, y: 8});\n if (personnage.y >= 8) {\n personnageMonte = false;\n personnage.retourneToi();\n } } else {\n personnage.vaVers({x: 30, y: 2});\n if (personnage.y <= 2) {\n personnageMonte = true;\n } }personnage.tire();\n});\n","url":"images/game/charactersV2/bugheight/","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"+%=xIZEIr88aopLNiAhT\" x=\"460\" y=\"276\"><field name=\"VARNAME\">personnageMonte</field><value name=\"VARDEFINITION\"><block type=\"logic_boolean\" id=\"})Q8fIgR23?ZKW%I**{x\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"0#S}6#AZ-ztZ-yngy?CF\"><value name=\"variable\"><block type=\"character_variables\" id=\"j5;fn](!V,d#yWJW*hXk\"><field name=\"variable\">vole</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"(eHkJxMNQhS0X;{-.UU`\"><field name=\"BOOL\">TRUE</field></block></value><next><block type=\"entities_assignment\" id=\"i1btM,KnfmP5LrJQON,m\"><value name=\"variable\"><block type=\"character_variables\" id=\"T!/n28-w+3ZsEe]BM9JK\"><field name=\"variable\">cadenceDeTir</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"q[E6Al~{dNY`hHi12:P}\"><field name=\"NUM\">0.5</field></block></value><next><block type=\"always\" id=\":BCpJLz24%]_rUf8Jjo}\"><statement name=\"BODY\"><block type=\"condition_if\" id=\"6P]DDTVyv}P@|6.4SSMX\"><mutation else=\"1\"></mutation><value name=\"IF0\"><block type=\"compare\" id=\"(xzb)8.qs!2k{Fehl,Zd\"><field name=\"OPERATOR\">=</field><value name=\"FIRST_VALUE\"><block type=\"variables_get\" id=\"8^U-^=0iwcEsat+MdUiJ\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"SECOND_VALUE\"><block type=\"logic_boolean\" id=\"J@nEZxr}ta(|eevr,s~.\"><field name=\"BOOL\">TRUE</field></block></value></block></value><statement name=\"DO0\"><block type=\"get_entities\" id=\"6^bY=:/#ZNhrsW^i(t/j\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\")x;Z{s-I:NMq|u#VNY)8\"><value name=\"POSITION\"><block type=\"point\" id=\"65hf@2%ip=QN6DmA,`]7\"><value name=\"X\"><block type=\"math_number\" id=\"zQMufJ`fQ]#]_G@d-IuD\"><field name=\"NUM\">30</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"Kv6fIzK(yqZ:^kb#dd1J\"><field name=\"NUM\">8</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"~)xIFv0CeV?E/!7.w1I2\"><value name=\"IF0\"><block type=\"compare\" id=\"rFSXl1lnj:.VWp~D;J,[\"><field name=\"OPERATOR\">≥</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"4_g=3U-Ii^-{4U`xE|6X\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"C@uPM0]t-yqGW,NMRq}p\"><field name=\"NUM\">8</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"2|rQ*H60ql*jaYi)[`j]\"><value name=\"variable\"><block type=\"variables_get\" id=\"i_qk|uQq,gvXro/1amcg\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"ciVk[D`HQr*G%xfgIh0~\"><field name=\"BOOL\">FALSE</field></block></value><next><block type=\"get_entities\" id=\"1,~+gXG2@W|uEWTDPyFn\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"turn_back\" id=\"+iy?M^/~;*EEe{.PF4}9\"></block></value></block></next></block></statement></block></next></block></statement><statement name=\"ELSE\"><block type=\"get_entities\" id=\";1K0.P}5da?`?7TF+G`9\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"go_to\" id=\",nS}}lCF~-./kfBe_o!Y\"><value name=\"POSITION\"><block type=\"point\" id=\"x.s{uU8@GmVdc#oT4|mL\"><value name=\"X\"><block type=\"math_number\" id=\"`A/{Z{orH,!U^b6^uq!p\"><field name=\"NUM\">30</field></block></value><value name=\"Y\"><block type=\"math_number\" id=\"UN@eUAq[LU:8Zq7_Uf6i\"><field name=\"NUM\">2</field></block></value></block></value></block></value><next><block type=\"condition_if\" id=\"e#jL@NlgV,z[,R:KwQaU\"><value name=\"IF0\"><block type=\"compare\" id=\"r;ED28o-/-xY7T+n35p9\"><field name=\"OPERATOR\">≤</field><value name=\"FIRST_VALUE\"><block type=\"character_variables\" id=\"(TA:v_7ULTB/SGhM9zWy\"><field name=\"variable\">y</field></block></value><value name=\"SECOND_VALUE\"><block type=\"math_number\" id=\"jTeJpeYwM[/ize!J+0M4\"><field name=\"NUM\">2</field></block></value></block></value><statement name=\"DO0\"><block type=\"entities_assignment\" id=\"Z,1%8B?=!)40{:T.e3Uo\"><value name=\"variable\"><block type=\"variables_get\" id=\"6IT0W8Zn#K*I)l?J)eAS\"><field name=\"VAR\">personnageMonte</field></block></value><value name=\"value\"><block type=\"logic_boolean\" id=\"*`mm[b^|7;9D6ZHc`cUN\"><field name=\"BOOL\">TRUE</field></block></value></block></statement></block></next></block></statement><next><block type=\"get_entities\" id=\"8(qc1=TC8/jl,x@_dz9m\"><field name=\"NAME\">personnage</field><value name=\"BODY\"><block type=\"shoot\" id=\"X@r#Y4)#6@B/%L-F6Iea\"></block></value></block></next></block></statement></block></next></block></next></block></next></block></xml>","type":"character","width":1,"height":2,"id":10}],"tiles":[{"position":{"x":0,"y":2},"traversable":true,"url":"images/game/bonus/drapeau_jaune.png","type":"item","code":"","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"></xml>"},{"position":{"x":0,"y":1},"url":"images/game/blocks/concrete/BETON-GAUCHE.png","type":"wall","code":null,"traversable":false},{"position":{"x":1,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":2,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":3,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":4,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":5,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":6,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":7,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":8,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":9,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":10,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":11,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":12,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":13,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":14,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":15,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"position":{"x":16,"y":1},"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","code":null,"traversable":false},{"url":"images/game/blocks/bidon.png","type":"wall","position":{"x":10,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","position":{"x":17,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","position":{"x":18,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","position":{"x":19,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","position":{"x":20,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-PLEIN.png","type":"wall","position":{"x":21,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":23,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":24,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":25,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":26,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":27,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":28,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":29,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":30,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/concrete/BETON-C.png","type":"wall","position":{"x":22,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":31,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":32,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":33,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":36,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":37,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":38,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":39,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":40,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":43,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":44,"y":1},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":43,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":43,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":43,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":44,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":44,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":44,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":44,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":43,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":43,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/metal.png","type":"wall","position":{"x":44,"y":6},"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":43,"y":7},"traversable":false,"code":null},{"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=\"199\" y=\"152\"><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":44,"y":8}},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":36,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":37,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":38,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":39,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":40,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":37,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":38,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":39,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":40,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":38,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":39,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":40,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":39,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":40,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":40,"y":6},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":33,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":32,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":29,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/vis.png","type":"wall","position":{"x":28,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":25,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":24,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":25,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":24,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":25,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":24,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":25,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":24,"y":5},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":20,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":19,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":20,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":19,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":20,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/kano.png","type":"wall","position":{"x":19,"y":4},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":13,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":14,"y":2},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":14,"y":3},"traversable":false,"code":null},{"url":"images/game/blocks/ventilo.png","type":"wall","position":{"x":13,"y":3},"traversable":false,"code":null},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"191\" y=\"266\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":3,"y":4}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', function () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"-75\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":1,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":6,"y":5}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":7,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":11,"y":6}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":10,"y":5}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":17,"y":3}},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":24,"y":8}},{"position":{"x":23,"y":8},"code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","url":"images/game/bonus/anims/coin.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","type":"item","traversable":true},{"position":{"x":16,"y":3},"code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","url":"images/game/bonus/anims/coin.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","type":"item","traversable":true},{"url":"images/game/bonus/anims/coin.png","type":"item","code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","traversable":true,"position":{"x":29,"y":3}},{"position":{"x":28,"y":3},"code":"var scoreText;\n\n\nscoreText = 'Score : ';\nquand('joueur arrive', fonction () {\n joueur.score = (joueur.score+1);\n joueur.dit(scoreText+joueur.score);\n objet.disparait();\n});\n","url":"images/game/bonus/anims/coin.png","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"set_var\" id=\"HDPPktHYYk%*(Sh{0z74\" x=\"105\" y=\"242\"><field name=\"VARNAME\">scoreText</field><value name=\"VARDEFINITION\"><block type=\"text\" id=\"14c6W#2W#^T-[McO#,,(\"><field name=\"TEXT\">Score : </field></block></value><next><block type=\"gamecode_when\" id=\"2)@PhMHB[b.dHY9Rds30\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"~waQgbkTJSNK*HM@ci)=\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"k_#m5CW4d~WMibURcklC\"><value name=\"variable\"><block type=\"player_variables\" id=\"5aKLUW^F5vIO7YOjW(0[\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"DG:hmnrMAU6@HNfJX:l!\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"player_variables\" id=\"e{2M!C}LE9E^)5L)IPQD\"><field name=\"variable\">score</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"~y_HwyA)SW%wMIBV)3Qm\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"get_entities\" id=\"-^r%,x]2fx9[sLY|MU]`\"><field name=\"NAME\">joueur</field><value name=\"BODY\"><block type=\"says\" id=\"`{OWbwTi7uJ-M:-rVO/e\"><value name=\"TEXT\"><block type=\"math_arithmetic_custom\" id=\"rkOp0t7NhB[+:j`UFa`u\"><field name=\"OPERATION\">+</field><value name=\"A\"><block type=\"variables_get\" id=\"bM-SBW/?ansgkPO~qXS8\"><field name=\"VAR\">scoreText</field></block></value><value name=\"B\"><block type=\"player_variables\" id=\"-Eg2]mi2-FE8,YEFB=Lq\"><field name=\"variable\">score</field></block></value></block></value></block></value><next><block type=\"get_entities\" id=\",|N5t;2H}o=+:{elFjd@\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"zyhrX,D%{UY){F^lwD3B\"></block></value></block></next></block></next></block></statement></block></next></block></xml>","type":"item","traversable":true},{"url":"images/game/bonus/anims/flower.png","type":"item","code":"quand('joueur arrive', fonction () {\n joueur.hauteurSaut = 4;\n objet.disparait();\n});\n","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gamecode_when\" id=\"=Vkja6D{^[VTen#NC@DR\" x=\"340\" y=\"237\"><value name=\"EVENT\"><block type=\"event_player_arrived\" id=\"oY?usa_kw)m4xyzp^2TX\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"P[?*JiE/n5]|~7EFF|1M\"><value name=\"variable\"><block type=\"player_variables\" id=\"c+*3_.Oje!QO@?!^rAwT\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"Sp=e4_=3SljTu=Dz-F-y\"><field name=\"NUM\">4</field></block></value><next><block type=\"get_entities\" id=\"?~^gnyHc%r.M%*|dUPLn\"><field name=\"NAME\">objet</field><value name=\"BODY\"><block type=\"disappear\" id=\"f+3H}:I`Fe=vVDKm-12@\"></block></value></block></next></block></statement></block></xml>","traversable":true,"position":{"x":14,"y":4}}],"player":{"urls":{"head":"./images/game/players/unicorn/","body":"./images/game/players/unicorn/","bullet":"images/game/players/elf/"},"position":{"x":1,"y":2},"type":"player","width":1,"height":2,"sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"entities_assignment\" id=\"KdL=9uXJAmp*(E!rSvX4\" x=\"237\" y=\"228\"><value name=\"variable\"><block type=\"player_variables\" id=\"k3-fwD?miY_[f{skOvW}\"><field name=\"variable\">score</field></block></value><value name=\"value\"><block type=\"math_number\" id=\".G,G0Z:mn:t@8DeEh{9A\"><field name=\"NUM\">0</field></block></value><next><block type=\"entities_assignment\" id=\"yQ@,zF=p67Jph0uI2:hh\"><value name=\"variable\"><block type=\"player_variables\" id=\"zi{o;2ZpTfiq{_:_-iz2\"><field name=\"variable\">hauteurSaut</field></block></value><value name=\"value\"><block type=\"math_number\" id=\"K.Vc(D8QWF62@s|gEK2H\"><field name=\"NUM\">2</field></block></value><next><block type=\"gamecode_when\" id=\"kMqD;64@O9{-~]C^63W+\"><value name=\"EVENT\"><block type=\"event_touched\" id=\"pwn3BV!*US-`jRc7Ki33\"></block></value><statement name=\"BODY\"><block type=\"entities_assignment\" id=\"Z:3bb)#,N]52s(3R1cz;\"><value name=\"variable\"><block type=\"player_variables\" id=\"p]#1{0y{BwcxuI!TJk#P\"><field name=\"variable\">vie</field></block></value><value name=\"value\"><block type=\"math_arithmetic_custom\" id=\"^r#FL.+uZV}u;keQi+vt\"><field name=\"OPERATION\">-</field><value name=\"A\"><block type=\"player_variables\" id=\"PZ8V%@R,qC1YohJU18{l\"><field name=\"variable\">vie</field></block></value><value name=\"B\"><block type=\"math_number\" id=\"MNy^+:Hh,37.sT7-.9+)\"><field name=\"NUM\">1</field></block></value></block></value></block></statement></block></next></block></next></block></xml>","code":"joueur.score = 0;\njoueur.hauteurSaut = 2;\nquand('est touché', fonction () {\n joueur.vie = (joueur.vie-1);\n});\n"},"endGame":{"wallpaper":"images/game/end_screens/end_screen_2.jpg","winText":"Victoire !","loseText":"Défaite :("},"sounds":{"music":"sounds/musics/feel_good","win":"sounds/win/01","loose":"sounds/loose/01","items":"sounds/bonus/01"},"soundEnable":false,"name":"Test","goal":"Finir le niveau","generalScript":"gravite = 50;","sourceXml":"<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"gravity\" id=\"2WC=#bE`A%2]AA0)hb[Z\" x=\"458\" y=\"276\"><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":[["score","score"]]}}
Communaute: 
0
Miniature: 
Application: 
Tags créateur: 

GameCode partners