Local $mx, $b[16], $bx[16], $by[16], $bn[16], $win, $enf, $rnd[16], $fr, $loop, $nMsg
mix()
While $nMsg <> -3
$nMsg = GUIGetMsg()
If $nMsg = $mx Then mix() ; Botão mix
If Not $loop Then
For $i = 0 To 15 ; movimenta os botões selecionados
Switch $nMsg
Case $b[$i]
GUICtrlSetBkC...