<?xml version="1.0"?>
<level>
  <map>
    <line><cell value="0" /><cell value="0" /><cell value="0" /></line>
    <line><cell value="0" /><cell value="3" /><cell value="0" /></line>
    <line><cell value="0" /><cell value="2" /><cell value="0" /></line>
    <line><cell value="0" /><cell value="0" /><cell value="0" /></line>
  </map>
  <dialogs>
	<dialog text="[fr]Bienvenue dans SPY !&#xA;&#xA;Dans ce jeu tu vas apprendre à programmer un robot.&#xA;Ton objectif sera toujours de déplacer le robot sur le téléporteur de sortie comme illustré sur la vidéo ci-dessous.&#xA;&#xA;Appuie sur le bouton 'Suivant' pour que je t'explique la suite.[/fr][en]Welcome to SPY!&#xA;&#xA;In this game, you will learn how to program a robot.&#xA;Your objective will always be to move the robot on the exit teleporter as illustrated in the video below.&#xA;&#xA;Press the 'Next' button and I will explain what happens next.[/en]" video="https://spy.lip6.fr/StreamingAssets/Levels/Tutoriel/Videos/tuto.mp4"/>
	<dialog text="[fr]Tu peux à tout moment accéder au menu de la mission pour, par exemple, revoir les textes d'introduction, relancer la mission ou la quitter.&#xA;&#xA;Tu peux appuyer sur le bouton 'Suivant'.[/fr][en]You can access the mission menu at any time to, for example, review the briefing, restart the mission or exit it.&#xA;&#xA;You can press the 'Next' button.[/en]" img="[fr]menu.png[/fr][en]menu_en.png[/en]" imgHeight="250" />
	<dialog text="[fr]La caméra suit automatiquement le déplacement du robot mais tu peux la contrôler avec les boutons situés en bas à droite du jeu. N'hésite pas à expérimenter ces commandes.&#xA;&#xA;Quand tu as terminé appluie sur le bouton 'Suivant'.[/fr][en]The camera automatically follows the robot's movements, but you can control it using the buttons at the bottom right of the game. Feel free to experiment with these controls.&#xA;&#xA;When you've finished, press the 'Next' button.[/en]" img="cameraControl.png" imgHeight="150" enableInteraction="1" />
	<dialog text="[fr]Pour programmer le robot tu auras à ta disposition des blocs qui sont disponibles dans la partie gauche de l'écran.&#xA;Dans ce tutoriel tu ne peux utiliser que le bloc 'Avancer', mais dans la suite du jeu tu pourras découvrir pleins d'autres actions.&#xA;&#xA;Tu peux maintenant cliquer sur le bouton 'Suivant' pour passer à la suite.[/fr][en]To program the robot, you'll need the blocks available on the left of the screen.&#xA;In this tutorial, you'll only be able to use the 'Move Forward' block, but in the rest of the game you'll be able to discover lots of other actions.&#xA;&#xA;You can now click on the 'Next' button to continue.[/en]" />
	<dialog text="[fr]Essaye de glisser le bloc 'Avancer' dans la zone de programme du robot comme illustré sur l'image ci-dessous.&#xA;&#xA;Quand tu auras terminé, clique sur le bouton 'Suivant'.[/fr][en]Try dragging the 'Move Forward' block into the robot's program area, as shown in the image below. When you've finished, click on the 'Next' button.[/en]" img="[fr]addBlock.png[/fr][en]addBlock_en.png[/en]" imgHeight="250" enableInteraction="1" />
	<dialog text="[fr]Maintenant tu vas pouvoir essayer d'exécuter ton programme. Il te suffit pour cela de cliquer sur le bouton 'Lecture' que tu trouveras en haut à gauche du jeu.&#xA;&#xA;Clique sur le bouton 'OK' pour fermer ce tutoriel et lance ton programme avec le bouton 'Lecture' comme illustré ci-dessous.&#xA;&#xA;C'est à toi de jouer ![/fr][en]Now you can try running your program. All you have to do is click on the 'Play' button at the top left of the game.&#xA;&#xA;Click on the 'OK' button to close this tutorial and launch your program with the 'Play' button, as illustrated below.&#xA;&#xA;Now it's your turn to play![/en]" img="[fr]play.png[/fr][en]play_en.png[/en]" imgHeight="250" />
  </dialogs>
  <blockLimits>
    <blockLimit blockType="Forward" limit="1" />
    <blockLimit blockType="TurnLeft" limit="0" />
    <blockLimit blockType="TurnRight" limit="0" />
    <blockLimit blockType="Wait" limit="0" />
    <blockLimit blockType="Activate" limit="0" />
    <blockLimit blockType="TurnBack" limit="0" />
    <blockLimit blockType="IfThen" limit="0" />
    <blockLimit blockType="IfElse" limit="0" />
    <blockLimit blockType="ForLoop" limit="0" />
    <blockLimit blockType="While" limit="0" />
    <blockLimit blockType="Forever" limit="0" />
    <blockLimit blockType="AndOperator" limit="0" />
    <blockLimit blockType="OrOperator" limit="0" />
    <blockLimit blockType="NotOperator" limit="0" />
    <blockLimit blockType="WallFront" limit="0" />
    <blockLimit blockType="Enemy" limit="0" />
    <blockLimit blockType="RedArea" limit="0" />
    <blockLimit blockType="FieldGate" limit="0" />
    <blockLimit blockType="Terminal" limit="0" />
    <blockLimit blockType="Exit" limit="0" />
  </blockLimits>
  <robot inputLine="Plok" posY="2" posX="1" direction="0" />
  <script outputLine="Plok" editMode="0" />
  <score twoStars="0" threeStars="10500"/>
</level>