OK, my guess would be that everybody used a function at one point or another. But there are some things which are less than obvious about an actionscript function. Let’s take a quick look. Calling functions Let’s create a simple function which will accept any number of parameters. function sum(…arg):int {       var [...]