Ajout de remerciements à Thomas Dehon pour ses tests.
[mp-scratch.git] / doc / mp-scratch.tex
index bba9203..6856527 100644 (file)
@@ -173,27 +173,27 @@ Les \og opérateurs\footnote{Je nomme \og opérateurs\fg\ les variables ou comma
     \vspace*{2em}\par
   \item[Groupe {\sffamily Apparence}]\hfil\newline
     \begin{itemize}
-    \item[\textbullet]\lstinline!draw DireT("Hello",2);!
+    \item[\textbullet]\lstinline!draw DireT("\opSimple{Hello}",2);!
       \par\hfill\includegraphics{CommandeApparence.1}
-    \item[\textbullet]\lstinline!draw Dire("Hello");!
+    \item[\textbullet]\lstinline!draw Dire("\opSimple{Hello}");!
       \par\hfill\includegraphics{CommandeApparence.2}
-    \item[\textbullet]\lstinline!draw PenserT("Hmm...",2);!
+    \item[\textbullet]\lstinline!draw PenserT("\opSimple{Hmm...}",2);!
       \par\hfill\includegraphics{CommandeApparence.3}
-    \item[\textbullet]\lstinline!draw Penser("Hmm...");!
+    \item[\textbullet]\lstinline!draw Penser("\opSimple{Hmm...}");!
       \par\hfill\includegraphics{CommandeApparence.4}
     \item[\textbullet]\lstinline!draw Montrer;!
       \par\hfill\includegraphics{CommandeApparence.5}
     \item[\textbullet]\lstinline!draw Cacher;!
       \par\hfill\includegraphics{CommandeApparence.6}
-    \item[\textbullet]\lstinline!draw Basculer("\opAp{costume2}");!
+    \item[\textbullet]\lstinline!draw Basculer("\opApMenu{costume2}");!
       \par\hfill\includegraphics{CommandeApparence.7}
     \item[\textbullet]\lstinline!draw CostumeSuivant;!
       \par\hfill\includegraphics{CommandeApparence.8}
-    \item[\textbullet]\lstinline!draw BasculerAR("\opAp{arriere-plan2}");!
+    \item[\textbullet]\lstinline!draw BasculerAR("\opApMenu{arriere-plan2}");!
       \par\hfill\includegraphics{CommandeApparence.9}
-    \item[\textbullet]\lstinline!draw AjouterEffet("\opAp{couleur}",10);!
+    \item[\textbullet]\lstinline!draw AjouterEffet("\opApMenu{couleur}",10);!
       \par\hfill\includegraphics{CommandeApparence.10}
-    \item[\textbullet]\lstinline!draw MettreEffet("\opAp{couleur}",10);!
+    \item[\textbullet]\lstinline!draw MettreEffet("\opApMenu{couleur}",10);!
       \par\hfill\includegraphics{CommandeApparence.11}
     \item[\textbullet]\lstinline!draw AnnulerEffet;!
       \par\hfill\includegraphics{CommandeApparence.12}
@@ -206,8 +206,15 @@ Les \og opérateurs\footnote{Je nomme \og opérateurs\fg\ les variables ou comma
     \item[\textbullet]\lstinline!draw DeplacerAP("\opOp{$\opMouv{abscisse x}\bm{+}\opSimple{10}$}");!
       \par\hfill\includegraphics{CommandeApparence.16}
     \end{itemize}
+\vspace{1em}\par Quand \og la scène\fg\ est sélectionnée, on dispose également des commandes :
+    \begin{itemize}
+    \item[\textbullet]\lstinline!draw BasculerARA("\opApMenu{arriere-plan2}");!
+      \par\hfill\includegraphics{CommandeApparence.20}
+    \item [\textbullet]\lstinline!draw ARSuivant;!
+      \par\hfill\includegraphics{CommandeApparence.21}
+    \end{itemize}
     \par\vspace*{2em}\par Les \og opérateurs\fg\ 
-\[\includegraphics{CommandeApparence.17}\kern0.1\linewidth\includegraphics{CommandeApparence.18}\kern0.1\linewidth\includegraphics{CommandeApparence.19}\]
+\[\includegraphics{CommandeApparence.17}\kern0.1\linewidth\includegraphics{CommandeApparence.18}\kern0.1\linewidth\includegraphics{CommandeApparence.19}\kern0.1\linewidth\includegraphics{CommandeApparence.22}\]
 s'obtiennent avec la commande \LaTeX\ \lstinline!\opAp{}!.
     \par\vspace*{2em}\par
   \item[Groupe {\sffamily Son}]\hfil\newline
@@ -326,6 +333,12 @@ label(LATEX("\opList{\opSousList{Pythagore}
   \item[\textbullet]\lstinline!draw EnvoyerMessageA("message1");!
     \par\hfill\includegraphics{CommandeEvenements.8}
   \end{itemize}
+\vspace{1em}\par
+Quand \og la scène\fg\ est sélectionnée, on dispose de :
+\begin{itemize}
+  \item[\textbullet]\lstinline!draw QScenePressee;!
+    \par\hfill\includegraphics{CommandeEvenements.9}\footnote{C'est le seul endroit où il y a une majuscule dans les notations {\sffamily Scratch}\ldots}
+\end{itemize}
     \vspace*{2em}\par
 \item[Groupe {\sffamily Contrôle}]\hfil\newline
   \begin{itemize}
@@ -335,6 +348,7 @@ label(LATEX("\opList{\opSousList{Pythagore}
     \par\hfill\includegraphics{CommandeControle.6}
   \item[\textbullet]\lstinline!draw Stop("ce script");!
     \par\hfill\includegraphics{CommandeControle.8}
+\newpage
   \item[\textbullet]\lstinline!draw CommencerClone;!
     \par\hfill\includegraphics{CommandeControle.9}
   \item[\textbullet]\lstinline!draw CreerClone("Lutin1");!
@@ -676,6 +690,7 @@ endfig;
 \newpage
 \section{Historique}
 \begin{description}
+\item[17/02/2017] {\bfseries Version 0.61} - Grâce à Thomas Dehon, ajout des commandes correspondantes à la sélection de \og la scène\fg. Mise à jour de la documentation.
 \item[16/02/2017] {\bfseries Version 0.59} - Correction des commandes {\sffamily Dire}, {\sffamily DireT}, {\sffamily Penser}, {\sffamily PenserT}. Mise à jour de la documentation (informations sur l'installation du package).
 \item[15/02/2017] {\bfseries Version 0.57} - Correction de problèmes mineurs d'affichage. Correction de la documentation.
 \item[14/02/2017] {\bfseries Version 0.55} - Mise à jour de la documentation.

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.