Bezeichnung
WhileMouseOn -- halt until the user moves mouse out of a button / VERALTET
Übersicht
WhileMouseOn()
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 function can be called after a ONBUTTONOVER event occurred. If you call this function, Hollywood will wait until the user moves the mouse out of the button it is currently over. This is useful when you want to display a brush when the mouse is over a button (hover effect).

This function is optional after an ONBUTTONOVER event (other than the WhileMouseDown() function which is required after a ONBUTTONCLICK event!)

Eingaben
none

Beispiel
Siehe CreateButton


Navigation zeigen