I want my sprite to follow a designated path and I'm using actions (including bezier curves). For my purpose though the speed of the sprite would be altered by the user. So I need to be able to change the speed of the sprite while it's in the midst of completing an action, like moving a long a bezier curve.
Can you alter the speed/duration of an action while it is being done, is there some kind of work around for this?