Hi,
i have a lot of code, and simply to make it easier to read i have broken it down into lots of different .as files which i then load like this:
#include “chan1.as”
#include “chan2.as”
#include “chan3.as”
is this bad practice? or does it not matter at all?