The button has no function so how should it change something when clicked on?

quote from the manual:
Quote:


button = x, y, bmapOn, bmapOff, bmapOver, functionOn, functionOff, functionOver;
Defines a button, which can be clicked on and triggers a function.
Parameters:
x x position relative to the upper left edge of the panel
y y position relative to the upper left edge of the panel
bmapOn bitmap displayed when the button is clicked on; gives also the size of the button
bmapOff bitmap displayed when the mouse is not over the button
bmapOver bitmap displayed when the mouse is over the button

functionOn function executed if the mouse is clicked over the button
functionOff function executed if the mouse is released over the button or leaves the button
functionOver function executed if the mouse touches the button