One of the most rarely used keyword in ActionScript 3 is definitely the 'with' keyword. Let's see what the documentation tells us about this keyword:
about writing fast AS3 code
uint(2.33)
than Math.floor(2.33)
. Casting positive number to uint directly is more than 17x (!!!) faster then Math.floor()
.