[GUIDA] autoit, by Fraev

« Older   Newer »
  Share  
krestyyy
CAT_IMG Posted on 20/9/2009, 09:56 by: krestyyy     +1   -1




scusa mi puoi spiegare xke se cambio i numeri al case mi cambia la risposta???

$BabboNataleExists = FALSE
Do
Switch Msgbox (32+3, "Domanda: ", "Babbo Natale esiste?", 10) ; potevo anche scrivere Msgbox (35, ...)
Case 2
Msgbox (0, "Mah", "Ah, non sai rispondere, eh?")
Case 6
Msgbox (0, "Mhm", "Teoria interessante...")
$BabboNataleExists = TRUE
Case 7
Msgbox (0, "-_-", "Ok, pensala come vuoi")
$BabboNataleExists = FALSE ; riga inutile (dopo c'è un exit) ma era tanto per ricordare che Babbo Natale non esiste ;D
Exit
Case Else
Msgbox (0, "-_____-", "MUOVITI!!!", 30)
EndSwitch
Until $BabboNataleExists = TRUE
 
Top
94 replies since 24/2/2008, 11:09   44886 views
  Share