actionup Method

Purpose:

Tells a object what to do when user releases there finger off  the control

Syntax:

.actionup = "fingerup"

Comments:

When the user touches a control this method is called.

Example:

sumgraph.actionup = "fingerup"

.

.

fingerup:

//  do something

return