Hello!
It’s nice to be back here! I am learning AS 3.0 just now (I know --) and have one basic question. I am and still am well versed in AS 1.0 and some 2.0 but 3.0 is a whole lotta different.
When importing, for example:
import flash.display.MovieClip;
Can I write it as:
import flash.display.*;
What is the difference? Is it memory handling? does the “*” import everything after the display node?
More importantly, if you do write import flash.display.*; compared to import flash.display.MovieClip; this way for example, will it work all the time?
Thanks!