actiondown Method
Purpose:
Tells a object what to do when user first touches the screen
Syntax:
.actiondown = "fingerdown"
Comments:
When the user touches a control this method is called.
Example:
sumgraph.actiondown = "mousedown"
.
.
mousedown:
// do something
return