// addBad // demonstrates a problem with variables // Andy Harris, 12/04 stop(); btnAdd.onRelease = function(){ sum = X + Y; } // end add