...go ahead and read the manual, we won't tell anyone.
on mouseUp
put atan(1.0) into field "arcTan" --yields 0.785398
end mouseUp
The following example handler converts a value in radians to degrees and puts the result into a variable, which is then displayed using the answer command.
on radiansToDegrees
put round((atan(var)*180)/pi) into theVar
answer theVar
end radiansToDegrees
Factor and expression yield numbers.
on mouseUp
the atan of {factor}
atan({expression})
end mouseUp
With all the hustle and bustle of developing and releasing these latest awesome features, it totally...
After two months of good development, I'm pleased to announce TileStack version 0.8 "Delicass"...