actionall Method

Purpose:

Tells a object what to do when any mouse action occurs.

Syntax:

.actionall = "call_label"

Comments:

This is a short cut method that provides for any mouse action.

The call label must exist.  An error will be triggered if the label does not exists.

 

Example:

seekbar.actionall = "callme"

.

.

callme:

// do call me code

return