Hey i was wondering when I import a class, for example “import flash.text.*;”, and when I import the same class in the subsequent AS file in the same package, isn’t it disk space consuming?
If so, is there a way to like, import it once and it will apply to all the other AS in your package?