[FONT="Arial Black"][COLOR="Orange"][SIZE="2"]Hallo Liebe Corler,
Da ich gerade AutoIt Lerne hab ich mal ein Frage
Und Zwar:
Ich möchte das sich bei Klick auf ein Button 10 Fenster öffen
(mein Vorbild ist das Game:http://www.mmorpg-core.com/forum/weitere-spiele/release-anit-langeweile-spiel-9721.html
Das Hat mein Cousin mal gemach aber er hat die Sorce nicht mehr und
hat kein kust neun zu macen (dswegn frag ich)

Mein Momentaer Code:
Alles anzeigen
Ich hoffe auch schnelle Hilfe und bedanke mich schonmal im voraus für die Hilfe von euch
Lg Babay[/SIZE][/COLOR][/FONT]
Da ich gerade AutoIt Lerne hab ich mal ein Frage
Und Zwar:
Ich möchte das sich bei Klick auf ein Button 10 Fenster öffen
(mein Vorbild ist das Game:http://www.mmorpg-core.com/forum/weitere-spiele/release-anit-langeweile-spiel-9721.html
Das Hat mein Cousin mal gemach aber er hat die Sorce nicht mehr und
hat kein kust neun zu macen (dswegn frag ich)

Mein Momentaer Code:
C-Quellcode
- #include <ButtonConstants.au3>
- #include <GUIConstantsEx.au3>
- #include <StaticConstants.au3>
- #include <WindowsConstants.au3>
- #Region ### START Koda GUI section ### Form=
- $Form1 = GUICreate("Anti Langeweile Spiel v0.1 Beta", 299, 152, 192, 124)
- $Button1 = GUICtrlCreateButton("Ja", 40, 88, 81, 33, $WS_GROUP)
- $Button2 = GUICtrlCreateButton("Nein", 168, 88, 97, 33, $WS_GROUP)
- $Label1 = GUICtrlCreateLabel("Du Hast Langeweile und willst diese Los werde", 32, 8, 226, 17)
- $Label2 = GUICtrlCreateLabel("Dann komm du Spiel", 88, 24, 102, 17)
- $Label3 = GUICtrlCreateLabel("Das Anti-Langeweile Spiel v0.1 Beta", 32, 56, 238, 23)
- GUICtrlSetFont(-1, 10, 800, 0, "Comic Sans MS")
- GUISetState(@SW_SHOW)
- #EndRegion ### END Koda GUI section ###
- While 1
- $nMsg = GUIGetMsg()
- Switch $nMsg
- Case $GUI_EVENT_CLOSE
- Exit
- Case $Button1
- // Bei Klich auf Button1 Sollen sich 10 Fenster öffen\\
- // Soll Angezeigt werde wie viel Fenster es noch sind\\
- Case $Button2
- MsgBox (0,"Anti Langeweile Spiel v0.1 Beta","Schade Bis Zu Nächstenmal")
- EndSwitch
- WEnd
Ich hoffe auch schnelle Hilfe und bedanke mich schonmal im voraus für die Hilfe von euch
Lg Babay[/SIZE][/COLOR][/FONT]