Can I use an interval to pass a parameter to an onEnterFrame function like this:
myInterval = setInterval(target_mc.onEnterFrame, 1000, "parameter");
Does that work? I’m not in front of my workstation or I’d put this to practice.
I’ve never tried using onEnterFrame with an Interval.