flash - the import * - slows the application? -
when write:
import flash.display.*; // importing classes of display import flash.display.movieclip; // importing 1 class and likewise other classes, question is: if import classes package application work more if import needed classes?
is true or false?
that false. importing more classes namespace should not affect speed of application not cause more code run.
Comments
Post a Comment