// addBetter // converts variables to integers // Andy Harris, 12/04 btnAdd.onRelease = function(){ sum = parseInt(X) + parseInt(Y); } // end add