Thanks flax, I thought that perhaps if the variable was only declared only once at the class level instead of being redeclared every time the enterFrame function was called, there might be a performance benefit although likely infinitesimal. The points about cluttering the class and possible speed benefit due to local scope make sense.