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

Inputs
x
button number
Example
See CreateButton


Show TOC