Bezeichnung
ONBUTTONOVER -- user moved the mouse over a button / VERALTET
Übersicht
Label(ONBUTTONOVERx)
Beschreibung
Achtung: Dieser Befehl ist Teil der Hollywood 1.x Ereignisbibliothek. Sie sollten ihn nicht länger verwenden. Bitte benutzen Sie die Befehle der neuen Bibliothek ab Hollywood 2.0.

This event is raised when the user moves the mouse over a declared button. Hollywood will Gosub() then to the label with the name ONBUTTONOVERx where x is the identifier of the button. For example, Hollywood will Gosub() to the label called ONBUTTONOVER15 when the user moves the mouse over the button with the number 15.

Eingaben
x
button number
Beispiel
Siehe CreateButton


Navigation zeigen