You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fr-FR/step_2.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Fais bien attention à l’endroit où les anneaux se croisent et à quel anneau
8
8
9
9
Si tu travailles **en ligne**, ouvre le [projet de démarrage](https://scratch.mit.edu/projects/1048263697/){:target="_blank"} dans Scratch.
10
10
11
-
Si tu travailles **hors ligne**, ouvre le [fichier de démarrage] du projet (https://rpf.io/p/fr-FR/olympic-rings-go){:target="_blank"} dans l'éditeur hors ligne de Scratch. Si tu dois télécharger et installer Scratch, tu peux le trouver [ici](https://scratch.mit.edu/download){:target="_blank"}.
11
+
Si tu travailles **hors ligne**, ouvre le [fichier de démarrage](https://rpf.io/p/fr-FR/olympic-rings-go){:target="_blank"} du projet dans l'éditeur hors ligne de Scratch. Si tu dois télécharger et installer Scratch, tu peux le trouver [ici](https://scratch.mit.edu/download){:target="_blank"}.
12
12
13
13
--- /task ---
14
14
@@ -54,7 +54,7 @@ Crée une variable `anneaux`{:class="block3variables"} et ajoute un bloc `mettre
54
54
55
55
```blocks3
56
56
when flag clicked
57
-
+set [rings v] to (0)
57
+
+set [anneaux v] to (0)
58
58
```
59
59
60
60
--- /task ---
@@ -69,7 +69,7 @@ Ajoute un bloc pour mettre la taille du stylo à 10.
69
69
70
70
```blocks3
71
71
when flag clicked
72
-
set [rings v] to (0)
72
+
set [anneaux v] to (0)
73
73
+erase all
74
74
+set pen size to (10)
75
75
```
@@ -84,7 +84,7 @@ Ajoute un bloc « répéter ».
84
84
85
85
```blocks3
86
86
when flag clicked
87
-
set [rings v] to (0)
87
+
set [anneaux v] to (0)
88
88
erase all
89
89
set pen size to (10)
90
90
+repeat (5)
@@ -100,11 +100,11 @@ Ajoute un bloc pour ajouter la variable `anneaux`{:class="block3variables"} à 1
100
100
101
101
```blocks3
102
102
when flag clicked
103
-
set [rings v] to (0)
103
+
set [anneaux v] to (0)
104
104
erase all
105
105
set pen size to (10)
106
106
repeat (5)
107
-
+change [rings v] by (1)
107
+
+change [anneaux v] by (1)
108
108
```
109
109
110
110
--- /task ---
@@ -117,12 +117,12 @@ Ajoute un bloc pour créer un clone de lui-même et un bloc « attendre ».
Si tu souhaites t'amuser davantage en explorant Scratch, tu peux essayer l'un de [ces projets](https://projects.raspberrypi.org/fr-FR/projects?software%5B%5D=scratch&curriculum%5B%5D=%201).
3
+
Si tu souhaites t'amuser davantage en explorant Scratch, tu peux essayer l'un de [ces projets](https://projects.raspberrypi.org/fr-FR/projects?software%5B%5D=scratch&curriculum%5B%5D=%201).
4
4
5
5
***
6
6
Ce projet a été traduit par des bénévoles:
7
7
8
-
[name]
8
+
Jonathan Vannieuwkerke
9
9
10
-
[name]
11
-
12
-
[name]
10
+
Michel Arnols
13
11
14
12
Grâce aux bénévoles, nous pouvons donner aux gens du monde entier la chance d'apprendre dans leur propre langue. Vous pouvez nous aider à atteindre plus de personnes en vous portant volontaire pour la traduction - plus d'informations sur [rpf.io/translate](https://rpf.io/translate).
0 commit comments