onEnterFrame inside AS file
Ok, I need some Actionscript 2.0 help.
I want to use onEnterFrame inside my AS file. Well, my AS file isn't recognizing the onEnterFrame function. I bet I have to import something. I actually want this to work like the Tween class. Tell it to run, perhaps with some peramitors, then it runs.
I've done this so that I didn't need the onEnterFrame inside the AS file, I called the AS file function from inside an onEnterFrame in my movie for it to give me the next value, but that wasn't as nice.
If anyone can help that would be great. If you need some more info or a demo file or code let me know.