Please enable JavaScript.
Coggle requires JavaScript to display documents.
Atelier 5 - Laurent Nguyen - Coggle Diagram
Atelier 5 - Laurent Nguyen
Forms1
Boutons
Action buttonQuitter_Click
Quitter Forms1
Action buttonStart_Click
Ouvrir et focus Forms2
textboxNom[1,2]
Action textBoxNom[1,2]_TextChanged
Si textbox1,2 est vide et caracteres est egal ou moins a 4
Erreur indication
Else pas d'erreur et boutton activer
Attrape les erreur de format
textBoxNom[1,2]_KeyPress
Lettre, numero, controle Activer
Autres desactiver
Forms
Bouttons
Action buttonRestart_Click
Reset pictureBoxDice[1,2,3]
Clear textBoxPointRound[1,2]
Si total2 > total1
Compteur++, afficher point dans forms1 textboxPoints2
MessageBox Joueur2 gagner
Sinon si total1 == total2
MessageBox "Egal"
Sinon si total1 > total2
MessageBox Joueur2 gagner
Compteur++, afficher point dans forms1 textboxPoints1
Action buttonQuitter_Click
Sinon si total1 == total2
MessageBox "Egal"
Si total2 > total1
MessageBox Joueur2 gagner
Compteur++, afficher point dans forms1 textboxPoints2
Sinon si total1 > total2
MessageBox Joueur2 gagner
Compteur++, afficher point dans forms1 textboxPoints1
Quitter forms2
Action buttonStart[1,2]_Click
Thread dice
Lorsque dice isAlive
pictureBoxDice[1,2,3] = imageList[1,2,3][random]
dice commence
timerDice commence
sons1(diceshakesound.wav) joue en loop
Action buttonStop[1,2]_Click
timerDice arrete
dice abort
sons1(diceshakesound.wav) arrete
sons2(rollingdice.wav) Joue et arrete
labelDice[1,2,3]
Affiche resultat des 3 dice
textBoxPointRound[1,2] affiche totals des 3 dices