Continuing with the same philosophy, the sub button , with shape of
-, it will serve to fine decrease the value of the associated variable; the
associated actions will be:
for timesmorz:
on (release) {
if (timesmorz>0.01 ) {
// the action comes executed if timesmorz>0.01
timesmorz = timesmorz-.001;
}
}