| |
|
|
- Página 1 - |
|
Roberto | Bueno Tag Yo brauche veces otra vez hilfe. Yo voluntad hacer, dass si yo en una Bild klicke una Expediente geöffnet se. Como podría Yo el hacer. Hier mein bisheriger Code
declarar passwindow&,e%
Windowtitle RHP Windows
Ventana 50,20 - 800,600
startpaint passwindow&
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP Leiste.BMP,54,586;0
LOADBMP START.BMP,54,586;0
endpaint
whilenot e%
WaitInput
if Clicked 54,586;0
LoadBMP RHPVISTA.BMP,54,69;0
Waitinput
end
|
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 19.02.2009 ▲ |
|
|
|
| |
|
- Página 2 - |
|
|
Paul Glatz | Es dmit Yo el komplette bild sehe |
|
|
| |
|
|
|
Paul Glatz | Hie una neuer Code: KompilierenMarcaSeparacióndeclare passwindow&,e%,i%
Windowtitle RHP Windows
Window 50,20 - 900,700
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP Leiste.BMP,54,586;0
LOADBMP START.BMP,54,586;0
whilenot e%
WaitInput
if Mouse(54,586-54+99,586+30)
if i% = 1 Ist das Startmenu offen
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP Leiste.BMP,54,586;0
LOADBMP START.BMP,54,586;0
repaint neu malen
i% = 0 Starmenu zu
elseif i% = 0 es ist zu!
LoadBMP STARTPUSHED.BMP,54,91;0
repaint neu malen
i% = 1 Startmenu offen
endif
endif
endwhile
|
|
|
| |
|
|
|
Roberto | Cool thx ha geklappt. ¿Puede du me todavía el Ratón Coordinaten Erklären. Was bedetet el if Ratón(54,586-54+99,586+30) Así que el zahlen |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 20.02.2009 ▲ |
|
|
|
|
Paul Glatz | Ya está! KompilierenMarcaSeparacióndeclare passwindow&,e%,i%
Windowtitle RHP Windows
Window 50,20 - 900,700
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP Leiste.BMP,54,586;0
LOADBMP START.BMP,54,586;0
whilenot e%
WaitInput
if Mouse(54,586-54+99,586+30)
if i% = 1 Ist das Startmenu offen
LoadBMP RHPVISTA.BMP,54,69;0
LoadBMP Leiste.BMP,54,586;0
LOADBMP START.BMP,54,586;0
repaint neu malen
i% = 0 Starmenu zu
elseif i% = 0 es ist zu!
LoadBMP STARTPUSHED.BMP,54,91;0
repaint neu malen
i% = 1 Startmenu offen
endif
endif
endwhile
|
|
|
| |
|
|
|
Roberto | Und ahora todavía Por favor, los números Erklären |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 20.02.2009 ▲ |
|
|
|
|
Paul Glatz | Yo habe alles en el Code con komentaren erklärt |
|
|
| |
|
|
|
Roberto | Sí aber net el Koordinaten if Ratón(54,586-54+99,586+30) |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 20.02.2009 ▲ |
|
|
|
|
Paul Glatz | |
|
| |
|
|
|
Roberto | Sí aber qué bedeuten el Einzelne Pagar Zb Welche Es el Zahl para x y y |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 20.02.2009 ▲ |
|
|
|
|
Paul Glatz | Ayuda a XProfan 11
@Ratón(X1,Y1 - X2,Y2)
X1,Y1 : Integer - linke obere Ecke X2,Y2 : Integer - rechte untere Ecke
Ergebnis: Integer (0 oder 1) Das Ergebnis es 1, si beim letzten Mausklick el Ratón en el angegebenen Zona war.
|
|
|
| |
|
|
|
Roberto | Ne Yo mein el if Ratón(54,586-153,616) Für qué es 54 x oder y y qué bedeutet 586-153 x oder y y 616? |
|
|
| Ich bin neu hier also Verurteilt mich nicht für meine fragen.^^ | 20.02.2009 ▲ |
|
|
|
|
Paul Glatz | Also
54 = X oben links (X1) 586 = Y oben links (Y1) 153 = X unten rechts (X2) 616 = Y unten Rechts (Y2) |
|
|
| |
|
|