Can I “#include xxxxxx” on a different frame other than frame 1, my issue is this I use the laco tween
#include "lmc_tween.as"
in most of my projects and preloading adds 25k-ish before my preloader shows up, I’d like to somehow “include” on frame 4 and preload it or call it using an import statement if I could use an import statment I can just change the settings in the actionscript to export in fram 4 not 1 but I don’t know if that can be called with an import statement
anyideas?