Name
ONBUTTONCLICK -- user clicked a button / OBSOLETE
Synopsis
Label(ONBUTTONCLICKx)
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 clicks on a declared button. Hollywood will Gosub() then to the label with the name ONBUTTONCLICKx where x is the identifier of the button. For example, Hollywood will Gosub() to the label called ONBUTTONCLICK15 when the user clicks on the button with the number 15.

Inputs
x
button number
Example
See CreateButton


Show TOC