lang="en-US"> flash programming –  Design1online.com, LLC

Tagged: flash programming

0

Flash AS3: Difference between a number and int and uint

Number – holds decimals and numbers larger or smaller than max uint. Uint – holds numbers randing from 0 to 4,294,967,295. Cannot contain decimals. Optimal for holding hexadecimals (ie colors) and large integers. Int...