The problem is only the first function call works (redClip.easeX(180, speed)). Is there a way for both function calls to execute? Perhaps delay the second one?
ah, just as i thought you are trying to assign two onEnterFrames to the same clip. You can’t do that. Why don’t you just include the code of both functions in one big one? you can use as many parameters as you need.
Is there a way to control when the function calls execute? Can I ease the height and THEN the _x in that order? I am trying to avoid tweened animation.