Action script that is compiled... better way?

Yeah, that’s more or less what I’m doing, although I’m debating on making a Global class with static variables and methods to access some more advanced elements. As of now, they can access methods from anything placed in the level, which was my original intention. I’ve also made the ability for people to save quick access code in a text file that is loaded in dynamically at the press of a button in case someone wants to add in their own frequently used code.

And I’d agree with you – I think C is horribly convoluted compared to Java, as it was originally built as a procedural language and not OO, making OO programming with it seem awkward and hodge podge, at least to me.