Hello, I am trying to move a Clip in a winding road fashion, and I want to be able to control and adjust the speed of the Clip's movement dynamically within the game, which is easy to accomplish with ActionScript.

Additionally, I'd like the clip to move along smooth curves. This is easy to accomplish with a Motion Guide.

Is there a way to merge these two techniques? I'd like to control the movement along a Motion Guide, and the speed at which it moves across the guide with ActionScript.

Is this even possible?

Or are there any other alternatives?