when assigning a function to onEnterFrame, for ex. onEnterFrame = someFunction, you do not include the brackets or the script will not run properly. my question is then, how can you assign a function to onEnterFrame while specifying parameters for that function?
I tried onEnterFrame = someFunction(param1), but the function will only execute once.
thx