I've recently started using AS3, and I've ran into a little problem.
I want to store some functions into an array like so:
testArray:Array = [testfunction(), testfunction2()];
But when I start it up, all the functions will fire off without being called. Is there a way to prevent this? Thanks in advance.