ActionScript for Flash MX Pocket Reference by Colin Moock The following errata were *corrected* in the 10/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (36) 2nd code sample; var getRandomInt = function (min, max) { NOW READS: var getRandomInt = function (minVal, maxVal) {