Name
ONBUTTONOVER -- user moved the mouse over a button / OBSOLETE
Synopsis
Label(ONBUTTONOVERx)
Function
Attention: This function is part of the Hollywood 1.x event library. You should not use it any longer. Please use the functions of the new library from Hollywood 2.0 which is much better.

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.

Inputs
x
button number
Example
See CreateButton


Show TOC